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