Results 1 to 3 of 3
How do i change my default files and directory permissions to 700?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-21-2005 #1Linux Newbie
- Join Date
- Feb 2005
- Posts
- 177
changing default files and directory permission
How do i change my default files and directory permissions to 700?
- 02-21-2005 #2Linux Enthusiast
- Join Date
- Dec 2004
- Location
- Rockin' in the USA!!!
- Posts
- 603
I don't know what you mean by 'default files', but to change permissions to 700 the command would be:
Code:chmod 700 <file-or-dir-name>
- 02-21-2005 #3Just Joined!
- Join Date
- Feb 2005
- Location
- Athens, GA
- Posts
- 56
changes the permissions to the directory and all the files in it recursively.Code:chmod -R 700 dir_name


Reply With Quote
