Hi can I make in linux any future file created in some directory, writable.
Thank you
gidi
|
Hi can I make in linux any future file created in some directory, writable. Thank you gidi |
|||||||
|
|
Use
Will make files created afterwards (ie, in the same session) have the rw permissions for everyone :
Should you want to make that change persistant, just place it into
|
|||||
|
|
You may also use the setuid-bit on a directory to force all created files to a specific group. See: http://en.wikipedia.org/wiki/Setuid#setuid_and_setgid_on_directories |
|||
|
|