Question 1 |
... command displays messages in kernel ring buffer in Linux.
bufmes | |
dmesg | |
displaymsg | |
showmsg |
Question 2 |
Which LINUX command used for simple DNS lookup?
dig | |
dstat | |
curl | |
dir |
Question 3 |
Which ls option provide comma-separated output in Linux?
-a | |
-s | |
-c | |
-m |
Question 4 |
Which Linux command is used for path tracking?
ping | |
iptables | |
tracepath | |
ethtools |
Question 5 |
How to delete user Angela in Linux?
userdel Angela | |
del Angela | |
move Angela | |
remove Angela |
Question 6 |
In Linux, .... command shows free and used space on mounted file systems.
ls -a | |
free | |
bg | |
df -h |
Question 7 |
Which Linux command kills all processes named abc?
kill abc | |
pkill abc | |
killall abc | |
killall |
Question 8 |
With which Linux command, can we upload file ‘abc’ from local to remote device?
up abc | |
head abc | |
put abc | |
get abc |
Question 9 |
Which Linux Command shows who you are logged in as?
who | |
whoami | |
pwd | |
df |
Question 10 |
With which linux command can we view file abc?
cat abc | |
view abc | |
ls abc | |
display abc |
Question 11 |
Which Linux command is used for secure connection?
ssh | |
ss | |
iptables | |
ethtools |
Question 12 |
Which Linux command displays ethernet activity and Ethernet/ip pairings?
ethtool | |
interface | |
arpwatch | |
filters |
Question 13 |
How to find the location of abc quickly in Linux?
locate abc | |
grep abc | |
find abc | |
move abc |
Question 14 |
How to encrypts file abc in Linux?
gpg -c abc | |
tail abc | |
touch abc | |
encry -o abc |
Question 15 |
With which command can we display first 10 lines of file abc?
tail abc | |
ls abc | |
head abc | |
touch abc |
Question 16 |
In Linux, .... command brings job x to the foreground.
df x | |
ss x | |
bg x | |
fg x |
Question 17 |
Which Linux command compresses abc file using gzip?
tail abc | |
df abc | |
gzip abc | |
pwd gzip abc |
Question 18 |
Which Linux command shows files in the current directory?
dir | |
ss | |
rm | |
df |
Question 19 |
How to create group xyz in Linux?
create xyz | |
groupadd xyz | |
grp xyz | |
touch xyz |
Question 20 |
Which Linux command is used for packet analyze?
dig | |
tshark | |
gzip | |
tracepath |