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 print script arguments
What is difference between sh and bash?
Which command is used to uncompress gzip files?
You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?
Why bash is used in linux?
What is the use of ls command?
What is cpu in top command?
What is parallel ssh?
What is makefile target?
The command ‘umask -S’
Who whoami linux?
What does f mean linux?