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. codechef Dynamic GCD [树链剖分 gcd]

    Dynamic GCD 题意:一棵树,字词树链加,树链gcd 根据\(gcd(a,b)=gcd(a,a-b)\) 得到\(gcd(a_1, a_2, ..., a_i) = gcd(a_1, a_1- ...

  2. 洛谷 P3674 小清新人渣的本愿 [莫队 bitset]

    传送门 题意: 给你一个序列a,长度为n,有Q次操作,每次询问一个区间是否可以选出两个数它们的差为x,或者询问一个区间是否可以选出两个数它们的和为x,或者询问一个区间是否可以选出两个数它们的乘积为x ...

  3. 微信小程序页面跳转的问题(app.json中设置tarBar后wx.redirectTo和wx.navigateTo均不能实现跳转到指定的页面)

    1.设置的tabBar代码片段: "tabBar": { "list": [ { "pagePath": "pages/homep ...

  4. qt中的tcp编程

    server .server.h #define DIALOG_H #include <QDialog> #include <QTcpServer> #include < ...

  5. linear-grident的属性和使用

    css3新增Gradient属性,用来增加渐变的效果,渐变分为线性渐变 linear-grident 和 径向渐变 radial-grident,这篇文章主要介绍线性渐变linear-grident ...

  6. 异步请求时有时会让js不起作用,那么重新加载js

    function reloadSmartMenu() { var jsElem = document.createElement('script'); jsElem.src= path+'/syste ...

  7. shell编程值之shell流程控制(7)

    条件判断式 1 按照文件类型判断(常用类型) 测试类型 作用 -d 文件 判断该文件是否存在,并且是否为目录文件(是目录文件为真) -e 文件 判断该文件是否存在(存在为真) -f 文件 判断该文件是 ...

  8. Navicat的使用

    Navicat的使用 navicat作为一种数据库的操作工具,在工作中使用的频率很高.相比phpMyAdmin而言,无论是从界面操作的易用性上,还是外观上,抑或是IP的配置上都有着很大的突出优势.ph ...

  9. Vue.js源码——事件机制

    写在前面 因为对Vue.js很感兴趣,而且平时工作的技术栈也是Vue.js,这几个月花了些时间研究学习了一下Vue.js源码,并做了总结与输出.文章的原地址:https://github.com/an ...

  10. sass 变量

    1.使用变量 $符号标识变量 变量名中  中划线和下划线互通(不包括sass中纯 css 部分) 变量值 css 属性标准值 包括以空格 和 逗号 , 分开的多个属性值 变量可以定义在规则块之外