2

How can I call system settings app from the terminal? example if I want to run Gnome PPP I just type:

$ Gnome-PPP

and it will Open, so how I can do this to run system settings tool?

-related!

Doctoa
  • 124

1 Answers1

4

The System Settings app can be started with the gnome-control-center command.

Marc M
  • 672