Access all folder in linux with other user ?

Posted on

Access all folder in linux with other user ?

Jawaban:

kalau dijadikan english:

“Akses semua folder di linux dengan user lain ?”

To change directory permissions for everyone, use “u” for users, “g” for group, “o” for others, and “ugo” or “a” (for all). chmod ugo+rwx foldername to give read, write, and execute to everyone. chmod a=r foldername to give only read permission for everyone.