Skip to content

Instantly share code, notes, and snippets.

@bonnieking
Created December 12, 2015 05:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bonnieking/74f28acd23d368079973 to your computer and use it in GitHub Desktop.
Save bonnieking/74f28acd23d368079973 to your computer and use it in GitHub Desktop.
lighthouse ps
outernet@outernet:~$ ps -ef
PID USER COMMAND
1 root init
2 root [kthreadd]
3 root [ksoftirqd/0]
5 root [kworker/0:0H]
6 root [kworker/u4:0]
7 root [migration/0]
8 root [rcu_preempt]
9 root [rcu_bh]
10 root [rcu_sched]
11 root [migration/1]
12 root [ksoftirqd/1]
14 root [kworker/1:0H]
15 root [khelper]
16 root [kdevtmpfs]
17 root [kworker/u4:1]
24 root [suspend]
108 root [kthread_hdmi]
477 root [writeback]
480 root [kintegrityd]
481 root [bioset]
482 root [crypto]
484 root [kblockd]
496 root [khubd]
521 root [cfg80211]
604 root [rpciod]
612 root [kswapd0]
657 root [fsnotify_mark]
671 root [unionfs_siod]
672 root [nfsiod]
700 root [khvcd]
760 root [ge2d_monitor]
769 root [kthread_di]
779 root [dwc_otg]
782 root [kworker/1:1]
783 root [dwc_otg]
810 root [aml_nftld]
905 root [irq/60-sdio]
908 root [irq/101-mmc_in]
909 root [irq/102-mmc_out]
914 root [rtc]
924 root [kthread_hdcp]
957 root [deferwq]
967 root [ubi_bgt0d]
970 root [kthread_cec]
979 root [wl_event_handle]
980 root [dhd_watchdog_th]
981 root [dhd_dpc]
982 root [dhd_sysioc]
1016 root /sbin/syslogd -O /var/log/syslog -b 3
1018 root /sbin/klogd -c 3
1045 root [ubifs_bgt0_2]
1054 root [ubifs_bgt0_3]
1077 root /usr/sbin/ifplugd -i eth0 -f -r /usr/share/ifplugd/ifplugd.actio
1102 nobody /usr/sbin/dnsmasq
1118 root /usr/sbin/hostapd -B -P /var/run/hostapd.pid /etc/hostapd.conf
1122 root /usr/sbin/ntpd -g -p /var/run/ntpd.pid
1131 root /usr/sbin/dropbear -d /mnt/persist/dropbear.dss -r /mnt/persist/
1135 root nginx: master process /usr/sbin/nginx
1137 root nginx: worker process
1141 root /usr/sbin/ondd -d --pid-file /var/run/ondd.pid -o /mnt/data/down
1146 root /usr/sbin/wptdm -d -r --pid-file /var/run/wptdm.pid
1147 root /usr/sbin/wptdm -d -r --pid-file /var/run/wptdm.pid
1149 root /usr/bin/python -m librarian.app --conf /etc/librarian.ini
1151 root [kdvb-ad-0-fe-0]
1153 root {monitor} /usr/bin/python2 /usr/sbin/monitor -P /var/run/monitor
1179 root [kworker/0:1]
1181 root [kworker/0:2]
1182 root [kworker/1:0]
1184 outernet -sh
1191 outernet ps -ef
@bonnieking
Copy link
Author

outernet@outernet:~$ mount
rootfs on / type rootfs (rw)
devtmpfs on /dev type devtmpfs (rw,relatime,size=438000k,nr_inodes=109500,mode=755)
ubi0:rootfs on /mnt/rootfs type ubifs (ro,relatime)
tmpfs on /mnt/tmpfs type tmpfs (rw,relatime,size=65536k)
unionfs on / type unionfs (rw,relatime,dirs=/mnt/tmpfs=rw:/mnt/rootfs=ro)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
none on /sys/kernel/debug type debugfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620)
ubi0:persist on /mnt/persist type ubifs (rw,noatime)
ubi0:data on /mnt/data type ubifs (rw,noatime)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment