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