Modifier le répertoire, les fichiers et les sous-répertoires propriétaires de Linux
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".
Aggressive Ant