首页 > 系统服务 > 详细

linux学习

时间:2014-09-10 19:16:20      阅读:336      评论:0      收藏:0      [点我收藏+]

chgrp 语法 chgrp xu install.log
chown 语法 chown xu install.log
chmod 语法 chmod 777 install.log
R:4 w:2 x:1
owner group others
7         7         7
cd/ tmp 切换工作目录到/tmp
mkdir testing
chmod 744 testing
touch testing/testing
chmod 600 testing/testing
ls -ald testing testing/testing
mkdir -p test/test1/test2
rmdir -p test/test1/test2

linux学习

原文:http://www.cnblogs.com/xubk/p/3964857.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!