• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux: changing directory permissions

TJN23

Golden Member
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!
 
chmod 777 directoryname

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