many times we do file/folder creation and deletion at the terminal.
Use shortcut key Ctrl + ALT + T Open Terminal: Create file: Touch a.txt Create folder: mkdir newfolder Delete file: RM a.txt Delete folder: RmDir newfolder Delete folder with files: Rm-r NewFolder
Note-taking is to be able to firmly grasp the future, but also for posterity landfills,
Using the terminal is to adapt the GUI interface depending on win the following is the practice in the terminal:
snakeson@snakeson-inspiron-5421:~$ mkdir newfolder snakeson@snakeson-inspiron-5421:~$ ls Electronic-wechat newfolder template Picture Download desktop examples.desktop Public video document music snakeson@snakeson-inspiron-5421:~$ Touc H a.txt snakeson@snakeson-inspiron-5421:~$ ls a.txt examples.desktop public video document music Electronic-wechat NEWF Older template Picture Download Desktop snakeson@snakeson-inspiron-5421:~$ rm a.txt snakeson@snakeson-inspiron-5421:~$ ls Electroni C-wechat newfolder template Picture Download desktop examples.desktop Public video document music snakeson@snakeson-inspiron-5421:~$ rmdir newfold ER snakeson@snakeson-inspiron-5421:~$ ls electronic-wechat public video document music examples.desktop template picture Download desktop Snakeson@s nakeson-inspiron-5421:~$