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