Changes between Version 31 and Version 32 of cypress/BasicLinuxComands
- Timestamp:
- 08/21/19 14:55:42 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/BasicLinuxComands
v31 v32 48 48 49 49 {{{ 50 [tulaneID@cypress1 ~]$ pwd51 /home52 [tulaneID@cypress1 ~]$ cd tulaneID/hpc-workshop53 50 [tulaneID@cypress1 hpc-workshop]$ pwd 54 51 /home/tulaneID/hpc-workshop 55 52 [tulaneID@cypress1 ~]$ cd /home 56 [tulaneID@cypress1 ~]$ pwd53 [tulaneID@cypress1 home]$ pwd 57 54 /home 58 [tulaneID@cypress1 ~]$55 [tulaneID@cypress1 home]$ 59 56 }}} 60 57 61 58 Lastly, if you ever get lost you can use the tilde (~ - or simply **cd** with no argument!) to return to your HOME directory. 62 59 {{{ 63 [tulaneID@cypress1 ~]$ cd ~60 [tulaneID@cypress1 home]$ cd ~ 64 61 [tulaneID@cypress1 ~]$ pwd 65 62 /home/tulaneID