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