Test for root.

Αρχική Σελίδα
Συνημμένα:
Μήνυμα σαν ηλεκτρονικό μήνυμα
+ (text/plain)
Delete this message
Reply to this message
Συντάκτης: Carl Parrish
Ημερομηνία:  
Αντικείμενο: Test for root.
Okay I'm writting a script that tests for root status. like so

|

test `whoami` = 'root' || echo "You must be root to execute the commands."

it never seems to be able to pass the test. From the command line I can run whoami and get back root but it never works in the script.
Any idea what I'm doing wrong?

Carl P.

|