Home > OS >  Beginners Linux
Beginners Linux

Time:09-19

- of course, just contact is a face of meng, but under the guidance of the teacher, I gradually understand some of the commands, today in a live teacher speak some, and then I take some notes, are as follows:
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:

refer to the second floor yolyry response:
don't live to learn Linux, study 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 there are some things to learn is not very understanding, and then look around other people in this respect, the interpretation of

Is our teacher teaches us in the studio we now open learned

CodePudding user response:

reference 1st floor chaos_oper response:
these are the very basis of command, keep learning, welcome to communicate with each other,
The following blog I hope help you
https://blog.csdn.net/chaos_oper
found a great god, and to focus on,
  • Related