LPI Level 1 Exam 102, Junior Level Linux Certification, Part 2 of 2 102-400 Question # 2 Topic 1 Discussion

LPI Level 1 Exam 102, Junior Level Linux Certification, Part 2 of 2 102-400 Question # 2 Topic 1 Discussion

102-400 Exam Topic 1 Question 2 Discussion:
Question #: 2
Topic #: 1

What is the difference between the commands test -e path and test -f path?


A.

They are equivalent options with the same behaviour.


B.

The -f option tests for a regular file. The -e option tests for an empty file.


C.

Both options check the existence of the path. The -f option also confirms that it is a regular file.


D.

The -f option tests for a regular file. The -e option tests for an executable file.


Get Premium 102-400 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.