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