1

Possible Duplicate:
How to manage users and groups?

I once installed this (gnome thing?) wich gave me an easy access to users groups and advanced settings. But now after reinstalling ubuntu 12.04 I can“t find the command line anymore. Does anyone know what I mean?

hadi
  • 13

1 Answers1

1

You're probably talking about Gnome System Tools, is a set of tools manage your system. It includes, Users and groups, Date and time, Network configuration, and others.

Just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command below.

sudo apt-get install gnome-system-tools
Mitch
  • 107,631