Summer Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

050-733 PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

050-733 PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: SUSE Certified Linux Administrator 12
  • Last Update: Sep 12, 2025
  • Questions and Answers: 100
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

050-733 Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

050-733 Practice Exam Questions with Answers SUSE Certified Linux Administrator 12 Certification

Question # 6

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

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?

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

Full Access
Question # 8

You want to redirect both output and error messages of the find command to the find-output file.

Which command accomplishes this task?

A.

find /etc –name “*conf” 2>&find-output

B.

find /etc –name “*conf” 2<&1 > find-output

C.

find /etc –name “*conf” > find-output 2>&1

D.

find /etc –name “*conf” > find-output 2> find-output

Full Access
Question # 9

Which protocol is used to send messages by the ping command?

A.

NTP

B.

FTP

C.

TCP

D.

ICMP

E.

HTTP

F.

LDAP

Full Access
Question # 10

You want to run the /usr/local/sbin/myscript script at 6.00 A.m. every Friday.

Which crontab entry is suitable for this?

A.

5 6 * * 0 /usr/local/sbin/myscript

B.

0 6 * * 5 /usr/local/sbin/myscript

C.

6 0 * 5 * /usr/local/sbin/myscript

D.

* * 5 6 0 /usr/local/sbin/myscript

Full Access
Question # 11

How is the GNOME file manager called?

A.

Nautilus

B.

Konqueror

C.

GNOME Explorer

D.

FileMan

E.

Dolphin

Full Access
Question # 12

Which statement is not true about symbolic links?

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.

Full Access
Question # 13

What is the purpose of the ssh-agent command?

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.

Full Access
Question # 14

What is the Multiple Device RAID configuration file?

A.

/etc/md.conf

B.

/etc/raid.conf

C.

/etc/mdadm.conf

D.

/etc/raid/md.conf

Full Access
Question # 15

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

A.

- -dump file_name

B.

–o file_name - -dump

C.

- -log file_name

D.

- -o file_name

Full Access
Question # 16

You would like to run command2 only if command1 completed successfully.

Which command accomplishes this task?

A.

command1 || command2

B.

command1 ;; command2

C.

command1 >> command2

D.

command1 && command2

Full Access
Question # 17

You have set the following permissions on a test directory rwxrwxrwx.

Which statement about files in the test directory is correct?

A.

A file created in that directory has the same owning group as the owning group of the test directory.

B.

Only root or the owner of the file can delete files in the test directory.

C.

A file created in that directory has the same owner as the owner of the test directory.

D.

Only root can delete files in the test directory.

Full Access
Question # 18

What command displays hardware information?

A.

info

B.

hardwarechk

C.

hwcheck

D.

hwinfo

E.

sysinfo

Full Access
Question # 19

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 # 20

In a terminal window, which command can you enter to change to your home directory (/home/geeko)?

(Choose two.)

A.

cd -h

B.

cd

C.

cd --homedir

D.

cd home

E.

cd ~

Full Access
Question # 21

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 # 22

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 # 23

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 # 24

Which statement about the Set User ID bit on executable files is correct?

A.

The SUID should only be set when really needed and only on applications that are well tested.

B.

The SUID bit has no security implications.

C.

The SUID bit makes it more difficult to exploit any potential vulnerabilities in the program.

D.

The SUID bit on executables has no effect; it is only relevant when set on directories.

Full Access
Question # 25

Which statements about the Linux boot process are correct? (Choose two.)

A.

The initrd decompress itself.

B.

The Kernel looks for and mounts the initrd.

C.

The boot manager loads the kernel and initrd into the memory.

D.

The boot manager starts the init process

E.

The BIOS starts the kernel.

Full Access
Question # 26

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 # 27

What commands can be used to view processes? (Choose three.)

A.

ps

B.

top

C.

tree

D.

procview

E.

pstree

F.

less

G.

pr

Full Access
Question # 28

What is the output of the echo '$HOME' command when user geeko (home directory /home/geeko) enters it at

the bash shell prompt?

A.

geeko

B.

/home/geeko

C.

$HOME: No such file or directory

D.

$HOME

Full Access
Question # 29

You want to use the ip command to set a new address for your network device eth0. It is a Standard class C

network. The broadcast address and network route should be set accordingly.

Which command is correct?

A.

ip address add 192.168.0.10/24 dev eth0

B.

ip addr add eth0 192.168.0.10/24 eth0 broadcast 192.168.255.255

C.

ip addr add 192.168.0.10/24 dev eth0 brd è

D.

ip address set 192.168.0.10/24 dev eth0

Full Access
Question # 30

What are valid systemd unit types? (Choose three.)

A.

Service

B.

Targets

C.

Device

D.

Runlevel

E.

Partition

F.

Form

G.

Pointer

Full Access