1. [root@www tmp]# mkdir test    <=建立一名为 test 的新目录

2. [root@www tmp]# mkdir -p test1/test2/test3/test4   <= 加了这个-p选项,可以自行帮你建立多层目录! 

3. [root@www tmp]# mkdir -m 711 test2   <=建立权限为 rwx--x--x的目录

相关文章:

  • 2021-11-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-20
  • 2021-12-10
  • 2022-12-23
猜你喜欢
  • 2021-06-17
  • 2021-05-31
  • 2021-05-20
  • 2022-02-01
  • 2021-04-21
  • 2021-09-28
  • 2021-07-19
相关资源
相似解决方案