Labour Day - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

050-733 Questions and Answers

Question # 6

What does the following line of the sudo configuration file mean?

geeko ALL = /sbin/shutdown

A.

All users are allowed to shut down the computer.

B.

It allows the user geeko to shut down the computer.

C.

All users (except geeko) are allowed to shut down the computer.

D.

User geeko is allowed to shut down the computer with name ALL.

E.

All users of the computer with the name geeko are allowed to shut down the computer.

Full Access
Question # 7

You want to install the gvim RPM package that is available on the SUSE Linux Enterprise Server installation

mediA.

Which command installs the gvim package, and resolves dependencies as needed?

A.

rpm –i gvim

B.

yast –i gvim

C.

yast -l gvim

D.

rpm –U gvim

Full Access
Question # 8

What does the following sentence describe?

“Multiple file names referencing to the same inode.”

A.

Hard Links

B.

Sockets

C.

Pipes

D.

Character devices

E.

Block devices

Full Access
Question # 9

The useradd command is used to create new users.

Which file contains information on the primary group, shell, and other parameters to be used by useradd when

not specified on the command line?

A.

/etc/profile

B.

/etc/passwd

C.

/etc/shadow

D.

/etc/default/useradd

Full Access
Question # 10

Routes to the directly connected network are automatically set up when o device is started.

All other routes ore saved in which configuration file?

A.

/etc/route

B.

/etc/routes

C.

/etc/sysconfig/routes

D.

/etc/routes.conf

E.

/etc/sysconfig/network/routes

F.

/etc/network/routes

Full Access
Question # 11

You need to find the files in the /etc directory that contain the word DocumentRoot in a terminal window.

Which command will help you find it?

A.

discover DocumentRoot /etc

B.

search -r DocumentRoot /etc/*

C.

find /etc -content DocumentRoot

D.

grep -r DocumentRoot /etc/*

Full Access
Question # 12

You would like to run command2 only if command1 did not complete successfully.

Which command accomplishes this task?

A.

command1 ;; command2

B.

command1 || command2

C.

command1 >> command2

D.

command1 && command2

Full Access
Question # 13

Which command creates a RAID container?

A.

mdadm –C /dev/md/ddf –n 4 –l 5 –e ddf /dev/sd[b-e]

B.

mdadm –C /dev/md0 –e 1 –n 4 –l 5 –x 1 /dev/sd[b-e]

C.

mdadm –C /dev/md/ddf-r5 –n 3 –l 5 /dev/md/ddf

D.

mdadm –A /dev/md0

Full Access
Question # 14

To which process does the process ID 1 always belong on SLES12?

A.

boot

B.

kernel (vmlinuz)

C.

init

D.

systemd

E.

X server

F.

cron

Full Access
Question # 15

Which modes does the vi editor run in? (Choose two.)

A.

Command mode

B.

Working mode

C.

Switch mode

D.

Insert mode

E.

Allocation mode

Full Access