“Chown” Kod odpowiedzi

Zmień użytkownika LinuxCommand CH

chown USER:GROUP FILE

Change the user and grop for an entire folder:
chown -R USER:GROUP FILE
Sergiu The Man

Chown

Examples
chown root /u
Change the owner of /u to "root".
chown root:staff /u
Likewise, but also change its group to "staff".
chown -hR root /u
Change the owner of /u and subfiles to "root".
Gifted Gazelle

Odpowiedzi podobne do “Chown”

Pytania podobne do “Chown”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu