Questions Tagged With processhttp://linuxexchange.org/tags/process/?type=rssquestions tagged <span class="tag">process</span>enThu, 17 Nov 2011 19:32:24 -0500How do I hide this stuff in ps?http://linuxexchange.org/questions/2744/how-do-i-hide-this-stuff-in-ps<pre><code>joehillen@production:~$ ps -ef UID PID PPID C STIME TTY TIME CMD root 1 0 0 Sep02 ? 00:01:34 init [2] root 2 0 0 Sep02 ? 00:00:00 [kthreadd] root 3 2 0 Sep02 ? 00:00:01 [ksoftirqd/0] root 4 2 0 Sep02 ? 00:00:00 [migration/0] root 5 2 0 Sep02 ? 00:00:00 [migration/1] root 6 2 0 Sep02 ? 00:00:00 [ksoftirqd/1] root 7 2 0 Sep02 ? 00:00:01 [migration/2] root 8 2 0 Sep02 ? 00:00:02 [ksoftirqd/2] root 9 2 0 Sep02 ? 00:00:01 [migration/3] root 10 2 0 Sep02 ? 00:00:00 [ksoftirqd/3] root 11 2 0 Sep02 ? 00:03:55 [events/0] root 12 2 0 Sep02 ? 00:03:16 [events/1] root 13 2 0 Sep02 ? 00:02:51 [events/2] root 14 2 0 Sep02 ? 00:06:00 [events/3] root 15 2 0 Sep02 ? 00:00:00 [cpuset] root 16 2 0 Sep02 ? 00:00:00 [khelper] root 19 2 0 Sep02 ? 00:00:00 [netns] root 20 2 0 Sep02 ? 00:00:00 [async/mgr] root 23 2 0 Sep02 ? 00:00:00 [xenwatch] root 24 2 0 Sep02 ? 00:00:00 [xenbus] root 56 2 0 Sep02 ? 00:00:24 [sync_supers] root 58 2 0 Sep02 ? 00:00:26 [bdi-default] root 60 2 0 Sep02 ? 00:00:00 [kblockd/0] root 61 2 0 Sep02 ? 00:00:01 [kblockd/1] root 62 2 0 Sep02 ? 00:00:00 [kblockd/2] root 63 2 0 Sep02 ? 00:00:00 [kblockd/3] root 68 2 0 Sep02 ? 00:00:00 [kseriod] root 117 2 0 Sep02 ? 00:00:11 [kswapd0] root 118 2 0 Sep02 ? 00:00:00 [aio/0] root 119 2 0 Sep02 ? 00:00:00 [aio/1] root 120 2 0 Sep02 ? 00:00:00 [aio/2] root 121 2 0 Sep02 ? 00:00:00 [aio/3] root 122 2 0 Sep02 ? 00:00:00 [crypto/0] root 123 2 0 Sep02 ? 00:00:00 [crypto/1] root 124 2 0 Sep02 ? 00:00:00 [crypto/2] root 125 2 0 Sep02 ? 00:00:00 [crypto/3] root 136 2 0 Sep02 ? 00:00:00 [khvcd] root 290 2 0 Sep02 ? 00:00:00 [kstriped] root 294 2 0 Sep02 ? 00:00:00 [ksnapd] </code></pre> <p>I'm guessing these are kernel modules. They are never really relevant to my interests.</p>JoehillenThu, 17 Nov 2011 19:32:24 -0500http://linuxexchange.org/questions/2744/how-do-i-hide-this-stuff-in-psprocesscliHow can I detach process from a terminal I don't have access to?http://linuxexchange.org/questions/1357/how-can-i-detach-process-from-a-terminal-i-dont-have-access-to<p>I have a server process running in a gnome-terminal at home. I am at work, and I want to detach the process from that terminal and move it to screen without restarting it. Also, I can't use VNC.</p> <p>Is there a way to do this?</p>JoehillenSat, 18 Sep 2010 00:22:08 -0400http://linuxexchange.org/questions/1357/how-can-i-detach-process-from-a-terminal-i-dont-have-access-toterminalscreenprocessLooking for process manager similar to Services Control Panel in Windowshttp://linuxexchange.org/questions/1132/looking-for-process-manager-similar-to-services-control-panel-in-windows<p>Does Linux have a process/daemon manager similar to Windows' Services Control Panel that displays all available servers and services and lets you configure which ones to automatically start on system boot, and which can only be manually started?</p> <p>I download and experiment with a lot of stuff, from Mumble Server to Nagios, but want a way to turn them off and keep them turned off till I'm ready to use them. I know I can use System Monitor, htop, top, ps -A, kill -9, etc., but none of those seem to provide a way to set the services to default to off, only kill it once it's running.</p> <p>I restart periodically b/c sometimes I break stuff (still learning) and can't figure out how to fix them besides restarting. Hence would prefer a way to setup the system boot into a minimal state, from which I can enable extra services as needed/wanted.</p>KurtosisSat, 24 Jul 2010 06:59:46 -0400http://linuxexchange.org/questions/1132/looking-for-process-manager-similar-to-services-control-panel-in-windowsprocessIs there a (graphical-UI) way to change a process/application priority?http://linuxexchange.org/questions/505/is-there-a-graphical-ui-way-to-change-a-processapplication-priority<p>I am familiar with the nice and renice commands on the shell, but is there any graphical method (from the User Interface) to actually launch/run an application at a different priority level so to make it use more CPU than it would normally be allocated to it?<br /> Does the Completely Fair Scheduler introduced with kernel 2.6.23 makes this a moot point now?</p>pmariniWed, 12 May 2010 08:42:43 -0400http://linuxexchange.org/questions/505/is-there-a-graphical-ui-way-to-change-a-processapplication-prioritykernelpriorityprocessapplicationcpuhow do I find a PID with netstat?http://linuxexchange.org/questions/477/how-do-i-find-a-pid-with-netstat<p>Hello,</p> <p>I have an ssh server running in daemon mode, I believe, so /etc/init.d/sshd stop wont work. I've tried finding this listening port with netstat (netstat -atx |grep 22) but there are too many processes to list.</p> <p>How do I find a pid using netstat?</p>JasperTue, 11 May 2010 16:33:46 -0400http://linuxexchange.org/questions/477/how-do-i-find-a-pid-with-netstatopensshkillprocessnetstat