Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Novell 050-733 - SUSE Certified Linux Administrator 12

Page: 2 / 3
Total 100 questions

You want to redirect the output of the ls command to the ls-output file which already exists. The output should

be appended to the file, it should not overwrite the existing content.

Which command accomplishes this task?

A.

ls >> ls-output

B.

ls ; ls-output

C.

ls && ls-output

D.

Is > ls-output

Where is the software package documentation located?

A.

/usr/share/doc/packages/

B.

/doc/packages/

C.

/usr/packages/doc/

D.

/usr/documentation/

E.

/usr/package_doc/

You wonder which installed RPM package the /etc/exports file belongs to.

Which command will give you the desired information?

A.

rpm -qf /etc/exports

B.

rpm -f /etc/exports

C.

rpm --provides /etc/exports

D.

rpm -ql /etc/exports

Where would you normally find user data?

A.

/data

B.

/usr

C.

/home

D.

/opt

What systemd command switches to a single user system without network?

A.

systemctl isolate rescue.target

B.

systemctl isolate emergency.target

C.

systemctl switch single-user.target

D.

systemctl --runlevel=1

E.

systemctl set-default minimal.target

In which file are global configurations for users who use bash as their login shell set?

A.

/etc/bashrc

B.

/etc/bash.cf

C.

/etc/bash.conf

D.

/etc/bash.bashrc

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

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

Which command uninstalls an rpm package?

A.

rpm –d package_name

B.

rpm – e package_name

C.

rpm –r package_name

D.

rpm –u package_name

E.

remove package_name

F.

uninstall package_name

Which range of User IDs is used *or normal (unprivileged) users on SUSE Linux Enterprise Server?

A.

0-100

B.

101-499

C.

500-999

D.

1000 and above