1.在home目录下创建目录要用mkdir -p/home/目录名吗2. 在目录c中创建文件:document. txt【touch ./c/document.txt 】 touch后面./是什么意思?求解答,感谢🙏
1、可以,但不建议;2、./是当前目录下;