linux: change owner

# 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 2012-03-22 23:27  learner  阅读(2292)  评论(0)    收藏  举报

导航