πŸ“Š Linux
Q. A user creates a link to “file1” with the following command

Which of the following statements is not true when listing the details of the link created?
Code:
$ ln -s file1 link
  • (A) file1 and link have the same inode numbers
  • (B) The number of links for file1 is displayed as 1
  • (C) The number of links for file1 is displayed as 2
  • (D) The number of links for file2 is displayed as 2
πŸ’¬ Discuss
βœ… Correct Answer: (B) The number of links for file1 is displayed as 1

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
201
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Yashika
Publisher
πŸ“ˆ
99%
Success Rate