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 could possibly be the problem when a command that was issued gave a different result from the last time it was used?
You wish to print the file vacations with 60 lines to a page. Which of the following commands will accomplish this?
What is the command can be used to check for file corruption?
How do I stop a linux job?
What is difference between free and available memory in linux?
What is mask and umask in linux?
Who unix commands?
What is ps command in linux?
I want to kill zombie process, but with using kill 9 i cannot kill that process? can u tell other commands?
Enlist some linux to file content commands?
How do I use nslookup in linux?
what is the command to view gateway?