Results 1 to 2 of 2
what is the command in symbolic method of file permissions?
An user can read,write and execute.
A group can read.
An others can't do anything.
Thx....pls I dun want Absolute ...
- 06-16-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 2
what is the command?
what is the command in symbolic method of file permissions?
An user can read,write and execute.
A group can read.
An others can't do anything.
Thx....pls I dun want Absolute Method
Such as chmod g+rw
- 06-16-2008 #2
Your question isn't very clear but is:
what you're looking for? Perhaps:Code:chmod 740
Code:chmod u=rwx,g=r,o=


Reply With Quote