Sixth chapter
- Users, user groups, other people
- Permissions: Read R, write W, execute X
- CHGRP: Changing the user group to which the file belongs
- Chown: Change the user who owns the file
- CHOMD: Changing the permissions of a file
- The method of modifying permissions with numbers, xyz three digits corresponding to the user, user group, other
- The method of modifying permissions with letters, u on behalf of user, G for user group, O for other, a for all. + Add a permission,-remove a permission, = set a permission
Seventh Chapter
- CD switch directory, PWD display the current directory, mkdir create a new directory, rmdir delete an empty directory
- PATH environment variable
- LS Viewing files and directories
- CP, RM, MV
- CP copied files, the file owner is usually the command operator itself
- BaseName get the filename from the path, dirname get the directory name from the path
- Cat, TAC, NL, more, less, head, tail, OD
- Touch modify file time or create a new file
Linux Bird's private cuisine (third edition) reading notes