The 10 Most Important Linux Commands/10个最经常使用的命令行
1. ls 命令:to show all of the major directiories filed under a given file system.
for example: ls /applications--it will show the user all of the folders stored in the overall
applications folder. The ls command is used for viewing files, folders and directories.
2. cd 命令: The cd command - change directory - will allow the user to change between file directories.
As the name command name suggest, you would use the cd command to circulate between two
different directories.
3. mv命令: --move--allows a user to move a file to another folder or directory.
4. man命令--the manual command--is used to show the manual of the inputted command.