From 7f8ec1c0f1766c47c77b195f0d707f5c0c4c36af Mon Sep 17 00:00:00 2001 From: Dave Loyall Date: Mon, 15 Jun 2015 16:34:04 -0500 Subject: [PATCH] Fix typos: q-Z --> ctrl-z, Ctrl-c --> ctrl-c --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6abf654..aab384c 100644 --- a/README.md +++ b/README.md @@ -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`.