[EMAIL PROTECTED] wrote: > #mkdir ad > #touch ad/af > #ln -s ad as > #ls as > af > #ls -l as > lrwxrwxrwx 1 root root 2 Apr 27 19:38 as -> ad > > Please document this if it is supposed to behave that way.
It is supposed to behave that way. But your statement confuses me. What other way would you expect it to behave? What documentation and for which program of mkdir, touch, ln or ls would you change? mkdir makes directories touch can create files ln -s creates symbolic links ls lists directories and lists files This is a serious question. The above is in exactly the order of your example. What did you expect? What was unclear? Bob -- Bob Proulx <[EMAIL PROTECTED]> http://www.proulx.com/~bob/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

