Home / Programming MCQs / Linux MCQs / Question
V
Q. What is the command to grant execution permission on all files and subdirectories in “/home/document/mydirectory”
To change the permissions on all files and subdirectories of “/home/document/mydirectory” we use “chmod” command with the option -R: $ chmod –R +x /home/document/mydirectory
You must be Logged in to update hint/solution
Q. What type of information might you find using www.deja.com?
Q. To extract specific columns from a file, ____ command is used.
Q. Which utility is used to combines the lines from two files? A. split B. join C. paste D. cut
Q. Which of the following utilities is used to stop a network interface?
Q. Who was very much attracted by the elegance and effectiveness of UNIX?
Q. Which packaging system does Red Hat use?
Q. Which section of man page documents contains information on user commands?
Discusssion
Login to discuss.