Re: Strange behaviour of ln

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2015-08-24 22:55 GMT+02:00, Paolo Galtieri <pgaltieri@xxxxxxxxx>:
> I've tried this on 2 different systems, and on both systems ln -s fails
> in the same way.
>
> Here's the steps
>
> mkdir Test
> cd Test
>  >afile
> cd ..
> ln -s Test/afile Test/afile2
> ls -l Test
>
> This is the output:
> /bin/ls: cannot access Test/afile2: No such file or directory
> total 0
> -rw-rw-r--. 1 pgaltieri pgaltieri 0 Aug 24 13:46 afile
> l?????????? ? ?         ?         ?            ? afile2

I'm not sure, but maybe this is what -r is for:

$ mkdir Test
$ > Test/afile
$ ln -sr Test/afile Test/afile2
$ ls -l Test/
total 0
-rw-rw-r--. 1 simon simon 0 Aug 25 20:49 afile
lrwxrwxrwx. 1 simon simon 5 Aug 25 20:49 afile2 -> afile

Andras
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux