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 |
What is the command to find the hardware configuration in Linux?
How do I open a text file in cmd?
How do I clear bash history in linux?
What is whois command?
What is devops linux?
What is the use of finger command in linux?
Which command reduces the size of a file?
What is finger in networking?
how is "to run even after user logs out"
How remove all files in a directory linux?
why context switching time should be minimum? How it depends on hardware support?
A file which is not deleted by normal user and also root (using rm), for that type of file how we delete it?