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


Please Help Members By Posting Answers For Below Questions

What does umask 077 mean?

547


How do I check storage on linux?

527


What is a makefile in linux?

497


How do I run a command in linux?

554


How many interfaces(ethernet cards) are working using single command?

533






What is cmake in linux?

612


How many commands are there in linux?

559


Which command is used to find what is in your home directory?

563


What does bash stand for?

548


What is the use of finger command in linux?

519


What is the programming language for linux?

529


What is gnu in linux?

533


How do you execute more than one command or program from a single command line entry?

560


What is echo command in batch file?

593


What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?

520