Greeting folks
I have quick question, are there any tricks to not let
symbolic links directory NOT to be expanded when a user issues
a "pwd" command in "C-Shell" and "bourne-Shell". I know
that in K shell it does not get expanded.
Ex:
if /home -> /usr/users/home
if a users "cd" s to "/home/xyz" and does a "pwd", I get:
/usr/users/home/xyz (C Shell)
/usr/users/home/xyz (Bourne Shell)
/home/xyz (Korn Shell)
How can i get the Korn shell behaviour for other shells?
Thanks in advance
Mohan
Received on Wed Apr 21 1999 - 17:44:03 NZST