최신Oracle Enterprise Linux: Fundamentals - 1Z0-402무료샘플문제
문제1
Observe the script below:
echo " Enter your name : "
read name
echo " Hello $name , Good Morning. "
What does read do in this script? (Choose all that apply.)
Observe the script below:
echo " Enter your name : "
read name
echo " Hello $name , Good Morning. "
What does read do in this script? (Choose all that apply.)
정답: A,C
문제2
Why is a Linux operating system always developed and released under a common standard known as Linux Standard Base (LSB)?
Why is a Linux operating system always developed and released under a common standard known as Linux Standard Base (LSB)?
정답: A
문제3
As user smith you want the CPU utilization of all the users logged on to server1 server. You want the information available automatically as soon as you login to the bash login shell and want the information available only to smith. What would you do on server1, which has all the default shell configuration files, to accomplish the task?
As user smith you want the CPU utilization of all the users logged on to server1 server. You want the information available automatically as soon as you login to the bash login shell and want the information available only to smith. What would you do on server1, which has all the default shell configuration files, to accomplish the task?
정답: D
문제4
As a root user, you have configured a file system using AutoFS with the default settings. You changed to one of the directories under AutoFS control at the tty1 terminal and started working at the tty2 terminal.
What is the status of the file system mounted in the tty1 terminal after the idle time as mentioned in the /etc/auto.master file?
As a root user, you have configured a file system using AutoFS with the default settings. You changed to one of the directories under AutoFS control at the tty1 terminal and started working at the tty2 terminal.
What is the status of the file system mounted in the tty1 terminal after the idle time as mentioned in the /etc/auto.master file?
정답: A
문제5
You have logged in to your Linux box as a normal user with the default desktop. After working for a while, you plan to change your desktop to KDE. How would you change the desktop?
You have logged in to your Linux box as a normal user with the default desktop. After working for a while, you plan to change your desktop to KDE. How would you change the desktop?
정답: A
문제6
View the Exhibit.
What is the output of the shell script when executed at the bash shell?

View the Exhibit.
What is the output of the shell script when executed at the bash shell?

정답: B
문제7
You have created the user smith on your Linux machine. What is the default location of smith's mail spool on the machine?
You have created the user smith on your Linux machine. What is the default location of smith's mail spool on the machine?
정답: A
문제8
What are the extra features that the Bourne Again Shell (bash) has compared to the Bourne Shell (sh)? (Choose all that apply.)
What are the extra features that the Bourne Again Shell (bash) has compared to the Bourne Shell (sh)? (Choose all that apply.)
정답: B,D,F
문제9
The user smith wants to display the total number of lines that are 4 characters (letters and digits) long or more from the file1.txt file. Which regular expression or command should smith use?
The user smith wants to display the total number of lines that are 4 characters (letters and digits) long or more from the file1.txt file. Which regular expression or command should smith use?
정답: A