Hi,
I have a script that will add usernames into a permitted list.
Before adding it i would like to check if that username is really existed in my unix machine or not.
if it is shell scripting i can use id -a username and see exit status of that.
Could somebody tell how to do that in tcl script ?
Thanks inadvance
Thanks,
Kamma
I have a script that will add usernames into a permitted list.
Before adding it i would like to check if that username is really existed in my unix machine or not.
if it is shell scripting i can use id -a username and see exit status of that.
Could somebody tell how to do that in tcl script ?
Thanks inadvance
Thanks,
Kamma