1.

We can use a test to test various file attributes.(a) True(b) FalseThe question was posed to me by my college professor while I was bunking the class.My question is from Using test and [ ] to Evaluate Expressions topic in chapter Essential Shell Programming of Unix

Answer»

Correct answer is (a) True

Explanation: test can also be used to test the various FILE attributes LIKE its TYPE (ordinary, regular or symbolic link) or its PERMISSIONS (read, write, execute, etc).



Discussion

No Comment Found

Related InterviewSolutions