InterviewSolution
Saved Bookmarks
| 1. |
The shell commandfind -name passwd -printis executed in /etc directory of a computer system running Unix. Which of the following shell commands will give the same information as the above command when executed in the same directory?(A) ls passwd(B) cat passwd(C) grep name passwd(D) grep print passwd |
| Answer» None | |