码迷,mamicode.com
首页 > 系统相关 > 详细

linux学习

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

标签:sp   log   c   工作   linux   学习   r   bs   d   

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学习

标签:sp   log   c   工作   linux   学习   r   bs   d   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!