Can't create symbolic links in RedHat 7.2 with ext3

ln -s ../manuals
Is
lrwxrwxrwx    1 george   george         10 Dec 11 11:35 manuales ->
./manuals

as you can see, the symlink is incorrect, it should be -> ../manuals
It happens the same linking any kind of  files.



ln ../manuales/
ln: `../manuales/': hard link not allowed for directory


ln ../manuales/linux/MLinux.pdf
ln: creating hard link `./MLinux.pdf' to `../manuales/linux/MLinux.pdf':
No such file or directory


obviously the errors that the program sends are incorrect.

Thanks.

--
-------------------------------
Jorge Alberto Reteguín Pimentel
Desarrollador de Software
Interplanet, S.A. de C.V.
t: 5682 5060
www.interplanet.com.mx
-------------------------------




_______________________________________________
Bug-fileutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-fileutils

Reply via email to