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