WorksheetsWLUG Linux CS quiz
Total questions: 16
Worksheet time: 3mins
Inventor of Linux
Dennis Ritchie
Richard Stallman
Linus Torvalds
Ken Thompson
Which of the following is NOT feature of Linux ?
Secure and Stable
Proprietary Software
Customizable
All of these
Long form of GNU
GNU's Unix
GNU's Not Unix
None of these
Find the incorrect pair
Preferred for beginners
Cyber Security
Personal Computer
Cloud Computing
Which of the following command is used to show the hidden files ?
ls
ls -l
ls -a
ls -lh
If you want to find where you are in the directory structure which command will you use ?
ls
mkdir
pwd
echo "Current Directory"
Which command is useful for creating file with contents ?
touch
chmod
cat
man
Which of the following is not a text editor in Linux?
nano
vim
gedit
None of these
Identify the incorrect syntax of cd command ?
cd WLUG_DIR
cd ..
cd WLUG.txt
cd /
Calculate the chmod permission value for
Owner: rw-
Group: rwx
Public/Others: --x
670
375
272
671
Which of the following is true about 'sudo'
Super User Do
Used for software install / remove permission
Root user priviledges
All the above options
Kernel is responsible for
Managing disk and memory
Operations of memory
Communication between User level applications and hardware
Managing CPU time and processes
Linux is a "Kernel"
Do you agree.....
YES
NO
Which of the following sign is used to represent the home directory...
/
..
.
~
Which keyboard shortcut is used to save the file in nano editor ?
CTRL + X
CTRL + O
ALT + U
CTRL + E
Command to make a new folder in Linux CLI ?
mkdir
cp
touch
rmdir
