1.

To check if two files are linked to each other, we can use -ef option.(a) True(b) FalseThis question was posed to me in semester exam.This is a very interesting question from Using test and [ ] to Evaluate Expressions in section Essential Shell Programming of Unix

Answer»

Correct choice is (a) True

Explanation: If we have two files namely FILE01 and FILE02 and we WANT to CHECK if file01 is LINKED with file02, we have to use -ef option with test. The syntax is file01 -effile02.



Discussion

No Comment Found

Related InterviewSolutions