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

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?

A.

rm -r /tmp/data/

B.

deldir /tmp/data/

C.

rmdir /tmp/data/

D.

rm /tmp/data/

How large is the MBR?

A.

8 KBytes

B.

1 KByte

C.

1 MByte

D.

512 Bytes

E.

256 Bytes

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

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

A.

0-100

B.

101-499

C.

500-999

D.

1000 and above

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

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

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 ~

What GRUB2 configuration file is used to configure user settings?

A.

/etc/default/grub

B.

/boot/grub2/grub.cfg

C.

/etc/sysconfig/bootloader

D.

/boot/grub2/x86_64-efi

E.

/boot/grub.d/user.cfg

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

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

A.

MY_NAME=Joe

B.

MY_NAME = Joe

C.

echo Joe > MY_NAME

D.

export MY_NAME = Joe