Oracle Linux Fundamentals (Oracle PartnerNetwork) - 1Z0-409 模擬練習
You have received an email with a file login_remote, which is the HEX dump of a file.
View the Exhibit that shows a portion of this file.
How would you revert it to the original form in the name login?

View the Exhibit that shows a portion of this file.
How would you revert it to the original form in the name login?

正解: B
UNIX was known as the most stable operating system ever released. Identify two major design principles that help attain this stability. (Choose two.)
正解: A,D
Match the print commands with their functionalities.
1.lpq a. printer control program
2.lprm b. Send a job to the queue to be printed.
3.lpr c. Remove a job from the queue.
4.lpc d. View the contents of the queue.
1.lpq a. printer control program
2.lprm b. Send a job to the queue to be printed.
3.lpr c. Remove a job from the queue.
4.lpc d. View the contents of the queue.
正解: A
An attempt by bob to remotely access smith's shell results in an error as follows:
[bob@server100 ~]$ ssh server200
The authenticity of host 'server200 (192.168.0.200)' can't be established.
RSA key fingerprint is 1c:6e:b7:8b:65:cc:04:e8:16:ca:7e:81:de:d6:5e:c4.
What would you infer from the error?
[bob@server100 ~]$ ssh server200
The authenticity of host 'server200 (192.168.0.200)' can't be established.
RSA key fingerprint is 1c:6e:b7:8b:65:cc:04:e8:16:ca:7e:81:de:d6:5e:c4.
What would you infer from the error?
正解: A
The user smith is asked to replace all occurrences of the letter "e" with the letter "y" in file1.txt and save the output to fix.txt. Which command would let the user smith do so? (Choose all that apply.)
正解: C,E
You are writing a script and add the following line at the beginning of the script:
#!/bin/bash
What implications does this have on the shell script if the script is called directly at the c shell prompt?
#!/bin/bash
What implications does this have on the shell script if the script is called directly at the c shell prompt?
正解: A
Observe the code given below:
a=5.56
b=4.32
c=`echo $a + $b | bc`
echo "$a + $b = $c"
echo " Final Output is $c"
What would be the final output of this code?
a=5.56
b=4.32
c=`echo $a + $b | bc`
echo "$a + $b = $c"
echo " Final Output is $c"
What would be the final output of this code?
正解: D
View the Exhibit.
You have created a user account bob on a Linux machine and, when the user logs in, he has a broken shell as shown in the Exhibit. As a Linux administrator, what would you do in this situation to let user bob get rid of this error without compromising his privacy?

You have created a user account bob on a Linux machine and, when the user logs in, he has a broken shell as shown in the Exhibit. As a Linux administrator, what would you do in this situation to let user bob get rid of this error without compromising his privacy?

正解: A
View the Exhibit.
/tmp/backups is a directory with SUID and SGID set as shown in the Exhibit. The user
smith is trying to access this directory.
Which three statements are true? (Choose three.)

/tmp/backups is a directory with SUID and SGID set as shown in the Exhibit. The user
smith is trying to access this directory.
Which three statements are true? (Choose three.)

正解: C,D,E
View the Exhibit.
What does the case statement do in the script? (Choose two.)

What does the case statement do in the script? (Choose two.)

正解: C,D
Which two commands would you use to kill all the processes owned by the user smith? (Choose two.)
正解: C,E