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

050-733 SUSE Certified Linux Administrator 12 Questions and Answers

Questions 4

How is the GNOME file manager called?

Options:

A.

Nautilus

B.

Konqueror

C.

GNOME Explorer

D.

FileMan

E.

Dolphin

Buy Now
Questions 5

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

command tine? (Choose two.)

Options:

A.

yast2 -m sw_single

B.

yast sw_single

C.

yast --start sw_single

D.

yast2 --module sw_single

E.

yast2 sw_single

Buy Now
Questions 6

What updates are provided only in a service pack and not in a general update?

Options:

A.

Feature updates

B.

Major impact changes with high configuration QA requirements

C.

Service pack independent updates

D.

Security updates

Buy Now
Questions 7

What does the command “vgcreate” do?

Options:

A.

Create a new volume group for use with LVM.

B.

Create a new virtual group for use with KVM.

C.

Create a new virtual graphic device.

D.

Create a new vector when printing in Postscript.

E.

This command does not exist.

Buy Now
Questions 8

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

Options:

A.

/etc/profile

B.

/etc/profile.all

C.

/etc/bash.local

D.

/etc/bash.bashrc

Buy Now
Questions 9

Which command creates a RAID container?

Options:

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

Buy Now
Questions 10

You have a /tmp/data directory containing the files file, file1, and file2.

You want to delete the directory and its content. In a terminal window, which command accomplishes this?

Options:

A.

rm -r /tmp/data/

B.

deldir /tmp/data/

C.

rmdir /tmp/data/

D.

rm /tmp/data/

Buy Now
Questions 11

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

Which command will give you the desired information?

Options:

A.

rpm -qf /etc/exports

B.

rpm -f /etc/exports

C.

rpm --provides /etc/exports

D.

rpm -ql /etc/exports

Buy Now
Questions 12

What does the Activity Overview in GNOME show? (Choose three.)

Options:

A.

Your calendar entries for today

B.

The new emails in your inbox

C.

The CPU usage

D.

The memory usage

E.

The usage of your network cards

F.

Your favorite applications

G.

Your virtual workspaces

Buy Now
Questions 13

Which option do you use to write the output of the ‘hwinfo’ command to a log file?

Options:

A.

- -dump file_name

B.

–o file_name - -dump

C.

- -log file_name

D.

- -o file_name

Buy Now
Questions 14

Which command verifies the signature of an RPM package?

Options:

A.

rpm --verify package

B.

rpm --check package

C.

rpm package

D.

rpm --checksig package

E.

verify -rpm package

Buy Now
Questions 15

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?

Options:

A.

/etc/profile

B.

/etc/passwd

C.

/etc/shadow

D.

/etc/default/useradd

Buy Now
Questions 16

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

Options:

A.

xeyes > bg

B.

bg | xeyes

C.

xeyes -bg

D.

xeyes | bg

E.

xeyes & &

F.

xeyes &

Buy Now
Questions 17

You want to view the status (locked, valid password, etc.) of the account tux.

Which command displays the desired information?

Options:

A.

passwd -S tux

B.

passwd -v tux

C.

passwd -L tux

D.

passwd -p tux

Buy Now
Questions 18

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?

Options:

A.

rsync –a /home /backup

B.

rsync –a /home/ /backup

C.

rsync –a /home/* /backup

D.

rsync –a /home/? /backup

Buy Now
Questions 19

What command displays hardware information?

Options:

A.

info

B.

hardwarechk

C.

hwcheck

D.

hwinfo

E.

sysinfo

Buy Now
Questions 20

What is the following command doing:

brctl delif br1 eth1

Options:

A.

Remove an interface from a bridge

B.

Remove a network bridge

C.

Use eth1 for broadcast

D.

Change the name of eth1 to br1

Buy Now
Questions 21

What is the purpose of the ssh-agent command?

Options:

A.

ssh-agent is a program that checks for machines in the network that have an ssh daemon running.

B.

ssh-agent is used to fetch public keys from machines within your network.

C.

ssh-agent is used to avoid typing the passphrase for your key on each login.

D.

ssh-agent is a program that helps configure the ssh daemon.

Buy Now
Questions 22

What is the Multiple Device RAID configuration file?

Options:

A.

/etc/md.conf

B.

/etc/raid.conf

C.

/etc/mdadm.conf

D.

/etc/raid/md.conf

Buy Now
Questions 23

Where is the software package documentation located?

Options:

A.

/usr/share/doc/packages/

B.

/doc/packages/

C.

/usr/packages/doc/

D.

/usr/documentation/

E.

/usr/package_doc/

Buy Now
Questions 24

You want to copy the mytext file from your computer to the /tmp/ directory on the remote computer

da20.digitalairlines.com.

Which command would you use to accomplish this?

Options:

A.

ssh mytext da20.digitalairlines.com:/tmp

B.

scp da20.digitalairlines.com:/tmp mytext

C.

scp mytext da20.digitalairlines.com:/tmp

D.

sftp mytext da20.digitalairlines.com:/tmp

Buy Now
Questions 25

Which statement is not true about symbolic links?

Options:

A.

Symbolic links can point to files on a different file system.

B.

Symbolic links can be created for directories.

C.

Symbolic links always have the same size as the original file.

Buy Now
Questions 26

What does the following command do?

tar -tzvf /tmp/backup.tgz etc/HOSTNAME

Options:

A.

it includes the etc/HOSTNAME file in the /tmp/backup.tgz archive.

B.

it extracts the etc/HOSTNAME file from the /tmp/backup.tgz archive.

C.

it displays a line similar to the following, but otherwise does nothing:

-rw-r--r--- riit/root 23 2005-03-11 14:20 etc/HOSTNAME

D.

it produces an error message because the options are in the wrong sequence.

Buy Now
Questions 27

What does the directory /srv contain?

Options:

A.

The source code files of application installed.

B.

The source code files of the kernel.

C.

Data files for server applications, e.g. a web server or an ftp server.

D.

Binary files for server applications, e.g. a web server or an ftp server.

Buy Now
Questions 28

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

Options:

A.

Command mode

B.

Working mode

C.

Switch mode

D.

Insert mode

E.

Allocation mode

Buy Now
Questions 29

Which symbol represents the BtrFS root subvolume?

Options:

A.

/

B.

*

C.

@

D.

~

E.

^

Buy Now
Questions 30

How can you list the updates that are available for your system?

Options:

A.

zypper lu

B.

zypper dup

C.

zypper se -t patch

D.

zypper pch list

Buy Now
Exam Code: 050-733
Exam Name: SUSE Certified Linux Administrator 12
Last Update: Apr 30, 2026
Questions: 100

PDF + Testing Engine

$63.52  $181.49

Testing Engine

$50.57  $144.49
buy now 050-733 testing engine

PDF (Q&A)

$43.57  $124.49
buy now 050-733 pdf