您的位置:首页 > 运维架构 > Linux

linux学习

2020-04-07 12:33 1711 查看

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

转载于:https://www.cnblogs.com/xubk/p/3964857.html

  • 点赞
  • 收藏
  • 分享
  • 文章举报
diaotiao1628 发布了0 篇原创文章 · 获赞 0 · 访问量 94 私信 关注
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: