New Year Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

John works as a Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. John is working as a root user on the Linux operating system. He is configuring the Apache Web server settings. He does not want the commands being used in the settings to be stored in the history. Which of the following commands can he use to disable history?

A.

history !!

B.

set +o history

C.

history !N

D.

set -o history

You have made a program secure.c to display which ports are open and what types of services are running on these ports. You want to write the program's output to standard output and simultaneously copy it into a specified file. Which of the following commands will you use to accomplish the task?

A.

less

B.

tee

C.

cat

D.

more

You work as the Network Technician for Tech Perfect Inc. The company has a Linux-based network.

You are currently working on vim. You opened a file in four windows in a single vim screen. You want to jump from one window to another. Which of the following key-combinations should you use to accomplish the task?

A.

Ctrl-w, v

B.

Ctrl-w, s

C.

Ctrl-w with an arrow key

D.

Ctrl-w, q

You are a newly appointed Red Hat Technician for company Inc. The company has a Linux-based network. You want to install a package named httpd on your Linux system. Before installing the package, you want to get the list of those packages that httpd depends on. Which of the following commands will you use to accomplish the task?

A.

rpm deplist httpd

B.

yum deplist httpd

C.

yum list httpd

D.

rpm -qR httpd

Which ftp client command allows you to upload multiple files simultaneously using the "*" wildcard?

A.

mput

B.

mget

C.

put

D.

get

Which of the following commands is used to make traceroute wait 5 seconds for a response to a packet?

A.

traceroute -w

B.

traceroute -T

C.

traceroute -q

D.

traceroute -r

You work as the Network Administrator for McNeil Inc. The company has a Linux-based Network.

You are a root user on the Red Hat operating system. You see the following permissions on a file:

-rwxr-----

What operations can be performed on the file?

Each correct answer represents a complete solution. Choose two.

A.

The file can be read by its owner.

B.

The file cannot be read by its owner.

C.

The file can be read by any user.

D.

The file can be read by its owner and member of its owning group.

Which of the following files is the default configuration file of XDM (X Window Display Manager)?

A.

/etc/X11/xdm/xdm-config

B.

$HOME/.Xauthority

C.

/usr/bin/xdm-config

D.

/usr/bin/xterm

You work as the Network administrator for McNeil Inc. The company has a Linux-based network. You are a root user on the Red Hat operating system. You want look for files whose last modified timestamp is exactly five days ago. Which of the following commands should you use to accomplish this task?

A.

find / -mtime 5

B.

find / -mtime +5

C.

find -mtime -5

D.

find / -mtime -5

Which of the following commands is used to securely copy files from one host to another over the network?

A.

ls

B.

cat

C.

mutt

D.

scp