Exercise 1

Start a terminal on a Rivanna frontend by whatever means you prefer. Type (the $ is the prompt and is not typed):

$echo $SHELL
$pwd
$mkdir test_dir
$cd test_dir
$ls ..
$mkdir sub_dir
$ls

What is the full path of your home directory?

Delete the sub_dir folder.

Copy the directory

/share/resources/tutorials/rivanna-cli/shakespeare

into your home directory.

Previous
Next