Changes between Version 20 and Version 21 of HowTo/UseTheCLI
- Timestamp:
- 09/05/14 18:20:02 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTo/UseTheCLI
v20 v21 8 8 * [wiki:HowTo/LoginToNodes logging into nodes] using `ssh` 9 9 * copying files to and from a node using `scp` 10 * navigating and manipulating the file system (` cp`, `mv`, `cd`, the meaning of `.` and `..`)10 * navigating and manipulating the file system (`pwd`, `cd`, the meaning of `.` and `..`, `cp`, `mv`) 11 11 * file and directory permissions and ownership (`ls -l`, `chmod`, `chown`) 12 * determining the hostname of the current machine (`hostname`) 12 13 * superuser privileges and the use of `sudo` 13 14 * writing and executing simple shell scripts (e.g. using `sh` or `bash`)