Linux: changing directory permissions

TJN23

Golden Member
May 4, 2002
1,670
0
0
I have a directory called /pkg and its permissions are currently drwxrwSr-T

What is the command to get the permissions to drwxrwxrwx

I want to be able to write files into this directory with any user account.

TIA!
 

drag

Elite Member
Jul 4, 2002
8,708
0
0
chmod 777 directoryname

see 'man chmod' for details. Or google around for better explainations.