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
Why is it called bash?
Explain about system and user utilities?
Which command is used to compare the files?
Brief about the command kill PID?
What is du -s * | sort -k1,1rn | head command used for?
What is bash linux?
How can I check the exit status of my previous command in Linux operating system?
What is difference between egrep and grep?
How do I overclock my cpu?
What is help command in linux?
Explain the ‘ls’ command in linux
What is ls command and what it does?
What does c mean in linux?
What is gnu in linux?
What is tty in linux process?