Saturday, July 25, 2020

Unmount Directory


umount /dir1



The umount command is used to manually unmount filesystems on Linux 

No comments:

Post a Comment

zip an empty folder structure

  find . -maxdepth 1000 -type d -exec zip ftpeu.zip {} +