Linux查看非root运行的进程

youhaidong@youhaidong-ThinkPad-Edge-E545:~$ ps -U root -u root -N
  PID TTY          TIME CMD
  663 ?        00:00:00 dbus-daemon
  713 ?        00:00:00 rsyslogd
  730 ?        00:00:00 avahi-daemon
  736 ?        00:00:00 avahi-daemon
  987 ?        00:00:00 kerneloops
 1043 ?        00:00:00 whoopsie
 1080 ?        00:00:00 apache2
 1081 ?        00:00:00 apache2
 1161 ?        00:00:00 dnsmasq
 1515 ?        00:00:00 rtkit-daemon
 1801 ?        00:00:00 gnome-keyring-d
 1806 ?        00:00:00 init
 1872 ?        00:00:01 dbus-daemon
 1881 ?        00:00:00 upstart-event-b
 1885 ?        00:00:00 window-stack-br
 1901 ?        00:00:00 upstart-file-br
 1903 ?        00:00:00 upstart-dbus-br
 1909 ?        00:00:00 upstart-dbus-br
 1911 ?        00:00:08 ibus-daemon
 1926 ?        00:00:00 unity-settings-
 1930 ?        00:00:00 hud-service
 1933 ?        00:00:00 at-spi-bus-laun
 1934 ?        00:00:00 gnome-session
 1938 ?        00:00:08 unity-panel-ser
 1940 ?        00:00:00 dbus-daemon
 1944 ?        00:00:00 gvfsd
 1949 ?        00:00:00 gvfsd-fuse
 1951 ?        00:00:00 ibus-dconf
 1952 ?        00:00:11 ibus-ui-gtk3
 1955 ?        00:00:00 ibus-x11
 1961 ?        00:00:00 at-spi2-registr
 1979 ?        00:00:01 bamfdaemon
 2001 ?        00:00:03 ibus-engine-pin
 2004 ?        00:00:01 indicator-keybo
 2007 ?        00:00:00 indicator-messa
 2008 ?        00:00:00 indicator-bluet
 2013 ?        00:00:00 indicator-power
 2015 ?        00:00:00 indicator-datet
 2022 ?        00:00:00 indicator-sound
 2025 ?        00:00:00 indicator-print
 2026 ?        00:00:00 indicator-sessi
 2039 ?        00:00:00 indicator-appli
 2050 ?        00:00:00 pulseaudio
 2059 ?        00:00:00 evolution-sourc
 2069 ?        00:00:00 colord
 2076 ?        00:00:00 syndaemon
 2083 ?        00:00:00 ibus-engine-sim
 2085 ?        00:00:00 dconf-service
 2113 ?        00:00:00 notify-osd
 2127 ?        00:00:00 evolution-calen
 2148 ?        00:00:45 compiz
 2209 ?        00:00:00 polkit-gnome-au
 2212 ?        00:00:00 nm-applet
 2214 ?        00:00:00 unity-fallback-
 2217 ?        00:00:00 nautilus
 2235 ?        00:00:00 gvfs-udisks2-vo
 2249 ?        00:00:00 gvfs-mtp-volume
 2253 ?        00:00:00 gvfs-gphoto2-vo
 2257 ?        00:00:00 gvfs-afc-volume
 2264 ?        00:00:00 gconfd-2
 2283 ?        00:00:00 gvfsd-trash
 2293 ?        00:00:00 gvfsd-burn
 2298 ?        00:00:00 gvfsd-metadata
 2318 ?        00:04:42 firefox
 2345 ?        00:00:00 unity-webapps-s
 2370 ?        00:00:00 telepathy-indic
 2377 ?        00:00:00 mission-control
 2412 ?        00:00:31 plugin-containe
 2419 ?        00:00:00 zeitgeist-datah
 2424 ?        00:00:00 zeitgeist-daemo
 2437 ?        00:00:00 zeitgeist-fts
 2454 ?        00:00:00 cat
 2495 ?        00:00:00 update-notifier
 2517 ?        00:00:08 update-manager
 2545 ?        00:00:00 deja-dup-monito
 3012 ?        00:00:00 gnome-terminal
 3047 ?        00:00:00 gnome-pty-helpe
 3049 pts/0    00:00:00 bash
 3105 pts/0    00:00:00 ps
youhaidong@youhaidong-ThinkPad-Edge-E545:~$

