File permissions: Difference between revisions
(Created page with " ==change ownership== $ chown -R USERNAME:GROUPNAME foldername ==change rwx permissions== $ chmod -R rwx+ugo foldername r = read w = write x = execute u = user g = group o = others drwxrwxrwx u g o d = directory") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 19: | Line 19: | ||
d = directory | d = directory | ||
[[Category:Cookbook]] |
Latest revision as of 16:59, 30 October 2023
change ownership
$ chown -R USERNAME:GROUPNAME foldername
change rwx permissions
$ chmod -R rwx+ugo foldername
r = read w = write x = execute u = user g = group o = others
drwxrwxrwx u g o
d = directory