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