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