Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
hi, i`m trying to kill some different sessions, like when I use ALT+F3, ALT+F4 and so on, actually i have to reboot the pc, but i want to see those sessions and then kill them, can you help me?
Distribution: Mandriva 2011 / Mageia 1 / Linux Mint 12 / CrunchBang Linux 10 Statler / Easy Peasy
Posts: 4,274
Rep:
From a gui, you can do Alt+Esc to bring up your Process Table and kill them that way. From commandline type: ps ax|grep <program name>, this will show you the program name(s) and pid number, then type: kill <number of program>.
If you're using Gnome it also has a "Control console" that gives you a list of running programs similar to the ctrl-alt-del list under windows and you can kill programs from there as well...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.