Results 1 to 5 of 5
Hi all,
I have a File Server running Fedora 6. Could I ask you some questions about File permission:
- How to set permission to the child folders & files ...
- 04-16-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 13
File permission on Linux
Hi all,
I have a File Server running Fedora 6. Could I ask you some questions about File permission:
- How to set permission to the child folders & files the same as the father folder.
- How to set new created folders & files automatically inherit permission from their father folder.
Thanks a lot!
- 04-16-2008 #2Just Joined!
- Join Date
- Apr 2008
- Posts
- 1
Changing file permissions
Something like
chmod 660 /path/to/files/* -R
chown username:groupname /path/to/files/* -R
should get you going. The -R means recursive sub directories.
- 04-18-2008 #3Just Joined!
- Join Date
- Apr 2008
- Posts
- 13
Permission inheritance
Thanks fr0thy,
how do I set new files or folders automatically inherit permissions from their father folder?
- 04-18-2008 #4Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
- 04-18-2008 #5Just Joined!
- Join Date
- Apr 2008
- Posts
- 13
Thanks i92guboj!


Reply With Quote
