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