“chown” Réponses codées

Modifier l'utilisateur 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

Réponses similaires à “chown”

Questions similaires à “chown”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code