adplus-dvertising
frame-decoration

Question

The syntax of the find command is ____________

a.

find path_list selection_criteria action

b.

find action path_list selection_criteria

c.

find selection_criteria action path

d.

find path action

Posted under Unix File System UNIX

Answer: (a).find path_list selection_criteria action

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The syntax of the find command is ____________

Similar Questions

Discover Related MCQs

Q. Which symbol is used with find command for specifying arguments?

Q. Which of the following option is used with find command for taking action on selected files?

Q. -ok option is used with find command for seeking information before taking the action specified.

Q. Which library function is used for printing error messages?

Q. perror also uses error number to print the error messages.

Q. What is the significance of errno 13?

Q. What is the symbolic constant for errno 2?

Q. Which of the following is not a valid symbolic constant?

Q. How many data structures does the kernel maintain in memory that contain information about an open file?

Q. The file descriptor table contains all file descriptors for a process.

Q. The file table contains _________

Q. The vnode table is also called _____

Q. Which of the following system calls performs the action of cd command?

Q. Directories can also be opened, read and written in the same way as regular files.

Q. For creating and removing directories, which of the following system calls are used?

Q. A super user can use ___ call for creating a directory.

Q. For creating a hard and symbolic link, which system calls are used?

Q. For removing a link, ____ is used.

Q. ____ system call is used for renaming a file, directory or symbolic link.

Q. S_IFxxx macros are used for checking the file types.