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 are the basic commands for user management?

0 Answers  


What language is clang written in?

0 Answers  


What the command used for list the contents of your home directory, current directory and all subdirectories?

0 Answers  


What is DISM command?

0 Answers  


What is the command to see the installed rpm's in the linux system.

4 Answers  






What does df command do in linux?

0 Answers  


What is dos and its commands?

0 Answers  


Hi All of Unix/Linux professional Q.Why soft link file not open by cat command. Ihave make following symbolic link but when i open with #cat linkfilename it does not oped please see the following code and try to answer. # ln -s file1 ~/mydir/filea [root@dhcppc0 ~]# cd mydir [root@dhcppc0 mydir]# ls -l total 4 lrwxrwxrwx 1 root root 5 2010-04-04 09:04 filea -> file1 [root@dhcppc0 mydir]# cat filea cat: filea: No such file or directory

2 Answers  


What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc..?

0 Answers  


Explain about system and user utilities?

0 Answers  


What does mkdir mean?

0 Answers  


How do you do nslookup?

0 Answers  


Categories