Which of the following is true for hard linked files? (Choose three.)

Which of the following is true for hard linked files? (Choose three.)A . The hard linked files are indicated by a -> when listed with ls -1.B . The output of stat will report hard instead of regular file.C . The hard linked files have the same permissions and owner.D...

February 2, 2020 No Comments READ MORE +

Adding rw init=/bin/bash to your boot parameters in GRUB will:

Adding rw init=/bin/bash to your boot parameters in GRUB will:A . Launch a session in recovery modeB . Display the most recent contents of the /var/log/dmesg fileC . Allow root access on bootingD . Allow logged messages to be editedView AnswerAnswer: C

February 2, 2020 No Comments READ MORE +

Which of the following environment variables overrides or extends the list of directories holding shared libraries?

Which of the following environment variables overrides or extends the list of directories holding shared libraries?A . LD_SHARE_PATHB . LD_LIB_PATHC . LD_RUN_PATHD . LD_LIBRARY_PATHE . LD_LOAD_PATHView AnswerAnswer: D

February 2, 2020 No Comments READ MORE +

Which option for yum performs a search of the package cache?

Which option for yum performs a search of the package cache?A . queryB . searchC . seekD . C CsearchView AnswerAnswer: B

February 2, 2020 No Comments READ MORE +

After you insert a new hard drive into the system, what is the correct order to make the drive ready for use within Linux?

After you insert a new hard drive into the system, what is the correct order to make the drive ready for use within Linux?A . Use fdisk to create partitions and mount -a to mount all of the newly created partitions.B . Use fdisk to create partitions, then format the...

February 1, 2020 No Comments READ MORE +

Which of the following commands can be used to download the RPM package kernel without installing it?

Which of the following commands can be used to download the RPM package kernel without installing it?A . yum download --no-install kernelB . yumdownloader kernelC . rpm --download --package kernelD . rpmdownload kernelView AnswerAnswer: B

February 1, 2020 No Comments READ MORE +

Which file should be edited to select the network locations from which Debian installation package files are loaded?

Which file should be edited to select the network locations from which Debian installation package files are loaded?A . /etc/apt/apt.confB . /etc/dpkg/dselect.cfgC . /etc/apt/sources.listD . /etc/dpkg/dpkg.cfgE . /etc/apt/apt.conf.dView AnswerAnswer: C

February 1, 2020 No Comments READ MORE +

Which of the following commands enables the setuid (suid) permission on the executable /bin/foo?

Which of the following commands enables the setuid (suid) permission on the executable /bin/foo?A . chmod 4755 /bin/fooB . chmod 755+s /bin/fooC . chmod 1755 /bin/fooD . chmod u-s /bin/fooView AnswerAnswer: A

January 31, 2020 No Comments READ MORE +

What is the effect of this command?

A system administrator types the following command: # shutdown -c What is the effect of this command?A . The system closes all open windows in X without shutting down.B . A previously scheduled shutdown is cancelled.C . The system shuts down and reboots immediately.D . The system shuts down and...

January 31, 2020 No Comments READ MORE +

Which of the following will find the location of any file the quickest?

Which of the following will find the location of any file the quickest?A . locatedbB . whereisC . locateD . findView AnswerAnswer: C

January 31, 2020 No Comments READ MORE +