Just got Fedora Linux x64 installed, I'm pretty psyched since I've never used linux before. So far its working pretty good, but I just have one question, is there a utility comparable to Window's Task Manager in Fedora Linux? Thanks.
on mandrake ctrl,alt delete will open a windows similar to tas manager, it lists the running processes. Or you can use the command line ps and whatever arguments necessary to list the processes. and the kill command to kill it.