Ubuntu Pastebin

Paste from morphis at Tue, 7 Mar 2017 13:06:34 +0000

Download as text
1
2
3
4
5
6
7
8
$ systemctl --user status --all
$ find /sys/fs/cgroup/pids/user.slice/
$ cat /sys/fs/cgroup/pids/user.slice/user-1000.slice/tasks
$ cat /sys/fs/cgroup/pids/user.slice/user-1000.slice/pids.max
$ cat /sys/fs/cgroup/pids/user.slice/tasks 
$ cat /sys/fs/cgroup/pids/user.slice/pids.max
$ cat /proc/meminfo
$ ps axu
Download as text