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