Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Using hwinfo, how can you probe just for BIOS information?

A.

hwinfo - -bios

B.

hwinfo - -dump bios

C.

hwinfo.bios

D.

hwinfo - -select bios

What does SLED stand for?

A.

SUSE Linux Enterprise Development

B.

SUSE Linux Enterprise Desktop

C.

SUSE Linux Enterprise Drive

D.

SUSE Linux Enterprise Distribution

What is the type command used for?

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.

Where are systemd unit files stored? (Choose two.)

A.

/usr/lib/systemd/system/

B.

/etc/systemd/system/

C.

/lib/systemd/

D.

/usr/systemd/unit

E.

/usr/systemd/service/

F.

/usr/systemd/target/

G.

/etc/systemd/units/

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

What does the command lvscan do?

A.

Displays RAID disks

B.

Displays LVM logical volumes

C.

Displays status of KVM virtual machines

D.

Displays memory usage of the kernel

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

Which are possible values of BOOTPROTO?

A.

static or dhcp

B.

master or slave

C.

onboot, ifpluged, or manual

D.

ethernet, wireless, or manual

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

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

What is the "users" option in /etc/fstab used for?

A.

It specifies the partitions that are not bootable by a user.

B.

It allows any user to mount and unmount a partition.

C.

It specifies the partitions that are bootable by a user.

D.

A normal user is not allowed to access this partition.