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 mask and umask in linux?
What does umask 022 mean?
How do you execute more than one command or program from a single command line entry?
What is the purpose of the 'chmod' command?
What signal is ctrl c?
How do I find the console in linux?
Which command is used to delete a group?
Which command is used to compare the files?
some one is asking my machine is slow what is your steps?
Explain how you would find a specific string in a file.
How many types of commands are there in linux?
what is emacs editor and feature........???????????????????????????