1z0-036  Exam

Exam # of questions Description  Update
1z0-036 112 1z0-036 Managing Oracle 9i on Linux... 02/15/2011
[Practice Test]    [Download Study Guide(PDF)]   [Update Exam]

1z0-036 - Exam Information
  • Description: Managing Oracle 9i on Linux
  • Passing Score: 75%
  • Practice Test - Number of questions: 112 questions
  • Simulation Test - Number of questions: 112 questions
  • Simulation Test Duration: 41 minutes
  • Has explanations: No

Question of the day

You need to ensure that whenever you create a new file, it should have the following set of permissions: u=rwx,g=rx,o=rx . Which statement would you add to the .bashrc script to set the desired file permissions?

Answer(s)

  1. umask -S u=rwx,g=rx,o=rx
  2. umask 012
  3. umask 455
  4. chmod u=rwx,g=rx,o= rx
Correct Answer

umask -S u=rwx,g=rx,o=rx