mirror of
https://github.com/jlevy/the-art-of-command-line.git
synced 2025-01-06 03:04:00 +02:00
Fix typos: q-Z --> ctrl-z, Ctrl-c --> ctrl-c
This commit is contained in:
parent
85b2c20357
commit
7f8ec1c0f1
@ -36,7 +36,7 @@ Scope:
|
||||
|
||||
- Know ssh, and the basics of passwordless authentication, via `ssh-agent`, `ssh-add`, etc.
|
||||
|
||||
- Be familiar with bash job management: `&`, **q-Z**, **Ctrl-C**, `jobs`, `fg`, `bg`, `kill`, etc.
|
||||
- Be familiar with bash job management: `&`, **ctrl-z**, **ctrl-c**, `jobs`, `fg`, `bg`, `kill`, etc.
|
||||
|
||||
- Basic file management: `ls` and `ls -l` (in particular, learn what every column in `ls -l` means), `less`, `head`, `tail` and `tail -f`, `ln` and `ln -s` (learn the differences and advantages of hard versus soft links), `chown`, `chmod`, `du` (for a quick summary of disk usage: `du -sk *`), `df`, `mount`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user