der.hans wrote:
> moin moin,
>
> a question on another list about determining which shell is currently
> being used led to some nice answers.
>
> I thought I'd post some here in that the answers might not only be useful,
> but might lead to learning more about how things work.
>
> ls -l /proc/$$/exe
> readlink /proc/$$/exe
> cat /proc/$$/cmdline
> ps -p $$ 
> ps | grep $$
>
> If you haven't wandered around in proc you should check it out. If you
> have, you should likely look again :).
>
> /me looks again.
>
> ciao,
>
> der.hans
>   
Another one is echo $0.


-- 
Jon M. Hanson (N7ZVJ)
Homepage:  http://the-hansons-az.net
Weblog:    http://the-hansons-az.net/wordpress
Jabber IM: [EMAIL PROTECTED]


Attachment: signature.asc
Description: OpenPGP digital signature

---------------------------------------------------
PLUG-discuss mailing list - [email protected]
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

Reply via email to