Changes between Version 17 and Version 18 of HowTo/UseTheCLI
- Timestamp:
- 09/05/14 17:47:13 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTo/UseTheCLI
v17 v18 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 permissions (`ls -l`, `chmod` ,`chown`)11 * file permissions (`ls -l`, `chmod`) and ownership (`chown`) 12 12 * superuser privileges and the use of `sudo` 13 13 * writing and executing simple shell scripts (e.g. using `sh` or `bash`)