Linux查看非root运行的进程的更多相关文章

  1. Linux查看非root流程执行

    Linux查看非root流程执行 youhaidong@youhaidong-ThinkPad-Edge-E545:~$ ps -U root -u root -N PID TTY TIME CMD ...

  2. Linux查看当前正在运行的进程

    Linux查看当前正在运行的进程 youhaidong@youhaidong-ThinkPad-Edge-E545:~$ ps PID TTY TIME CMD 2576 pts/0 00:00:00 ...

  3. linux查看现在在运行的进程 $ pstree -a$ ps aux

    这都是查看现有进程的. ps aux 的结果比较杂乱 pstree -a 的结果比较简单明了,可以看到正在运行的进程及相关用户.

  4. 在Linux中查看所有正在运行的进程

    可以使用ps命令.它能显示当前运行中进程的相关信息,包括进程的PID.Linux和UNIX都支持ps命令,显示所有运行中进程的相关信息. ps命令能提供一份当前进程的快照.如果想状态可以自动刷新,可以 ...

  5. 如何在Linux中查看所有正在运行的进程

    如何在Linux中查看所有正在运行的进程 FROM:http://os.51cto.com/art/201101/244090.htm 进程是一个其中运行着一个或多个线程的地址空间和这些线程所需要的系 ...

  6. Linux下非root用户如何安装软件

    Linux下非root用户如何安装软件 从windows转移到Linux的用户最开始总会有各种不适,因为这种不适最终放弃linux的不在少数.对于这类人只能说可惜,还没有领略到linux的美好就过早放 ...

  7. Linux 下非root用户使用docker

    Linux 下非root用户使用docker 通常我们使用linux系统的时候,最好是不要直接使用root账号,但是使用Docker的时候,默认又是不能使用非root用户的,关于原因,官方说法如下: ...

  8. [转载]Linux下非root用户如何安装软件

    [转载]Linux下非root用户如何安装软件 来源:https://tlanyan.me/work-with-linux-without-root-permission/ 这是本人遇到的实际问题,之 ...

  9. 在Linux上显示正在运行的进程的线程ID

    在Linux上显示正在运行的进程的线程ID 在上Linux," ps -T"可以显示正在运行的进程的线程信息: # ps -T 2739 PID SPID TTY STAT TIM ...

随机推荐

  1. Java设计模式——代理模式

    public interface People { public void work(); } public class RealPeople implements People { public v ...

  2. ZOJ 2314 Reactor Cooling [无源汇上下界网络流]

    贴个板子 #include <iostream> #include <cstdio> #include <cstring> #include <algorit ...

  3. POJ3155 Hard Life [最大密度子图]

      题意:最大密度子图 #include<iostream> #include<cstdio> #include<cstring> #include<algo ...

  4. 模板方法模式和JDBCTemplate(一)

    本篇博客的目录: 一:模板方法模式介绍 二:模板方法模式的简单实现 三:总结 一:模板方法模式的介绍 1.1:模板方法模式的定义 定义:一个操作中的算法的骨架,而将一些步骤延迟到子类中.Templat ...

  5. linux文件权限查看及修改-chmod ------入门的一些常识

    查看Linux文件的权限:ls -l 文件名称查看linux文件夹的权限:ls -ld 文件夹名称(所在目录)修改文件及文件夹权限:sudo chmod -(代表类型)×××(所有者)×××(组用户) ...

  6. 揽货最短路径解决方案算法 - C# 蚁群优化算法实现

    需求为(自己编的,非实际项目): 某配送中心进行揽货,目标客户数为50个客户,配送中心目前的运力资源如下: 现有车辆5台 单台运力最大行驶距离200千米 单台运力最大载重公斤1吨 问:运力怎样走法才能 ...

  7. Python 脚本实现对 Linux 服务器的监控

    本文来自我的github pages博客http://galengao.github.io/ 即www.gaohuirong.cn 摘要: 原文地址 由于原文来自微信公众号,并且脚本都是图片,所以这里 ...

  8. Java经典编程题50道之三

    打印出所有的"水仙花数",所谓"水仙花数"是指一个三位数,其各位数字立方和等于该数本身.例如:153是一个"水仙花数",因为153=1的三次 ...

  9. 初识Vue——计算属性和观察者

    一.计算属性 在模板内使用 1.基础例子 <template> <div class="main"> <div id="reverse_st ...

  10. yaf框架加载全局公共函数

    在Boostrap里面建一个方法(按规则命名的函数都会被自动执行) public function _initCommonFunctions(){ Yaf_Loader::import(Yaf_App ...