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

Re: jobs -Z example?



On Mar 16,  9:49am, Atom Smasher wrote:
}
} that's pretty much what i expected, but it's not working on freeBSD.

Some OSs stash the original command and environment so that you can't
conceal them this way, because malware sometimes attempts to disguise
itself with this trick so it's considered more secure to disallow it.

Try this:

    perl -e '$0 = "Test hiding command"; sleep 10;' & ps $!

If perl is able to do it but zsh is not, then it's just that FreeBSD
has a different mechanism for it and we may be able to patch zsh.



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