|
script check the users in SHELL ?
could you please find a solution for this
script that checks if any of a list of users given on the command line is logged in. For each user the script should say whether this user is logged in or not. The script prints an error message if no parameter is given. And ask the user to enter a name and then the script check again for this user. check if the given name has an account on system or not by check if the given name exists in file /etc/passwd or not.
I really dont know how to do it special i am newer on it, and kind of help will be nice
|