CD: switch directory
CHGRP: change the file belongs to group
Chmod: change the file permissions
Cp: copy the file or directory
Dd: copy the files and convert the file content
File: determine file type
Find: find files in the specified directory and execute the specified operating
Ln: create a file link
Locate/slocate: quickly locate file path
The ls/dir/vdir: show directory content
The mkdir: create a directory
Mv: move or rename the file
The PWD: display the current working directory
Rename: rename files
Rm: delete a file or directory
Rmdir: delete empty directory
Touch: modify the file time attribute
Updatedb: create or update slocate database
Whereis: display instruction program, source code and man man page
Which, according to instructions of the absolute path
CodePudding user response:
Tar packaging applicationCodePudding user response: