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
What is the difference between diff and cmp command in unix?
What are linux commands useful?
What is lsof command in linux?
How do you copy in linux terminal?
Does linux cp command overwrite?
What is DISM command?
Is cmake only for c++?
How do you do nslookup?
Explain about system and user utilities?
What does rmdir do in linux?
Find command can search for files by
How do I clear bash history in linux?
What command can you use to make a tape archive file of a /home directory and send it to the /dev/tape device?
Enlist some linux networking and troubleshooting commands?
why context switching time should be minimum? How it depends on hardware support?