Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # to delete directory named foo
- rmdir foo
- # Remove all directories and subdirectories, use rm command with -r option
- rm -rf foo
- # CHMOD a whole folder and below to 777 permissions.
- chmod -R 777 foo
Add Comment
Please, Sign In to add comment