> Question: How do I get the current real user name from inside a bash > script?
$(whoami) or `whoami` for compatibility with sh
> Question: How do I get the current real user name from inside a bash > script?
$(whoami) or `whoami` for compatibility with sh