Oracle 1Z0-402 - Questions & Answers
Free preview · every answer includes a full explanation
Product page: https://prepkeys.com/1z0-402.html
Identify the true statement about configure script.
You have logged in as a normal user bob and use write and wall to chat with other users.
How are you able to chat with other user terminals?
The user smith issued the egrep "^[[: upper:]]" words.txt command.
What does this command do?
User smith on station2 is trying to chat with the remote user bob on station1 using the talk command, smith receives an error message as shown below:
[smith@station2 ~]$talk [email protected] [No connection yet] [ Error on read from talk daemon: Connection refused ] [smith@station2 ~]$
What can the root user do to resolve the issue? (Choose two.)
Which command could user smith use to change the time stamps of the file1 and dir1 given below, to the current system time?
[smith@server1 ~]$ Is -I
-rw-rw-r--1 smith smith 6 Jan 20 10:01 file1
drwxrwxr-x 2 smith smith 4096 Jan 20 10:54 dir1
The /projects directory is being shared by server1 with the share name datashare through samba.
To access the shared directory as bob you issue the following command:
smbclient //server1/datashare -U 'bob%foouser'
What happens when you execute the command?
What would be the output of the nested for loop given below?
for(( r=1; i<=5; i++ ))
do
for(( i=1; j<=i; j++ ))
do
echo -n "$j"
done
echo " "
done
Why is a Linux operating system always developed and released under a common standard known as Linux Standard Base (LSB)?
Match the following shell special characters with their usage:
1.
\ a. used in pairs to quote other special characters so they will not be interpreted by the
shell or to embed blanks
2.
' ? b. variable substitution
3.
{} ~ c. used to escape the special meaning of the next character
4.
$ d. wildcard file name expansionAs an administrator, you mounted the /exports/projects NFS exported directory from a server on a LAN using the default NFS settings. You find the performance to be low.
Which NFS mount options can you use to increase the performance?