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 check wwn # in linux?
What could be the problem when a command that was issued gave a different result from the last time it was used?
Brief about the command kill PID?
Which are the linux directory commands?
You suspect that you have two commands with the same name as the command is not producing the expected results. What command can you use to determine thelocation of the command being run?
What is the best cpu stress test?
How can you find configuration on linux?
What does sh do in linux?
Write a command that will look for files with an extension "c", and has the occurrence of the string "apple" in it.
What is 9 in kill?
Any one example of uninteruptable sleeping process?
How will retrieves incoming mails from different web sites