NEW
Font size
WorksheetsQUIZ-LINUX WORKSHOP
Total questions: 27
Worksheet time: 14mins
What is meant by Open Source software?
Software owned by organisations, need to buy a licence for.
Software owned by organizations, No need to buy a license for.
Freely available, constantly upgraded by users.
Freely available, but can’t be upgraded by users.
Which of the following is NOT Open Source?
Windows 10
Linux
Ubuntu
Open Office
What is the advantage of Open Source software?
You need to be an expert in editing code.
You can edit source code to customize it.
Can sometimes be too generic for specialist purposes.
You need a licence.
Full form of OSS?
Open Source System
Open Source Software
Open Source Synchronization
Operations support systems.
Which of these is not a Linux distribution?
Ubuntu
Kali
Fedora
Microsoft Windows
A text based user interface, in which users type in instructions at a prompt, is known as ________ interface.
Windows-based
Mouse-enabled
Graphical user
Command - line
The command-line interface tells a user that it's ready to receive commands by displaying a specific set of characters called _______
Signal
Key
Prompt
command
What is another name for a folder?
Directory
Tree
Program
System
What Linux command displays the current working directory?
ls
pwd
mkdir
dir
The exact location of the file is called?
Folder
Path
File
root
Which character represents the root of the current linux file?
>
&
/
\
Which command lists the content of the directory?
ls
dir
mv
list
Which Linux command is used to create a new directory?
dir
md
mkdir
makedirectory
To change the password of a user we can use the command
password
passwd
chpass
su
What does the command vi/vim do
shutdown linux
change the password
start the visual file editor
copy files
What does the command cp do
copy files
file copy
paste files
delete
Which term describes the interpreter that executes commands typed as strings?
Shell
Command
Console
Terminal
Which Bash shortcut or command is used to complete commands, file names, and options?
;
history
Pressing Tab
Pressing Esc+
Which directory contains user home directories?
/
/home
/root
/user
Which command will always change the working directory to /bin?
cd bin
cd /bin
cd ~bin
cd -bin
How does a comment begin in a shell script file?
Beginning with #
Beginning with $
Beginning with !
None of these
A linux command for transferring files/directories to a different directory is called?
replace
export
move
mv
Which of the following commands allows for moving one level up in the Linux directory?
cd -
cd ..
cd /
cd ~
A Linux command that allows for modifying security privileges in order to be able to execute a single command that requires root access permissions is called:
id
sudo
usermod
su
Which of the following key combinations allow to terminate the current process in Linux shell?
Ctrl + c
Ctrl + a
Ctrl + e
Ctrl + l
Whose symbol is this?
Apple
Linux
Ubuntu
MacOS
Identify the Person.
Paul Allen
Bill Gates
Mark Shuttleworth
Linus Torvald
