Question 1 |
Which Linux command creates a directory named xyz?
vi xyz | |
mkdir xyz | |
cat xyz | |
more xyz |
Question 2 |
Which Linux command shows mounted file systems?
df | |
mount | |
mnt | |
ls |
Question 3 |
... command is used to monitor network interface statistics.
ifstat | |
ss | |
dig | |
dhclient |
Question 4 |
Which Linux command shows xyz package information and summary?
yum info xyz | |
packet info xyz | |
ls xyz | |
dir xyz |
Question 5 |
Which Linux command displays all running processes on the system?
df -l | |
ls -a | |
ss -c | |
ps -ef |
Question 6 |
Which LINUX command List all network connections?
df -k | |
lsof -i | |
sed -c | |
ls -a |
Question 7 |
Which Linux command shows who is logged into the system?
whoami | |
who | |
pwd | |
df |
Question 8 |
Which Linux command displays PCI devices?
shows pci | |
pci ls | |
lspci -tv | |
diplay pci |
Question 9 |
Which provide case insensitive search in Linux?
ss -a | |
grep -i | |
fing -c | |
locate -l |
Question 10 |
... command is used as bandwidth monitoring tool.
dig | |
nload | |
vi | |
df |
Question 11 |
Which Linux ls option sort files by file size?
-c | |
-f | |
-S | |
-l |
Question 12 |
Which Linux command starts a process with a given priority?
renice | |
pmap | |
nice | |
lsof |
Question 13 |
Which Linux command displays IP Routing Table?
ip tables | |
show routing | |
diplay routes | |
route |
Question 14 |
Which Linux command finds files owned by Gokhan in dir?
vi /dir/ Gokhan | |
locate /dir/ -user Gokhan | |
find /dir/ -user Gokhan | |
gzip /dir/ Gokhan |
Question 15 |
... command used to analyze clients ip address, subnet mask, gateway, dns server.
dns | |
dhclient | |
ethtools | |
dig |
Question 16 |
... command displays system reboot history in Linux.
head | |
last reboot | |
top | |
rb time |
Question 17 |
Which Linux command shows target mount point for all filesystem?
mount | |
locate | |
find | |
findmnt |
Question 18 |
Which Linux command is used for analyzing and capturing?
ss | |
ipfilters | |
tcpdump | |
ethtools |
Question 19 |
... command displays shows kernel release info in Linux.
server -ls | |
uname -r | |
core -a | |
system -b |
Question 20 |
... command is used to search man pages for available commands on a specific functionality.
manall | |
diplay avl | |
cat man | |
apropos |