click below
click below
Normal Size Small Size show me how
Stack #83649
| Shell Command | Meaning | Syntax |
|---|---|---|
| access | determine whether a file can be accessed | access -mode file |
| alias | define or display aliases | alias [alias-name[=string] …] |
| bg | run jobs in the background | bg [job_id …] |
| cal | displays a calendar | cal [-smjy13 ] [[ month ] year ] |
| cd | change directories | cd [-L | -P] [directory] |
| chown | change file owner and group | chown [OPTION] OWNER[:[GROUP]] FILE |
| chmod | change file access permissions | chmod [-r] permissions filenames |
| cp | copy | cp [OPTION]… SOURCE DEST |
| clear | Clears the terminal screen | clear |
| cmp | Compares two files, reporting all discrepancies. Similar to the diff command, though the output format differs. | cmp [-clsv] [-i NUM] [–help] [–print-chars] [–ignore-initial=NUM] [–verbose] [–quiet] [–silent] [–version] -I FILE1 [FILE2 [RANGE1 [RANGE2]]] |