Question 1 |
Which key do we use when we need to complete a half written command?
alt | |
esc | |
tab | |
space | |
shift |
Question 2 |
Which command brings you to the home directory in Linux?
cd/ | |
cd ~ | |
/ | |
cd - | |
. |
Question 3 |
What is the minimum number of disk partitions required to install Linux?
4 | |
1 | |
3 | |
2 | |
5 |
Question 4 |
What is the process of directing data from one output to another?
routing | |
redirection | |
moving | |
none of them | |
rotation |
Question 5 |
How to find the difference between abc.txt and xyz.txt files?
grep abc.txt xyz.txt | |
diff abc.txt xyz.txt | |
none of them | |
ls abc.txt xyz.txt | |
comp abc.txt xyz.txt |
Question 6 |
What are the contents of /usr/local?
Owned Files | |
Network Files | |
Hidden Files | |
Locally Installed Files | |
System Files |
Question 7 |
What is the maximum length for a filename in Linux? (max characters)
255 | |
200 | |
512 | |
300 | |
128 |
Question 8 |
For a permission number which one is the correct order?
everyone/group/owner | |
owner/group/everyone | |
everyone/owner/group | |
owner/everyone/group | |
group/owner/everyone |
Question 9 |
Which command creates an empty file if it does not exist?
cat | |
touch | |
read | |
create |
Question 10 |
What is the default administrator account in Linux?
Admin | |
User | |
Monitor | |
Root | |
Owner |
Question 11 |
If we use CTRL + ALT + DEL what happens in Linux?
GUI opens | |
nothing | |
system ask for reboot | |
system waits | |
system reboots |
Question 12 |
BS | |
BASH | |
BG | |
BHA | |
BAS |
Question 13 |
How to write the output of pwd command to file abc.txt?
pwd * abc.txt | |
pwd & abc.txt | |
pwd - abc.txt | |
pwd < abc.txt | |
pwd > abc.txt |
Question 14 |
If you want to run a command at 1 am everyday, which crontab line do you use?
* * * 0 1 | |
0 * 1 * * | |
0 * * 1 * | |
0 1 * * * | |
1 0 * * * |
Question 15 |
Which one is NOT one of the permissions in Linux?
none of them | |
execute | |
write | |
read
| |
run |
Question 16 |
Which one gives read, write to owner and group while read to everyone?
755 | |
544 | |
554 | |
664 | |
654 |
Question 17 |
To list the entries that start with the character ‘a’ in file abc.txt, we use ...
cat abc.txt | grep $a | |
cat abc.txt | grep ?a | |
cat abc.txt | grep ^a | |
cat abc.txt | grep *a | |
none of them |
Question 18 |
How can you find the status of a process?
none of them | |
du -sh | |
ps ux | |
ls -a | |
df -i |
Question 19 |
What is LILO in Linux?
None of Them | |
Boot Checker | |
Boot Loader | |
Length Optimizer | |
Life Analyzer |
Question 20 |
Which links point the programs, files etc. and allows you access without entire pathname?
virtual links | |
symbolic links | |
hard links | |
symmetric links | |
system links |