Quote:
|
How can i make a bash script unreadable to all, including root
|
This is not possible. Root will always be able to do what it wants. If you work with passwords etc. in there and don't want to have it visible, maybe use md5 encryption with
perl or something.
Edit: Or write it in C or
Perl and compile it.