Unix - Section 3 Multiple Questions and Answers.
Exercise Questions ::
Unix Questions
Published by:Michael Daani
2. | The octal representation 652 indicates |
| |
| A. | Execute permission for the owner |
| B. | Write permission for others |
| C. | Read and write permission of groups |
| D. | All of the above |
|
|
Published by:Michael Daani
Published by:Michael Daani
Published by:Michael Daani
5. | Which command is used to move all files to the bin sub-directory of the parent directory? |
| |
| A. | mv *.* /bin/ |
| B. | mv * /bin/* |
| C. | mv * ../bin |
| D. | mv * ../bin *.* |
|
|
Published by:Michael Daani
»