[4787] in Athena Bugs
vax 6.4R: fs
daemon@ATHENA.MIT.EDU (marc@MIT.EDU)
Wed Apr 18 19:18:32 1990
From: marc@MIT.EDU
To: bugs@ATHENA.MIT.EDU
Date: Wed, 18 Apr 90 19:18:12 EDT
System name: beeblebrox
Type and version: CVAXSTAR 6.4R (1 update(s) to same version)
Display type: SM
What were you trying to do?
fs lsm a directory (sipbsrv)
I tried with both the fs on the packs and the fs which is
going to be in 7.0.
What's wrong:
It gives incorrect output:
<100> beeblebrox:/mit/sipbsrc> /bin/ls -ld *mips*
lrwxr-xr-x 1 jik 4 Oct 25 02:21 decmips -> mips
drwxrwxrwx 63 jtkohl 6144 Apr 15 16:36 decmips_30
lrwxr-xr-x 1 jtkohl 10 Aug 12 1989 mips -> decmips_30
<101> beeblebrox:/mit/sipbsrc> fs lsm *mips*
'decmips' is a symbolic link, leading to a mount point for volume 'decmips_30'
'decmips_30' is a mount point for volume '#project.sipbsrc.mips.nb'
'mips' is a symbolic link, leading to a mount point for volume '#project.sipbsrc.mips.nb'
What should have happened:
<100> beeblebrox:/mit/sipbsrc> /bin/ls -ld *mips*
lrwxr-xr-x 1 jik 4 Oct 25 02:21 decmips -> mips
drwxrwxrwx 63 jtkohl 6144 Apr 15 16:36 decmips_30
lrwxr-xr-x 1 jtkohl 10 Aug 12 1989 mips -> decmips_30
<101> beeblebrox:/mit/sipbsrc> fs lsm *mips*
'decmips' is a symbolic link, leading to a mount point for volume '#project.sipbsrc.mips.nb'
'decmips_30' is a mount point for volume '#project.sipbsrc.mips.nb'
'mips' is a symbolic link, leading to a mount point for volume '#project.sipbsrc.mips.nb'
Please describe any relevant documentation references:
<53> beeblebrox:~> man 1 fs
No entry for fs in section 1 of the manual.
Need I say more?