Exercise 1
- Preparation:
- ssh to:
afsconnect1.njit.edu
kong.njit.edu
- Once you are logged into either machines, type:
- hostname
- whoami
- date
- echo ‘Hello World’
- history
- echo $HOME
- ls -l $HOME
- exit
- ssh to ‘kong.njit.edu’, and make a directory by typing ($ is not part of
the command, it means command line prompt):
$ mkdir HPC_Workshop
move to HPC_Workshop directory by typing:
$ cd HPC_Workshop
copy the file example1.txt to your current directory
you can see the contents of the file “test1.txt” by typing:
$ cat test1.txt
If you are not able to log into NJIT machines for any reason, you can use this
online command line:
http://rik.smith-unna.com/command_line_bootcamp/?id=nhgk0wnewbk
____________________________________________________________