user and group
I searched on google and found the following command:
id -u username
id -g username
id -G username
id username
But when I tried, I am getting the following message:
id -u oracle
id: illegal option -- u
Usage: id [-ap] [user]
What am I doing wrong?
Please advice. Thank you very much.