reconfigured Posted June 1, 2006 Share Posted June 1, 2006 hi, is there in linux a command to bring up a list of running processes, like the ctrl -alt-del combo in windows? Link to comment Share on other sites More sharing options...
aioshin Posted June 2, 2006 Share Posted June 2, 2006 (edited) an alternative... open your konsole... as a regular user.. type the command $top it will show you thus running processes... and you can kill those belongs to you.. if you do that as root..you can kill those processes belongs to others. end it by pressing q . if you press "u" followed by a username, it will display the processes belongs to that particular user. . man top for further info. . edit: just tried on my box.. ctrl+esc pops up task manager.. :P Edited June 2, 2006 by aioshin Link to comment Share on other sites More sharing options...
scarecrow Posted June 2, 2006 Share Posted June 2, 2006 Indeed, ctrl+esc brings up ksysguard ( in my KDE-centric system). Link to comment Share on other sites More sharing options...
ianw1974 Posted June 2, 2006 Share Posted June 2, 2006 Another command from the console: ps aux will list processes and return you to the command prompt. Link to comment Share on other sites More sharing options...
reconfigured Posted June 2, 2006 Author Share Posted June 2, 2006 hey, thanks i tried them all and wrote them all down, (my mind is not what it use to be) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now