tell me command for" to create more than one name to a
file".

Answers were Sorted based on User's Feedback



tell me command for" to create more than one name to a file"...

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

tell me command for" to create more than one name to a file"...

Answer / d.veera

we can use hardlink and soft link command

Is This Answer Correct ?    2 Yes 0 No

tell me command for" to create more than one name to a file"...

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

Post New Answer

More Linux Commands Interview Questions

What does mkdir mean in linux?

0 Answers  


How we can set the password length in linux?

2 Answers   Wipro,


how many hard disks can i able to connect to desktop pc and server (IDE & SATA) pls send this ans to my mail : ping2pavan@gmail.com

1 Answers  


How do I check storage on linux?

0 Answers  


Which command would you use if you want to remove the password assigned to a group?

0 Answers  






what is the diff b/w ext2 and ext3?

5 Answers  


What is the difference between find and locate command in linux?

0 Answers  


What is parallel ssh?

0 Answers  


Brief about FTP hostname?

0 Answers  


You have a computer with 80 GB hard disk and Ubuntu 8.04 is installed on entire hard disk. Now you have to create a seprate partition for Windows OS and Install Win Xp as Dual boot. write down the steps involed along with the commands.

8 Answers   Bhel, Indian Navy, Tata Steel Limited,


What is make command in linux?

0 Answers  


What are bash scripts used for?

0 Answers  


Categories