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 |
Which command is used to clear the screen?
How can you find configuration on linux?
How do I get to root directory in linux?
What does the command env do?
what is the difference between service and process?
What language is a makefile written in?
How do I run a script in linux?
What are bash scripts used for?
if i have one folder say aaa and that folder having 100 files from that 50 files there aaa word is written how to find in which aaa is writen and without opening that file
Explain about the command elm?
How do I open a text file in cmd?
What is the command to check wwn # in linux?