On Fri, Jul 11, 2008 at 10:12 AM, James Carlson <[EMAIL PROTECTED]> wrote:
> Daniel Templeton writes:
>> So, correct me if I'm wrong, but shouldn't csh -f ignore the
>> $HOME/.cshrc file?
>
> It should. For what it's worth:
>
> # csh -f /usr/bin/which which
> /usr/bin/which
> # ps | grep which | wc -l
> 0
> #
In a zone I did...
useradd -s /bin/csh -u 1000 -d /export/home/fbomb -m fbomb
su - fbomb
echo "which ls" > .cshrc
exit
su - fbomb
A few seconds later in the global zone I did:
# ps -fe | grep which | wc -l
3911
# ps -fe | grep which | wc -l
4588
# zoneadm -z $zone halt
--
Mike Gerdts
http://mgerdts.blogspot.com/
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code