Changes between Version 20 and Version 21 of HowTo/UseTheCLI


Ignore:
Timestamp:
09/05/14 18:20:02 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/UseTheCLI

    v20 v21  
    88  * [wiki:HowTo/LoginToNodes logging into nodes] using `ssh`
    99  * 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`)
    1111  * file and directory permissions and ownership (`ls -l`, `chmod`, `chown`)
     12  * determining the hostname of the current machine (`hostname`)
    1213  * superuser privileges and the use of `sudo`
    1314  * writing and executing simple shell scripts (e.g. using `sh` or `bash`)