1753515 Members
5561 Online
108795 Solutions
New Discussion юеВ

Creating hard links

 
Ragni Singh
Super Advisor

Creating hard links

Hello all,

I'm currently in this dir..

/www/ftp and I have a request for the following..

Please create a hardlink /www/ftpod to
/www/ftp.

How would I do this? Thahks and points will be assigned.
2 REPLIES 2
Ragni Singh
Super Advisor

Re: Creating hard links

Actually, ftp is a directory and I'm trying to create a hard link to the dir..

I get the follwoing..

[root@pwqaap21 www]# ln ftp /www/ftpod
ln: `ftp': hard link not allowed for directory
Ivan Ferreira
Honored Contributor

Re: Creating hard links

In Linux, you cannot create hard links to directories. Only soft links and the command will be:

ln -s /www/ftpod /www/ftp
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?