linux learning a

Into the narrow end Shortcuts

   Zoom: ctrl shift +

   Narrow: ctrl -

 

Common terminals 7 commands:

1 ls list

  View the contents of the file plus under

2、 pwd   

View the path of the current file

3、cd 

Switch folders

4、clear

Clear screen

5、mkdir 

Create a folder

6、rm   remove

Delete Files

   rm -rf dir delete the directory

7、touch 

   If the file does not exist, create

 

Autocomplete:

When entering a command line command, enter the Tab will auto-complete command

Guess you like

Origin www.cnblogs.com/liuguohua3000/p/12210107.html