Easter Special Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

050-733 Sample Questions Answers

Questions 4

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 5

What is the type command used for?

Options:

A.

type determines the type of a command (shell builtin, alias, file on hard disk).

B.

type is used to determine the type of processor used (32-bit, 64-bit, Power)

C.

type displays the type of terminal (tty1, tty2) you are logged in to.

D.

type is used to print text to a teletypewriter.

Buy Now
Questions 6

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 7

Where are the SuSEfirewall2 service definition files located?

Options:

A.

/etc/sysconfig/SuSEfirewall2.d/

B.

/etc/SuSEfirewall2/service/

C.

/etc/SuSEfirewall2/config/

D.

/etc/SuSEfirewall2/service/def/

Buy Now
Questions 8

How is the GNOME file manager called?

Options:

A.

Nautilus

B.

Konqueror

C.

GNOME Explorer

D.

FileMan

E.

Dolphin

Buy Now
Questions 9

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 10

The /etc/sysconfig/network/ifcfg-XXX configuration file contains a BOOTPROTO option.

Which are possible values of BOOTPROTO?

Options:

A.

static or dhcp

B.

master or slave

C.

onboot, ifpluged, or manual

D.

ethernet, wireless, or manual

Buy Now
Questions 11

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

Options:

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

Buy Now
Questions 12

Which command is suitable for displaying the CPU load as a percentage?

Options:

A.

w

B.

top

C.

nice

D.

uptime

Buy Now
Questions 13

What is described as follows:

If content of a block changes, the changed block is put beside the non-changed block.

Options:

A.

Rollback

B.

Journaling

C.

Subvolume

D.

Copy on write

Buy Now
Questions 14

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?

Options:

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

Buy Now
Questions 15

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

(Choose two.)

Options:

A.

cd -h

B.

cd

C.

cd --homedir

D.

cd home

E.

cd ~

Buy Now
Questions 16

How long is the base support lifespan for a major SUSE Linux Enterprise release?

Options:

A.

7 years

B.

5 years

C.

10 years

D.

18 months

E.

1 year

Buy Now
Questions 17

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?

Options:

A.

discover DocumentRoot /etc

B.

search -r DocumentRoot /etc/*

C.

find /etc -content DocumentRoot

D.

grep -r DocumentRoot /etc/*

Buy Now
Questions 18

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

Options:

A.

0-100

B.

101-499

C.

500-999

D.

1000 and above

Buy Now
Questions 19

In the bash shell, which command can be used to create a MY_NAME variable containing the value Joe?

Options:

A.

MY_NAME=Joe

B.

MY_NAME = Joe

C.

echo Joe > MY_NAME

D.

export MY_NAME = Joe

Buy Now
Questions 20

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

Options:

A.

ps

B.

top

C.

tree

D.

procview

E.

pstree

F.

less

G.

pr

Buy Now
Questions 21

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

Options:

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.

Buy Now
Questions 22

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

Which command accomplishes this task?

Options:

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

Buy Now
Questions 23

How large is the MBR?

Options:

A.

8 KBytes

B.

1 KByte

C.

1 MByte

D.

512 Bytes

E.

256 Bytes

Buy Now
Questions 24

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 25

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

the bash shell prompt?

Options:

A.

geeko

B.

/home/geeko

C.

$HOME: No such file or directory

D.

$HOME

Buy Now
Questions 26

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 27

Which command installs most rpm packages?

Options:

A.

rpm package_name.rpm

B.

rpm - -package_name.rpm

C.

rpm –i package_name.rpm

D.

install package_name.rpm

E.

install –i package_name.rpm

Buy Now
Questions 28

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

Options:

A.

/etc/bashrc

B.

/etc/bash.cf

C.

/etc/bash.conf

D.

/etc/bash.bashrc

Buy Now
Questions 29

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

Which crontab entry is suitable for this?

Options:

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

Buy Now
Questions 30

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
Exam Code: 050-733
Exam Name: SUSE Certified Linux Administrator 12
Last Update: May 15, 2024
Questions: 100
$64  $159.99
$48  $119.99
$40  $99.99
buy now 050-733