13. Create a hard link for fileA named hardlinkA and verify the inode number. (Compare with ls -i)
To create a hard link for fileA named hardlinkA and verify the inode number, follow these steps:
Step 1: Create the hard link
bashCopyEditln fileA hardlinkA
Step 2: Verify the inode number
bashCopyEditls -i fileA hardlinkA
Expected Output:
CopyEdit...