1825764 Members
2083 Online
109687 Solutions
New Discussion

Re: file permission

 
SOLVED
Go to solution
Indrajit Bhagat
Regular Advisor

file permission

how to set file permission drwxrwsr-x on a directory
7 REPLIES 7
James R. Ferguson
Acclaimed Contributor
Solution

Re: file permission

Hi:

# chmod 2775 mydir

See the manpages for 'chmod(1)' and chmod(2)'.

Regards!

...JRF...
Aussan
Respected Contributor

Re: file permission

what's the current permissions

to add the S to the group do
chmod g+s
The tongue weighs practically nothing, but so few people can hold it
Jonathan Fife
Honored Contributor

Re: file permission

chmod 2775 directory

This information is in the man pages for chmod as well.
Decay is inherent in all compounded things. Strive on with diligence
Aussan
Respected Contributor

Re: file permission

what's the current permissions

to add the S to the group do
chmod g+s


also

chmod 2775
will result in the lower case s for the group

it will be drwxrwsr-x
The tongue weighs practically nothing, but so few people can hold it
Aussan
Respected Contributor

Re: file permission

what's the current permissions

to add the s to the group do
chmod g+s


also

chmod 2775
will result in the lower case s for the group

it will be drwxrwsr-x
The tongue weighs practically nothing, but so few people can hold it
AwadheshPandey
Honored Contributor

Re: file permission

chmod 2775 dirname
It's kind of fun to do the impossible
Aussan
Respected Contributor

Re: file permission

sorry for the multiple post
i clicked send by mistake and was not done, so i stopped and hit send..didn't have my coffee yet
The tongue weighs practically nothing, but so few people can hold it