InterviewSolution
Saved Bookmarks
| 1. |
Which of the following statement is true for testing whether the file is read only or not? (a) test -read filename (b) check -read filename (c) test -r filename (d) check -r filename |
| Answer» | |