Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: scxmas70

050-733 Exam Dumps - SUSE Certified Linux Administrator 12

Question # 4

Using the rsync command, you want to mirror the directories, including any hidden files and directories within /

home (not the /home directory itself) to the /backup directory.

Which command accomplishes this?

A.

rsync –a /home /backup

B.

rsync –a /home/ /backup

C.

rsync –a /home/* /backup

D.

rsync –a /home/? /backup

Full Access
Question # 5

How do you start a YaST module (for instance, the sw_single module used to install software) directly from the

command line? (Choose two.)

A.

yast sw_single

B.

yast2 sw_single

C.

yast2 –m sw_single

D.

yast - -start sw_single

E.

yast2 - -module sw_single

Full Access
Question # 6

What command lists the registered PolKit actions?

A.

pkaction

B.

polkit-list –t actions

C.

policy –l –a

D.

polkit-agent –l –t=actions

Full Access
Question # 7

What is the file /etc/grub.d/10_linux doing?

A.

It identifies Linux kernels on the root device and creates relevant menu entries

B.

It sets Linux related environmental variables.

C.

Maps BIOS drives and Linux devices.

D.

Loads a Linux kernel and initramfs

Full Access
Question # 8

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
Question # 9

What are the two basic kinds of device drivers? (Choose two.)

A.

User space drivers

B.

Daemons

C.

Boot modules

D.

Inodes

E.

Kernel modules

F.

Device ROM

Full Access
Question # 10

Where can you set global shell environment variables for all users independent of their shell?

A.

/etc/profile

B.

/etc/profile.all

C.

/etc/bash.local

D.

/etc/bash.bashrc

Full Access
Question # 11

You want to find out if files from the wget package were altered since they were installed.

Which command will give you this information?

A.

rpm -qf wget

B.

rpm -v wget

C.

rpm -F wget

D.

rpm -V wget

Full Access
Question # 12

Which command would you use to start the xeyes program in the background?

A.

xeyes > bg

B.

bg | xeyes

C.

xeyes -bg

D.

xeyes | bg

E.

xeyes &&

F.

xeyes &

Full Access
Question # 13

You would like to run command1 and then command2, whether or not command1 completed successfully.

Which command accomplishes this task?

A.

command1 & command2

B.

command1 > command2

C.

command1 | command2

D.

command1 ; command2

Full Access
Question # 14

Which statement about the sudo command is correct?

A.

You can edit the sudo configuration file /etc/visudo with the sudoers command.

B.

You can edit the sudo configuration file /etc/sudo.conf directly with vi.

C.

You can edit the su configuration file /etc/su.conf with the sudo command.

D.

You can edit the sudo configuration file /etc/sudoers with the visudo command.

Full Access
Question # 15

You have a test directory with the following permissions: rwx - - - - - -

You want to change the permissions to the following values: r-xr-xr-x.

Which command accomplishes this?

A.

chmod 777 test

B.

chmod a=rx test

C.

chmod u=rx,a-rx test

D.

chmod u+w,g+rx,o+rx test

Full Access