linux命令之 chown

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".

posted @ 2016-08-26 09:57  YaLing  阅读(265)  评论(0编辑  收藏  举报