tell me command for" to create more than one name to a
file".
Answer Posted / amit kumar ghosh
we can create a hard link & soft link against a file to
provide more than one name to a file.
if a file name "file1" in /root then for soft link.
#ln -s /root/file1 /root/file
for hard link
#ln /root/file1 /root/file.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How is grep so fast?
How do I open a text file in cmd?
How do I find cpu in linux?
What are the commands used in command prompt?
What is the pwd command?
How can I create a file with cmd?
How can I delete a file in linux?
How do you run a command for a limited time?
Is llvm a compiler?
Which command is used to terminate a process?
What are the 7 types of sentences?
What are system commands?
How do I get to root in linux?
How do you do nslookup?
What is a make target?