101-350試験無料問題集「Lpi LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 認定」

Which of the following shell redirections will write standard output and standard error output to a file named filename?

CORRECT TEXT
What option, when passed to the yum command, will update the entire system? (Specify ONLY the option name with no additional parameters)
正解:
update, upgrade
Which of the following commands will print the inode usage on each mounted filesystem?

Immediately after deleting 3 lines of text in vi and moving the cursor to a different line, which single character command will insert the deleted content below the current line?

Which of the following is true when hard-linked files are present?

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

In order to use the output of ls to overwrite a file called bazz, which of the following command lines would you use?

Which grep command will print only the lines that do not end with a / in the file foo?

Which of the following commands will print the amount of disk space used by files specified on the command line?

Instead of supplying an explicit device in /etc/fstab for mounting, what other options may be used to identify the intended partition? (Choose TWO correct answers.)

During a system boot cycle, what program is executed after the BIOS completes its tasks?

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

What is the effect of the egrep command when the -v option is used?

CORRECT TEXT
What umask value will result in the default access permissions of 600 (rw-------) for files and 700 (rwx------) for directories? (Provide only the numerical umask value)
正解:
0077, 077
What command will generate a list of user names from /etc/passwd along with their login shell?

Which command can be used to display the inode number of a given file?

Which of the following commands can be used to perform a full text search on all available packages on a Debian system?

Which of the following commands determines the type of a file by using a definition database file which contains information about all common file types?

In the vi editor, which of the following commands will copy the current line into the vi buffer?

Which of the following commands makes /bin/foo executable by everyone but writable only by its owner?