LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   i can't make link with the command 'ln' (https://www.linuxquestions.org/questions/linux-general-1/i-cant-make-link-with-the-command-ln-181310/)

icoming 05-14-2004 01:56 AM

i can't make link with the command 'ln'
 
when i make a symbolic link of libdha.so.0.1,but shell says it's not an allowable operation
[root@zd libdha]# ln -sf libdha.so.0.1 libdha.so.0

the file libdha.so.0.1 exits in the directory,the information is as follow:
-rwxrwxrwx 1 root root 286656 5? 14 13:49 libdha.so.0.1

what's the matter?

arvind_sv 05-14-2004 02:07 AM

More info needed. I doubt the shell says "not an allowable operation". I've never seen it. I could be wrong. So, we need more info. What's exact error? What exactly does "ls -l libdha.so.0.1" output? What's the "5?" doing in the ls -l output? What shell? Which distribution?

Arvind

icoming 05-14-2004 02:13 AM

i'm sorry.
i made a mistake.
the language of my operation system is Chinese,so i must translate the error into English.
and '286656 5?' in the information of libdha.so.0.1 is the date of libdha.so.0.1

arvind_sv 05-14-2004 02:44 AM

Hi,

You still haven't given me the info I asked for. Alongwith that, give me the output of the command "lsattr" on the file, ie:

lsattr libdha.so.0.1

Arvind

icoming 05-15-2004 03:33 AM

[zd@zd libdha]$ lsattr libdha.so.0.1
lsattr: Inappropriate ioctl for device While reading flags on libdha.so.0.1

icoming 05-15-2004 03:50 AM

i know now why i can't make a symbol link.The file which i want link is in fat32 partition
thank you


All times are GMT -5. The time now is 06:39 PM.