Hello everyone, in Linux I am using gedit to make a script. I'm a little stuck on the third part of this script. It is asking me to Display information about users that are currently logged in by using gedit. Is anyone familiar with Linux? I'm still currently searching Google.
The program gedit is a simple text editor: http://linux.about.com/library/cmd/blcmdl1_gedit.htm Presumably you are going to create the script with gedit, make it executable then execute it. The simplest command to list logged in users is who: http://linux.about.com/library/cmd/blcmdl1_who.htm who -u who --users
Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.