HP3000-L Archives

October 1998, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Lars Appel <[log in to unmask]>
Reply To:
Lars Appel <[log in to unmask]>
Date:
Wed, 28 Oct 1998 10:34:59 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (18 lines)
One minor addition to Mark's excellent tips...

>:xeq sh.hpbin.sys
>$ ln -s /BIXTEST/PUB /foobar
>$ ls -l /foobar
>lrwxrwxrwx   1 MANAGER.SYS       0             12 Oct 27 09:29 /foobar ->
/BIXTE
>ST/PUB

You can also use MPE commands to create and examine the symbolic link:

:NEWLINK /foobar , /BIXTEST/PUB
:LISTFILE /foobar ,7

Notice that NEWLINK gets parameters in a different order than /bin/ln -s does.

Lars.

ATOM RSS1 RSS2