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