Is it possible to distinguish a file from a hard link to a file? That is, given a filename, can you tell whether it was created using an ln command? Explain.

What will be an ideal response?

You cannot distinguish between hard links to a file because all hard links
are of equal value. Each hard link points to the location of the file on the
disk. The space that the file occupies is released only when the last hard link
is removed.

Computer Science & Information Technology

You might also like to view...

If the ________ property is No, the data cannot be entered or copied

A) editing B) tab C) enabled D) locked

Computer Science & Information Technology

The ________ function searches the first column in a table to find matching values

A) VALUE B) VLOOKUP C) MATCH D) HLOOKUP

Computer Science & Information Technology