1. The file system management related command * * * *
The PWD: print working directory, print the current working directory
CD: change directory, and change the current working directory
The mkdir: make directory, create a folder
Rmdir: remove directory, delete the folder
Rename: rename files mv: move, move files
Chmod: change mode, modify the file permissions attribute
Chown: change of ownership, the owner of the modify the file attribute
Is: list, print documents list information, commonly used parameters - a and - 1
: In the link, create links to documents, divided into soft links (namely, symbolic links, with the -s parameter) and hard links two command
Rm: remove, delete a normal file, commonly used parameters and f - r
Truncate: cut file, commonly used parameters -s
Vi/vim: Linux system comes with a text editor
Touch: modify the file time attribute
Man: manual, manual
2. Each command format * * * *
Command name + space can be written (multiple) + command parameters (zero or more, the parameters in one or more Spaces between interval)
3. The file path writing form * * * *
- indicates the current user's home directory
The root directory of a/
An absolute path: based on the root directory to locate
Relative paths: based on the current directory to locate, a dot () said that the current directory, two dot (.. ) said in the current directory of the upper directory
4. * * * *
Linux system philosophyNo news is star, the best news
In the Linux world, there is a problem to find "man"
CodePudding user response:
These are the underlying very basic commands, keep learning, welcome to communicate with each other,The following blog I hope help you
https://blog.csdn.net/chaos_oper
CodePudding user response:
Don't watch live didn't learn Linux, Linux or want to find a complete set of tutorials, and scroll from this study can make your system into a system of knowledge, learning process recorded in the brain figure, or a hammer, east west a hammer, the back will feel learning is a mess, even if some things to learn is not very understanding, then look around other people in this interpretation,CodePudding user response: