This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
tutorials:starter [2022/03/04 09:06] papa [8. How does DIRECTORY and FILE PROTECTION work?] Correct file, directory permission descriptions |
tutorials:starter [2024/06/02 01:56] (current) smj [Quick and Dirty Comparisons] |
||
|---|---|---|---|
| Line 95: | Line 95: | ||
| | mail (sending) | SEND | | | mail (sending) | SEND | | ||
| | mail (reading) | MM | | | mail (reading) | MM | | ||
| + | |||
| + | ^ **Linux Command** ^ **Description** | ||
| + | | `ls` | List directory contents | ||
| + | | `cd` | Change directory | ||
| + | | `cp` | Copy files and directories | ||
| + | | `mv` | Move/rename files and directories | ||
| + | | `rm` | Remove files or directories | ||
| + | | `mkdir` | ||
| + | | `rmdir` | ||
| + | | `pwd` | Print working directory | ||
| + | |||
| + | ^ **Linux Command** ^ **Description** | ||
| + | | `cat` | Concatenate and display files | `TYPE` | ||
| + | | `more` | ||
| + | | `less` | ||
| + | | `vi` or `vim` | Text editor | ||
| + | | `nano` | ||
| + | |||
| + | ^ **Linux Command** ^ **Description** | ||
| + | | `df` | Report file system disk space usage | `INFO DISK-USAGE` | ||
| + | | `du` | Disk usage of files and directories | ||
| + | | `mount` | ||
| + | | `umount` | ||
| + | |||
| + | ^ **Linux Command** ^ **Description** | ||
| + | | `ps` | Report a snapshot of current processes | ||
| + | | `top` | Display tasks | `INFO JOBS` | Display information about jobs | | ||
| + | | `kill` | ||
| + | | `bg` | Run a job in the background | ||
| + | | `fg` | Bring a job to the foreground | ||
| + | | `jobs` | ||
| + | |||
| + | ^ **Linux Command** ^ **Description** | ||
| + | | `uname` | ||
| + | | `hostname` | ||
| + | | `uptime` | ||
| + | |||
| + | ^ **Linux Command** ^ **Description** | ||
| + | | `ping` | ||
| + | | `ssh` | OpenSSH SSH client | ||
| + | | `ftp` | File Transfer Protocol client | ||
| + | | `netstat` | ||
| + | |||
| + | ^ **Linux Command** ^ **Description** | ||
| + | | `who` | Show who is logged on | `WHO` | Show who is logged on | | ||
| + | | `passwd` | ||
| + | | `su` | Substitute user | `LOGIN` | ||