Command name [Command parameter] [Comand object]
Formart |
Example |
short formats |
man -V |
long formats |
man --version |
¶ Common Command Views
"$" Represents the common user view
"#" Represents the root user view
$ sudo Command : Represents execute the command as root user in common user view.
¶ Basic Commands
Options |
Functions |
-a |
Display all files and directories |
-l |
List file and directory details in long format |
-t |
Sort by last modified time |
-S |
Sort by file size |
-d |
View directory information |
Options |
Functions |
-f |
If the destination file already exists, the original file is overwritten(Force Copy) |
-r |
Copy directories recursively |
-p |
Preserve all attributes of the source file or directory |