97.2k views
2 votes
Nicholas wants to verify whether a file is a hard link to a file within the same directory. Which of the following commands could he use to see information that would be helpful to make this determination?

a.
ls -al

b.
ls -i

c.
ls -s

d.
ls -l

1 Answer

2 votes

Answer:

d

Step-by-step explanation:

Is is used to display files in a directory. Is-l is used to see total information about a file including how many hardlink files are there in the directory.

User Isanjosgon
by
5.6k points