Question 1 |
With which command can we execute to count the number of lines in a file?
count | |
lc
| |
wc - l | |
cl |
Question 2 |
How to displays system reboot history on Linux?
reboot | |
lst | |
last reboot | |
display reboot |
Question 3 |
Which Linux command is used to download the content of the web servers?
ftp | |
get | |
tftp | |
wget |
Question 4 |
Which Linux command collects and shows system resources?
df | |
dig | |
ds | |
dstat |
Question 5 |
How to displays USB devices in Linux?
ethtools -m | |
lsusb -tv | |
dig -tls | |
display -ls |
Question 6 |
Which command moves the given process from the background to the foreground?
df | |
ps | |
fg | |
lf |
Question 7 |
Which LINUX command lists and resumes stopped jobs in the background?
ls | |
ss | |
fg | |
bg |
Question 8 |
Which LINUX command is used to check settings of your NIC?
ethtool | |
dig
| |
ss | |
route |
Question 9 |
Which Linux command provide secured file transfer?
tftp | |
ftp | |
scp | |
sctp |
Question 10 |
Which Linux Command changes priority of an already running process?
renew | |
pstree | |
pmap | |
renice |
Question 11 |
Which LINUX command gives detailed information about the Sockets?
ssh | |
fg | |
ss | |
w |
Question 12 |
Which LINUX command forcefully deletes "abc" file without confirmation?
rm -a abc | |
rm -l abc | |
rm -f abc | |
rm -x abc |
Question 13 |
Which Linux command kills process with name xyz?
mv xyz | |
del xyz | |
pkill xyz | |
delete xyz |
Question 14 |
To give "rw- rw- r--" permissions for file X which command do we use?
chmod 665 filename | |
chmod 664 filename | |
chmod 774 filename | |
chmod 775 filename |
Question 15 |
Which options used with ls command is WRONG?
r - reverse order sorting
| |
t - sort by time, newest first | |
l - long listing format
| |
a - remove hidden files |
Question 16 |
Which Linux command is used for security audits?
nmap | |
pwd | |
dig | |
df |
Question 17 |
Which ls option provide reverese order in Linux?
-l | |
-t | |
-r | |
-b |
Question 18 |
Which ping option meaaning is WRONG?
f - ping flood | |
c - number of ping packet | |
d - continuous ping packets | |
s - ping packet size |
Question 19 |
Which Linux command is used to schedule a command to run at a later time?
dashboard | |
ethtools | |
nslookup | |
crontab |
Question 20 |
Which command is used for ip packet filtering in Linux?
filters | |
iptables | |
ethtools | |
dig |