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