Linux Kahoots Flashcards
What is /tmp the name of?
Directory
Hidden file
Configuration file
Read-only file
Directory
What is the su command used for?
To create a super-user
To shut down the system
To switch users
To run commands as a simple user
To switch users
Which command changes the file permissions
set
run
echo
chmod
chmod
Who created Linux?
Dennis Ritche
Richard Stallman
Linus Torvalds
Steve Jobs
Linus Torvalds
A dollar sign ($) represents what type of user?
a regular user
a super user
a root user
a supercalifragilisticexpialidioucious user
a regular user
Which the command will output only the first five lines of the text.txt file?
less text.txt
tail -n 5 text.txt
head text.txt
head -n 5 text.txt
head -n 5 text.txt
The command ‘grep -i’ will do the following
treat upper and lower case as different while matching the search string
treats upper and lower case as equivalent while matching the search string
only return upper case results while matching the search string
only return lower case results while matching the string
treats upper and lower case as equivalent while matching the search string
Which UID denotes the roote account?
0
1
99
100
0
Which command can be used to add a user to a group as a secondary group member?
chage
ulimit
groupmod
usermod
usermod