Toggle navigation
Home
Code of Conduct
Setup
Episodes
Introducing the Shell
Navigating Files and Directories
Working With Files and Directories
Pipes and Filters
Shell Scripts
Finding Things
Extra - Useful things to know
All in one page (Beta)
Extras
Reference
About
Discussion
Figures
Instructor Notes
License
Improve this page
The Unix Shell: Pawsey Edition
: Setup
You need to download some files to follow this lesson by yourself:
Download
data-shell.zip
and move the file to your Desktop.
Unzip or extract the file. You should end up with a new directory called data-shell on your Desktop.
Open a terminal and type
cd
, then press the Enter key. That last step will make sure you start with your home directory as your working directory.