Computing.Net > Forums > Linux > Symbolic Links in Minix

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Symbolic Links in Minix

Reply to Message Icon

Name: srivatsan
Date: April 17, 2003 at 10:14:51 Pacific
OS: Minix
CPU/Ram: 32MB
Comment:

Dear All,

I would like to know how do you go about implementing symbolic links for minix. I know you will have to create a new i-node with a different mode value for the i-node. But I am confused with the part that you are supposed to create a datablock that has the path of the file to be linked.

1.How do I write a path into a datablock and read it.
2.Where do I have to make the change for my OS to read the correct blocks.
( Say If I give ln -s /bin/ls /usr/john/myls
and the user types myls in the command prompt ).

Any help would be appreciated. thanks.




Sponsored Link
Ads by Google

Response Number 1
Name: Balram Adlakha
Date: April 17, 2003 at 11:15:14 Pacific
Reply:

what you're talking about is the backwardness of the minix filesystem. I can't understand why you choose to use such an obsolete OS when so many nice alternatives exist (freebsd, netbsd, openbsd, gnu/linux, etc etc)
Some people say minix is good for learning about unix type systems, but the code is so obsolete that it is now good for nothing.
I suggest you get a better system in which "ln -s" is a very very basic and small thing.


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Symbolic Links in Minix

Howto create relative symbolic link www.computing.net/answers/linux/howto-create-relative-symbolic-link/26201.html

Symbolic Links - Maximum? www.computing.net/answers/linux/symbolic-links-maximum/15698.html

removing a symbolic link www.computing.net/answers/linux/removing-a-symbolic-link/13589.html