tell me command for" to create more than one name to a
file".
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between clang and llvm?
What is a ulimit in unix?
What is p command?
What is whois command in linux?
What is cpu utilization linux?
What are the basic commands in command prompt?
Which command will show you free/used memory?
Which command is used to compare the files?
What is cpu core in linux?
Brief about finger username?
Which command is used to check the number of files and disk space used and the each user’s defined quota?
What is the best cpu stress test?
What is the role of case sensitivity in affecting the way commands are used?
Which command would you use if you want to remove the password assigned to a group?
Which command is used to uncompress gzip files?