tell me command for" to create more than one name to a
file".
Answers were Sorted based on User's Feedback
Answer / dalwinder singh
u can creat as many file as you wish with touch command
and then u can link the original file with these file....
link command can be use with ...# ln soruce file and
destination file.....as hardlink and #ln -s as soft link
file..
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / 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 |
You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose
What is a ulimit in unix?
How will you suspend a running process and put it in the background?
What is pwd in linux command?
What are the files to be used in the network installation of linux os?
How would you monitor real-time system performance in Linux?
How do you copy in terminal?
What does history command do in linux?
What is difference between free and available memory in linux?
How do you run a command for a limited time?
Explain about sh?
How do I permanently delete linux history?