New Year Special Sale - 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: spcl70

Practice Free 050-733 SUSE Certified Linux Administrator 12 Exam Questions Answers With Explanation

We at Crack4sure are committed to giving students who are preparing for the Novell 050-733 Exam the most current and reliable questions . To help people study, we've made some of our SUSE Certified Linux Administrator 12 exam materials available for free to everyone. You can take the Free 050-733 Practice Test as many times as you want. The answers to the practice questions are given, and each answer is explained.

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/*

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

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

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

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

Question # 11

How is the GNOME file manager called?

A.

Nautilus

B.

Konqueror

C.

GNOME Explorer

D.

FileMan

E.

Dolphin

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.

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.

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

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

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

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.

Question # 18

What command displays hardware information?

A.

info

B.

hardwarechk

C.

hwcheck

D.

hwinfo

E.

sysinfo

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

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 ~

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

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

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

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.

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.

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.

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

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

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

Question # 30

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

A.

Service

B.

Targets

C.

Device

D.

Runlevel

E.

Partition

F.

Form

G.

Pointer

050-733 PDF

$33

$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

$52.8

$175.99

3 Months Free Update

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

050-733 Engine

$39.6

$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