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