1、Linux档案属性
Linux学习记录
Linux学习记录
请特别留意的是,如果您想要开放某个目录让一些人进来的话, 请记得将该目录的 x 属性给开放呦
2、用户、用户组
用户存于/etc/passwd
用户组存于/etc/group
Linux学习记录
[email protected]:/# useradd qianqian//增加用户qianqian并设置密码
[email protected]:/# passwd qianqian
[email protected]:/# groupadd user//增加用户组user
[email protected]:/# gpasswd -a qianqian user//将用户qianqian加入到用户组user
[email protected]:/# gpasswd -d honghong test//将用户honghong从用户组test中删除
Linux学习记录
3、文件命名
Linux学习记录
4、目录
Linux学习记录
Linux学习记录

相关文章:

  • 2021-11-24
  • 2021-05-07
  • 2021-12-06
  • 2021-12-21
  • 2021-04-04
  • 2021-10-17
  • 2021-08-08
  • 2021-10-22
猜你喜欢
  • 2021-09-27
  • 2021-11-24
  • 2021-05-22
  • 2021-11-01
  • 2022-01-31
相关资源
相似解决方案