linux training operation, linux commands for file and directory operations

        4.5  实训:使用linux命令实现文件和目录操作

1. Open the terminal returns to the root.
Here Insert Picture Description
2. Check all files in the current directory.
Here Insert Picture Description
3. Review the current path of all the directories
Here Insert Picture Description
4 to create a directory Z11, z22, Z33.
Here Insert Picture Description
5. Delete the directory z11.
Here Insert Picture Description
6. Go to the directory z22.
Here Insert Picture Description
7. Create a file al (touch), the creation file a2 (echo command)
Here Insert Picture Description
8. Copy a2 ~ Z33.
Here Insert Picture Description
9. The mobile file a1 ~ z33.
Here Insert Picture Description
10. The return path to follow.
Here Insert Picture Description
11. Delete z22 directory.
Here Insert Picture Description
12. See, respectively, z22 and Z33.
Here Insert Picture Description
13. man.config lookup file.
Here Insert Picture Description
14. A front view of the file man.config 10 rows.
Here Insert Picture Description

Guess you like

Origin blog.csdn.net/nnj99/article/details/89004514