WorksheetsLinux Basic Commands Quiz
Total questions: 11
Worksheet time: 6mins
What command clears the contents of your terminal display?
clear
cache
delete
remove
Which of the Linux command-line commands listed below is used for directory traversal/navigation?
change
cd
cdc
ps
What command creates an empty directory?
Ipp
Cd chown
mkdir
None of these
What command to check/see current working directory?
who
pwd
where
catch
Which of the following commands in Linux is used to display information about files and directories contained within the current working directory?
ls
sl
show
None of these
What is the command to list hidden files & directory?
ls -l
ls -a
ls
None of these
What is the command to delete a file/directory?
rk
rm
rc
di
Which of the following commands allows for moving one level up in Linux directory tree?
cd -
cd /
cd --
cd ~
What is the name of a Linux command-line utility used for reporting statistics on running processes?
nbtstat
tasklist
ps
id
Which of the answers listed below refers to a command used for invoking a text editor in Unix-like operating systems?
vi
edit
notepad
none of these
Which of the following key combinations allows to terminate the current process in Linux shell?
Ctrl + A
Ctrl + C
Ctrl + L
Ctrl + E
