050-733 Dumps

050-733 Braindumps

050-733 Real Questions

050-733 Practice Test

050-733 Actual Questions


killexams.com


SUSE


050-733


SUSE Certified Linux Administrator 12


https://killexams.com/pass4sure/exam-detail/050-733


Question: 121


You want to install the gvim RPM package that is available on the SUSE Linux Enterprise Server installation media. Which command installs the gvim package, and resolves dependencies as needed?

  1. rpm -i gvim

  2. yast -i gvim

  3. yast -I gvim

  4. rpm -U gvim


Answer: A


References:

http://www.mpipks-dresden.mpg.de/~mueller/docs/susel 0.2/html/opensuse-manual_en/manual/ sec.yast.ncurses_commands.html

Question: 122


What is the type command used for?

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

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

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

  4. type is used to print text to a teletypewriter.


Answer: A


Question: 123


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

  1. MY_NAME=Joe

  2. MY_NAME = Joe

  3. echo Joe > MY_NAME

  4. export MY_NAME = Joe


Answer: A


References:

http://ryanstutorials.net/bash-scripting-tutorial/bash-variables.php

Question: 124


How long does "Long Term Service Pack Support (LTSS) for SLES" extend the span of getting updates for SLES packages belonging to a specific Service pack?

  1. 3 years

  2. 1 year

  3. 5 years

  4. 7 years

  5. 10 years


Answer: C

References:

https://www.suse.com/products/long-term-service-pack-support/

Question: 125


Which command can be used to set the system time? (Choose two.)

  1. time

  2. timeofday

  3. date

  4. netdate

  5. hctosys


Answer: C,D


Question: 126


Which statement about the primary (default) group of a user is correct?

  1. Theprimary groupmembershipof a useris defined in the/etc/gppasswd file.

  2. Theprimary groupmembershipof a useris defined in the/etc/shadow file.

  3. Theprimary groupmembershipof a useris defined in the/etc/passwd file.

  4. Theprimary groupmembershipof a useris defined in the/etc/group file.


Answer: C


Question: 127


What is the name of the file containing the initramfs?

  1. /sbin/liniixrainfs

  2. /lib/initramfs

  3. /boot/ramfs

  4. /boot/initrd

  5. Zboot/vmram

  6. /sbin/vmram


Answer: D


Question: 128


What is the result of the following command? dd if=/dev/zero of=/dev/hdd bs=512 count=1

  1. Writes zeros in the first 512 bytes of the first hard disk block

  2. Assigns the physical volume zero to the logical volume hdd

  3. Overwrites an existing partition table

  4. Creates a LVM partition of 512 blocks

  5. Backs up the /dev/zero and /dev/hdd files


Answer: A,C


Question: 129


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

  1. NTP

  2. FTP

  3. TCP

  4. ICMP

  5. HTTP

  6. LDAP


Answer: D


Question: 130


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?

  1. discover DocumentRoot/etc

  2. search-r DocumentRoot/etc/*

  3. find /etc -content DocumentRoot

  4. grep -r DocumentRoot /etc/*


Answer: D