“chown” Respostas de código

Alterar o usuário 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

Respostas semelhantes a “chown”

Perguntas semelhantes a “chown”

Procure respostas de código populares por idioma

Procurar outros idiomas de código