Changes between Version 2 and Version 3 of cypress/BasicLinuxComands/Exercise


Ignore:
Timestamp:
08/18/15 21:41:39 (9 years ago)
Author:
cmaggio
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/BasicLinuxComands/Exercise

    v2 v3  
    88* Navigate to your home directory by using the '''cd ~''' command.
    99* Check that you are in your home directory by using the '''pwd''' command.
    10 
    1110{{{
    1211[tuhpc002@cypress1 ~]$ cd ~
     
    3332
    3433* Now, check the contents of the directory "/lustre/project/workshop/textfiles" using the '''ls''' command and the absolute path directory (Hint, you can use the tab key to autocomplete partially typed commands)
    35 
    3634{{{
    3735[tuhpc002@cypress1 textfiles]$ ls /lustre/project/workshop/textfiles/
     
    5149
    5250* Create a backup of the "numbers.txt" file named "numbers_backup.txt" using the '''cp''' command.
    53 
    5451{{{
    5552[tuhpc002@cypress1 examples]$ cp numbers.txt numbers_backup.txt