Exercise: Exploring the filesystem
Connect to your AWS instance
Type the ls
command - what is the output?
Solution
$ ls
CourseData R workspace
The ls
command lists the contents of a working directory.
- Type the
pwd
command - what is the output?
Solution
The pwd
command shows the absolute path to the working directory.