linux 修改文件、文件夹权限

# change owner of all the fies under dirName 

chown -R username dirName

 

#change owner and the file group of all the files under dirName

chown -R username:groupName dirName

posted on 2016-04-27 10:24  冯亮  阅读(148)  评论(0编辑  收藏  举报

导航