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