Changes between Version 19 and Version 20 of HowTo/UseTheCLI
- Timestamp:
- 09/05/14 17:47:56 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTo/UseTheCLI
v19 v20 9 9 * copying files to and from a node using `scp` 10 10 * navigating and manipulating the file system (`cp`, `mv`, `cd`, the meaning of `.` and `..`) 11 * file systermpermissions and ownership (`ls -l`, `chmod`, `chown`)11 * file and directory permissions and ownership (`ls -l`, `chmod`, `chown`) 12 12 * superuser privileges and the use of `sudo` 13 13 * writing and executing simple shell scripts (e.g. using `sh` or `bash`)