Changes between Version 19 and Version 20 of HowTo/UseTheCLI


Ignore:
Timestamp:
09/05/14 17:47:56 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/UseTheCLI

    v19 v20  
    99  * copying files to and from a node using `scp`
    1010  * navigating and manipulating the file system (`cp`, `mv`, `cd`, the meaning of `.` and `..`)
    11   * file systerm permissions and ownership (`ls -l`, `chmod`, `chown`)
     11  * file and directory permissions and ownership (`ls -l`, `chmod`, `chown`)
    1212  * superuser privileges and the use of `sudo`
    1313  * writing and executing simple shell scripts (e.g. using `sh` or `bash`)