mkdir -p /nfs

也就是加上-p参数,之前只知道是递归创建目录,于是就发问了,得到的答案是:

-p, --parents
              no error if existing, make parent directories as needed

相关文章:

  • 2021-09-10
  • 2022-12-23
  • 2021-07-20
  • 2021-08-10
  • 2022-12-23
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2018-02-07
  • 2022-12-23
  • 2022-12-23
  • 2022-01-12
  • 2022-03-01
相关资源
相似解决方案