NEW
Font size
WorksheetsUnit 6 System Admin
Total questions: 35
Worksheet time: 18mins
Which MacOS terminal shell command will display the path of the folder that you are currently working in?
ls
cd
pwd
dir
Which keyword can be used in a Mac operating system terminal shell to access administrator rights?
ps
sudo
cp
mv
Which MacOS terminal shell command will display all of the processes that are currently running on your computer?
ps
sudo
cp
mv
A locally installed application is an example of which application architecture?
N-tier
One tier
Two tier
Three tier
You are using the terminal to move through your computer’s folders. You’d like to get into the Cybersecurity folder.
You type in pwd and find that your current folder path is ~/Users/student/Documents/Cybersecurity/Images.
Which of the following commands will place you inside the Cybersecurity folder?
cd ..
mv ..
cd Cybersecurity
mv Cybersecurity
