In which directory must definition files be placed to add additional repositories to yum?

CORRECT TEXT In which directory must definition files be placed to add additional repositories to yum?View AnswerAnswer: /etc/yum.repos.d, /etc/yum.repos.d/, yum.repos.d, yum.repos.d/

August 11, 2019 No Comments READ MORE +

Which of the following information is stored within the BIOS? (Choose TWO correct answers.)

Which of the following information is stored within the BIOS? (Choose TWO correct answers.)A . Boot device orderB . Linux kernel versionC . TimezoneD . Hardware configurationE . The system's hostnameView AnswerAnswer: A,D

August 10, 2019 No Comments READ MORE +

In Bash, inserting 1>&2 after a command redirects

In Bash, inserting 1>&2 after a command redirectsA . standard error to standard input.B . "Pass Any Exam. Any Time." - www.actualtests.com 19 standard input to standard error.C . standard output to standard error.D . standard error to standard output.E . standard output to standard input.View AnswerAnswer: C

August 10, 2019 No Comments READ MORE +

Which of the following commands will reduce all consecutive spaces down to a single space?

Which of the following commands will reduce all consecutive spaces down to a single space?A . tr 's' ' ' < a.txt > b.txtB . tr -c ' ' < a.txt > b.txtC . tr -d ''< a.txt > b.txtD . tr -r ' ' '' < a.txt > b.txtE...

August 10, 2019 No Comments READ MORE +

Which of the following commands changes the ownership of file.txt to the user dan and the group staff?

Which of the following commands changes the ownership of file.txt to the user dan and the group staff?A . chown dan/staff file.txtB . chown dan:staff file.txtC . chown -u dan -g staff file.txtD . chown dan -g staff file.txtView AnswerAnswer: B

August 10, 2019 No Comments READ MORE +

In the vi editor, how can commands such as moving the cursor or copying lines into the buffer be issued multiple times or applied to multiple rows?

In the vi editor, how can commands such as moving the cursor or copying lines into the buffer be issued multiple times or applied to multiple rows?A . By using the command: repeat followed by the number and the command.B . By specifying the number right in front of a...

August 9, 2019 No Comments READ MORE +

Which of the following commands updates the linker cache of shared libraries?

Which of the following commands updates the linker cache of shared libraries?A . mkcacheB . soconfigC . mkldconfigD . lddconfigE . ldconfigView AnswerAnswer: E

August 9, 2019 No Comments READ MORE +

Which of the following command sets the Bash variable named TEST with the content FOO?

Which of the following command sets the Bash variable named TEST with the content FOO?A . set TEST="FOO"B . TEST = "FOO"C . var TEST="FOO"D . TEST="FOO"View AnswerAnswer: D

August 8, 2019 No Comments READ MORE +

Which of the following commands is used to change options and positional parameters for a running Bash?

Which of the following commands is used to change options and positional parameters for a running Bash?A . historyB . setC . bashconfD . setshE . envsetupView AnswerAnswer: B

August 7, 2019 No Comments READ MORE +

In compliance with the FHS, in which of the directories are man pages found?

In compliance with the FHS, in which of the directories are man pages found?A . /usr/share/manB . /opt/manC . /usr/doc/D . /var/pkg/manE . /var/manView AnswerAnswer: A

August 6, 2019 No Comments READ MORE +