Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: restricted shell



Bart Schaefer wrote:


"disable" only disables the builtin.  If there's still an external
command named "echo" in the path, that will get executed instead.

zsh% which echo
echo: shell built-in command
zsh% disable echo
zsh% which echo
/bin/echo


Thanks it worked :-D



--
Emre Yildirim <emre@xxxxxxxxx>
GPG KeyID 0xF9E4A1D1 (keyserver.pgp.com)



Messages sorted by: Reverse Date, Date, Thread, Author