Results 1 to 4 of 4
I'm having trouble with the Find / -perm command. I am trying to located + subdirectories all the files in my home directory granting read, write execute for all users
...
- 03-17-2009 #1Just Joined!
- Join Date
- Jun 2007
- Posts
- 30
Find command help for the linux noobie
I'm having trouble with the Find / -perm command. I am trying to located + subdirectories all the files in my home directory granting read, write execute for all users
I don't know if I should do
find / -perm +u=rwx
find / -perm -u=rwx
find / -perm -o=rwx
find / -perm +o=rwx.
Help much appreciated.
- 03-18-2009 #2Linux Newbie
- Join Date
- Feb 2009
- Location
- Third ring of Pergatory
- Posts
- 199
On my man page it looks more like
Code:find .-perm / u=w, g=w
- 03-18-2009 #3Just Joined!
- Join Date
- Jun 2007
- Posts
- 30
- 03-18-2009 #4I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.



