ExamGecko
Question list
Search
Search

Question 207 - 101-500 discussion

Report
Export

Consider the following output from the command ls -i:

How would a new file named c.txt be created with the same inode number as a.txt (Inode 525385)?

A.
ln -h a.txt c.txt
Answers
A.
ln -h a.txt c.txt
B.
ln c.txt a.txt
Answers
B.
ln c.txt a.txt
C.
ln a.txt c.txt
Answers
C.
ln a.txt c.txt
D.
ln -f c.txt a.txt
Answers
D.
ln -f c.txt a.txt
E.
ln -i 525385 c.txt
Answers
E.
ln -i 525385 c.txt
Suggested answer: C
asked 18/09/2024
abdelhafid houssa
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first