System/Kernel


www-data@trickster:~$ file /bin/bash ; uname -a ; cat /etc/*release
/bin/bash: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=7a6408ba82a2d86dd98f1f75ac8edcb695f6fd60, for GNU/Linux 3.2.0, stripped
Linux trickster 5.15.0-121-generic #131-Ubuntu SMP Fri Aug 9 08:29:53 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.5 LTS"
PRETTY_NAME="Ubuntu 22.04.5 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.5 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
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"
UBUNTU_CODENAME=jammy

64-bit Ubuntu 22.04.5 LTS (Jammy Jellyfish) 5.15.0-121-generic

Networks


www-data@trickster:~$ ip route ; arp -a
default via 10.129.0.1 dev eth0 
10.129.0.0/16 dev eth0 proto kernel scope link src 10.129.87.236 
172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 
? (10.129.0.1) at 00:50:56:94:39:11 [ether] on eth0
? (172.17.0.2) at 02:42:ac:11:00:02 [ether] on docker0

172.17.0.2

www-data@trickster:~$ netstat -antup4 | grep -i list       
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      -                   
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      -                   
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      -                   
tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      -                   
tcp        0      0 127.0.0.1:39673         0.0.0.0:*               LISTEN      -                   

127.0.0.1:3306 127.0.0.1:39673

Users & Groups


www-data@trickster:~$ cat /etc/passwd ; ll /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:/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
_apt:x:100:65534::/nonexistent:/usr/sbin/nologin
systemd-network:x:101:102:systemd Network Management,,,:/run/systemd:/usr/sbin/nologin
systemd-resolve:x:102:103:systemd Resolver,,,:/run/systemd:/usr/sbin/nologin
messagebus:x:103:104::/nonexistent:/usr/sbin/nologin
systemd-timesync:x:104:105:systemd Time Synchronization,,,:/run/systemd:/usr/sbin/nologin
pollinate:x:105:1::/var/cache/pollinate:/bin/false
sshd:x:106:65534::/run/sshd:/usr/sbin/nologin
syslog:x:107:113::/home/syslog:/usr/sbin/nologin
uuidd:x:108:114::/run/uuidd:/usr/sbin/nologin
tcpdump:x:109:115::/nonexistent:/usr/sbin/nologin
tss:x:110:116:TPM software stack,,,:/var/lib/tpm:/bin/false
landscape:x:111:117::/var/lib/landscape:/usr/sbin/nologin
fwupd-refresh:x:112:118:fwupd-refresh user,,,:/run/systemd:/usr/sbin/nologin
usbmux:x:113:46:usbmux daemon,,,:/var/lib/usbmux:/usr/sbin/nologin
james:x:1000:1000:trickster:/home/james:/bin/bash
lxd:x:999:100::/var/snap/lxd/common/lxd:/bin/false
mysql:x:114:119:MySQL Server,,,:/nonexistent:/bin/false
adam:x:1002:1002::/home/adam:/bin/bash
dnsmasq:x:115:65534:dnsmasq,,,:/var/lib/misc:/usr/sbin/nologin
runner:x:1003:1003::/home/runner:/bin/sh
_laurel:x:998:998::/var/log/laurel:/bin/false
postfix:x:116:123::/var/spool/postfix:/usr/sbin/nologin
total 20K
4.0K drwxr-x---  4 runner runner 4.0K Sep 13 13:11 runner
4.0K drwxr-xr-x  5 root   root   4.0K Sep 13 12:24 .
4.0K drwxr-xr-x 20 root   root   4.0K Sep 13 12:24 ..
4.0K drwxr-x---  5 james  james  4.0K Sep 13 12:24 james
4.0K drwxr-x---  5 adam   adam   4.0K Sep 13 12:24 adam

runner james adam

www-data@trickster:~$  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(_apt) gid=65534(nogroup) groups=65534(nogroup)
uid=101(systemd-network) gid=102(systemd-network) groups=102(systemd-network)
uid=102(systemd-resolve) gid=103(systemd-resolve) groups=103(systemd-resolve)
uid=103(messagebus) gid=104(messagebus) groups=104(messagebus)
uid=104(systemd-timesync) gid=105(systemd-timesync) groups=105(systemd-timesync)
uid=105(pollinate) gid=1(daemon) groups=1(daemon)
uid=106(sshd) gid=65534(nogroup) groups=65534(nogroup)
uid=107(syslog) gid=113(syslog) groups=113(syslog),4(adm)
uid=108(uuidd) gid=114(uuidd) groups=114(uuidd)
uid=109(tcpdump) gid=115(tcpdump) groups=115(tcpdump)
uid=110(tss) gid=116(tss) groups=116(tss)
uid=111(landscape) gid=117(landscape) groups=117(landscape)
uid=112(fwupd-refresh) gid=118(fwupd-refresh) groups=118(fwupd-refresh)
uid=113(usbmux) gid=46(plugdev) groups=46(plugdev)
uid=1000(james) gid=1000(james) groups=1000(james)
uid=999(lxd) gid=100(users) groups=100(users)
uid=114(mysql) gid=119(mysql) groups=119(mysql)
uid=1002(adam) gid=1002(adam) groups=1002(adam)
uid=115(dnsmasq) gid=65534(nogroup) groups=65534(nogroup)
uid=1003(runner) gid=1003(runner) groups=1003(runner),33(www-data)
uid=998(_laurel) gid=998(_laurel) groups=998(_laurel)
uid=116(postfix) gid=123(postfix) groups=123(postfix)

uid=33(www-data) gid=33(www-data) groups=33(www-data) uid=1000(james) gid=1000(james) groups=1000(james) uid=1002(adam) gid=1002(adam) groups=1002(adam) uid=1003(runner) gid=1003(runner) groups=1003(runner),33(www-data)

SUIDs


www-data@trickster:~$ find / -perm -04000 -ls -type f 2>/dev/null
      850     84 -rwsr-xr-x   1 root     root        85064 Feb  6  2024 /snap/core20/2379/usr/bin/chfn
      856     52 -rwsr-xr-x   1 root     root        53040 Feb  6  2024 /snap/core20/2379/usr/bin/chsh
      926     87 -rwsr-xr-x   1 root     root        88464 Feb  6  2024 /snap/core20/2379/usr/bin/gpasswd
     1010     55 -rwsr-xr-x   1 root     root        55528 Apr  9 15:34 /snap/core20/2379/usr/bin/mount
     1019     44 -rwsr-xr-x   1 root     root        44784 Feb  6  2024 /snap/core20/2379/usr/bin/newgrp
     1034     67 -rwsr-xr-x   1 root     root        68208 Feb  6  2024 /snap/core20/2379/usr/bin/passwd
     1144     67 -rwsr-xr-x   1 root     root        67816 Apr  9 15:34 /snap/core20/2379/usr/bin/su
     1145    163 -rwsr-xr-x   1 root     root       166056 Apr  4  2023 /snap/core20/2379/usr/bin/sudo
     1203     39 -rwsr-xr-x   1 root     root        39144 Apr  9 15:34 /snap/core20/2379/usr/bin/umount
     1292     51 -rwsr-xr--   1 root     systemd-resolve    51344 Oct 25  2022 /snap/core20/2379/usr/lib/dbus-1.0/dbus-daemon-launch-helper
     1666    467 -rwsr-xr-x   1 root     root              477672 Jan  2  2024 /snap/core20/2379/usr/lib/openssh/ssh-keysign
      850     84 -rwsr-xr-x   1 root     root               85064 Feb  6  2024 /snap/core20/2318/usr/bin/chfn
      856     52 -rwsr-xr-x   1 root     root               53040 Feb  6  2024 /snap/core20/2318/usr/bin/chsh
      926     87 -rwsr-xr-x   1 root     root               88464 Feb  6  2024 /snap/core20/2318/usr/bin/gpasswd
     1010     55 -rwsr-xr-x   1 root     root               55528 Apr  9 15:34 /snap/core20/2318/usr/bin/mount
     1019     44 -rwsr-xr-x   1 root     root               44784 Feb  6  2024 /snap/core20/2318/usr/bin/newgrp
     1034     67 -rwsr-xr-x   1 root     root               68208 Feb  6  2024 /snap/core20/2318/usr/bin/passwd
     1144     67 -rwsr-xr-x   1 root     root               67816 Apr  9 15:34 /snap/core20/2318/usr/bin/su
     1145    163 -rwsr-xr-x   1 root     root              166056 Apr  4  2023 /snap/core20/2318/usr/bin/sudo
     1203     39 -rwsr-xr-x   1 root     root               39144 Apr  9 15:34 /snap/core20/2318/usr/bin/umount
     1292     51 -rwsr-xr--   1 root     systemd-resolve    51344 Oct 25  2022 /snap/core20/2318/usr/lib/dbus-1.0/dbus-daemon-launch-helper
     1666    467 -rwsr-xr-x   1 root     root              477672 Jan  2  2024 /snap/core20/2318/usr/lib/openssh/ssh-keysign
      293    133 -rwsr-xr-x   1 root     root              135960 Apr 24 16:45 /snap/snapd/21759/usr/lib/snapd/snap-confine
   121018     20 -rwsr-xr-x   1 root     root               18736 Feb 26  2022 /usr/libexec/polkit-agent-helper-1
   110403     72 -rwsr-xr-x   1 root     root               72712 Feb  6  2024 /usr/bin/chfn
   127542    228 -rwsr-xr-x   1 root     root              232416 Apr  3  2023 /usr/bin/sudo
   108607     40 -rwsr-xr-x   1 root     root               40496 Feb  6  2024 /usr/bin/newgrp
   110404     44 -rwsr-xr-x   1 root     root               44808 Feb  6  2024 /usr/bin/chsh
   117614     36 -rwsr-xr-x   1 root     root               35200 Apr  9 15:32 /usr/bin/umount
   117613     48 -rwsr-xr-x   1 root     root               47488 Apr  9 15:32 /usr/bin/mount
   110407     60 -rwsr-xr-x   1 root     root               59976 Feb  6  2024 /usr/bin/passwd
   118625     56 -rwsr-xr-x   1 root     root               55680 Apr  9 15:32 /usr/bin/su
   107221     40 -rwsr-xr-x   1 root     root               39144 Mar 23  2022 /usr/bin/fusermount
   110406     72 -rwsr-xr-x   1 root     root               72072 Feb  6  2024 /usr/bin/gpasswd
   108787     36 -rwsr-xr--   1 root     messagebus         35112 Oct 25  2022 /usr/lib/dbus-1.0/dbus-daemon-launch-helper
   119219    332 -rwsr-xr-x   1 root     root              338536 Jun 26 13:11 /usr/lib/openssh/ssh-keysign
   111871    148 -rwsr-xr-x   1 root     root              150728 Jul 26 02:57 /usr/lib/snapd/snap-confine
    60830    208 -rwsr-xr-x   1 root     root              212600 May 22 21:40 /opt/google/chrome/chrome-sandbox

SGIDs


www-data@trickster:~$ find / -perm -02000 -ls -type f 2>/dev/null
   180243      4 drwx--s---   2 postfix  postdrop     4096 Sep 17 18:05 /var/spool/postfix/public
    60948      4 drwxrwsr-x   2 root     mail         4096 Sep 13 12:24 /var/mail
    60946      4 drwxrwsr-x   2 root     staff        4096 Sep 13 12:24 /var/local
    61386      4 drwxr-sr-x   3 root     systemd-journal     4096 Sep 13 12:24 /var/log/journal
    61657      4 drwxr-sr-x   2 root     systemd-journal     4096 Sep 19 11:49 /var/log/journal/add7a2fa4f114fc2b05f9d28de9f9bb3
    67710      4 drwxr-s---   2 mysql    adm                 4096 Sep 13 12:24 /var/log/mysql
      500      0 drwxr-sr-x   2 root     systemd-journal       40 Sep 21 20:20 /run/log/journal
      845     83 -rwxr-sr-x   1 root     shadow             84512 Feb  6  2024 /snap/core20/2379/usr/bin/chage
      906     31 -rwxr-sr-x   1 root     shadow             31312 Feb  6  2024 /snap/core20/2379/usr/bin/expiry
     1136    343 -rwxr-sr-x   1 root     systemd-timesync   350504 Jan  2  2024 /snap/core20/2379/usr/bin/ssh-agent
     7373     43 -rwxr-sr-x   1 root     shadow              43168 Jan 10  2024 /snap/core20/2379/usr/sbin/pam_extrausers_chkpwd
     7417     43 -rwxr-sr-x   1 root     shadow              43160 Jan 10  2024 /snap/core20/2379/usr/sbin/unix_chkpwd
    12041      0 drwxrwsr-x   2 root     mail                    3 Jul  4 04:33 /snap/core20/2379/var/mail
      845     83 -rwxr-sr-x   1 root     shadow              84512 Feb  6  2024 /snap/core20/2318/usr/bin/chage
      906     31 -rwxr-sr-x   1 root     shadow              31312 Feb  6  2024 /snap/core20/2318/usr/bin/expiry
     1136    343 -rwxr-sr-x   1 root     systemd-timesync   350504 Jan  2  2024 /snap/core20/2318/usr/bin/ssh-agent
     7377     43 -rwxr-sr-x   1 root     shadow              43168 Jan 10  2024 /snap/core20/2318/usr/sbin/pam_extrausers_chkpwd
     7421     43 -rwxr-sr-x   1 root     shadow              43160 Jan 10  2024 /snap/core20/2318/usr/sbin/unix_chkpwd
    12049      0 drwxrwsr-x   2 root     mail                    3 Apr 16 04:34 /snap/core20/2318/var/mail
   110405     24 -rwxr-sr-x   1 root     shadow              23136 Feb  6  2024 /usr/bin/expiry
   109398     24 -rwxr-sr-x   1 root     mail                22680 Mar 24  2022 /usr/bin/dotlockfile
   107981     40 -rwxr-sr-x   1 root     crontab             39568 Mar 23  2022 /usr/bin/crontab
   110402     72 -rwxr-sr-x   1 root     shadow              72184 Feb  6  2024 /usr/bin/chage
   119213    288 -rwxr-sr-x   1 root     _ssh               293304 Jun 26 13:11 /usr/bin/ssh-agent
    62796     24 -r-xr-sr-x   1 root     postdrop            22912 Jan 29  2024 /usr/sbin/postqueue
   118023     28 -rwxr-sr-x   1 root     shadow              26776 Jan 10  2024 /usr/sbin/unix_chkpwd
    61592     24 -r-xr-sr-x   1 root     postdrop            22960 Jan 29  2024 /usr/sbin/postdrop
   117335     24 -rwxr-sr-x   1 root     shadow              22680 Jan 10  2024 /usr/sbin/pam_extrausers_chkpwd
   120868     16 -rwxr-sr-x   1 root     utmp                14488 Mar 24  2022 /usr/lib/x86_64-linux-gnu/utempter/utempter
   149566      4 drwxrwsr-x   2 root     staff                4096 Sep 13 12:24 /usr/local/share/fonts

Processes


www-data@trickster:~$ ps -auxwww
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.0  0.2 166380 11612 ?        Ss   20:20   0:03 /sbin/init
root         521  0.0  2.0 113496 83164 ?        S<s  20:20   0:06 /lib/systemd/systemd-journald
root         558  0.0  0.6 289352 27100 ?        SLsl 20:20   0:01 /sbin/multipathd -d -s
root         560  0.0  0.1  26620  7300 ?        Ss   20:20   0:02 /lib/systemd/systemd-udevd
systemd+     579  0.0  0.2  16256  8184 ?        Ss   20:20   0:00 /lib/systemd/systemd-networkd
systemd+     696  0.0  0.3  25692 13640 ?        Ss   20:20   0:01 /lib/systemd/systemd-resolved
systemd+     697  0.0  0.1  89364  6644 ?        Ssl  20:20   0:00 /lib/systemd/systemd-timesyncd
root         700  0.0  0.0  85400  2716 ?        S<sl 20:20   0:03 /sbin/auditd
_laurel      702  0.0  0.1  10104  6200 ?        S<   20:20   0:03 /usr/local/sbin/laurel --config /etc/laurel/config.toml
root         732  0.0  0.2  51148 11636 ?        Ss   20:20   0:00 /usr/bin/VGAuthService
root         739  0.1  0.2 168608 10168 ?        Ssl  20:20   0:16 /usr/bin/vmtoolsd
root         761  0.0  0.1 101244  5884 ?        Ssl  20:20   0:00 /sbin/dhclient -1 -4 -v -i -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases -I -df /var/lib/dhcp/dhclient6.eth0.leases eth0
message+     875  0.0  0.1   8876  5048 ?        Ss   20:20   0:01 @dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
root         880  0.0  0.0  82832  3864 ?        Ssl  20:20   0:00 /usr/sbin/irqbalance --foreground
root         881  0.0  0.4  32844 19652 ?        Ss   20:20   0:00 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers
root         883  0.0  0.1 234512  6612 ?        Ssl  20:20   0:00 /usr/libexec/polkitd --no-debug
syslog       884  0.0  0.1 222404  6016 ?        Ssl  20:20   0:00 /usr/sbin/rsyslogd -n -iNONE
root         886  0.0  0.7 1319964 29456 ?       Ssl  20:20   0:03 /usr/lib/snapd/snapd
root         887  0.0  0.1  15040  7020 ?        Ss   20:20   0:00 /lib/systemd/systemd-logind
root         888  0.0  0.3 392600 12852 ?        Ssl  20:20   0:00 /usr/libexec/udisks2/udisksd
root         927  0.0  0.3 317972 12352 ?        Ssl  20:20   0:00 /usr/sbin/ModemManager
root        1234  0.0  0.0   6896  2872 ?        Ss   20:20   0:00 /usr/sbin/cron -f -P
root        1236  0.0  0.7 228824 31740 ?        Ss   20:20   0:01 php-fpm: master process (/etc/php/8.1/fpm/php-fpm.conf)
runner      1239  0.0  0.6  33660 24712 ?        Ss   20:20   0:04 /usr/bin/python3 /home/runner/prestashop/AutoVisitAttach.py
root        1251  0.1  1.2 1801044 48396 ?       Ssl  20:20   0:12 /usr/bin/containerd
root        1262  0.0  0.0   6176  1076 tty1     Ss+  20:20   0:00 /sbin/agetty -o -p -- \u --noclear tty1 linux
root        1282  0.0  0.2  15432  8976 ?        Ss   20:20   0:00 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups
mysql       1322  0.3  2.9 1536048 116736 ?      Ssl  20:20   0:35 /usr/sbin/mariadbd
root        1345  0.0  1.9 2051668 76292 ?       Ssl  20:20   0:02 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
root        1346  0.0  0.7  84064 30776 ?        Ss   20:20   0:00 /usr/sbin/apache2 -k start
www-data    1354  0.3  0.9 1290480 39312 ?       Sl   20:20   0:42 /usr/sbin/apache2 -k start
www-data    1355  0.4  0.9 1290712 38680 ?       Sl   20:20   0:52 /usr/sbin/apache2 -k start
www-data   17924  0.0  2.2 241332 89484 ?        S    23:07   0:00 php-fpm: pool www
www-data   18182  0.0  0.0   2892  1060 ?        S    23:10   0:00 sh -c uname -a; w; id; /bin/sh -i
www-data   18186  0.0  0.0   2892   972 ?        S    23:10   0:00 /bin/sh -i
root       19106  0.0  0.3 1238144 12936 ?       Sl   23:20   0:00 /usr/bin/containerd-shim-runc-v2 -namespace moby -id ae5c137aa8efc8eee17e3f5e2f93594b6bfc9ea2d7b350faba36e80d588aa47c -address /run/containerd/containerd.sock
root       19128  0.3  1.8 1300328 73988 ?       Ssl  23:20   0:02 python ./changedetection.py -d /datastore
www-data   19370  0.0  0.0   2808  1072 ?        S    23:22   0:00 script /dev/null -c bash
www-data   19371  0.0  0.0   2892   952 pts/0    Ss   23:22   0:00 sh -c bash
www-data   19372  0.0  0.0   4628  3804 pts/0    S    23:22   0:00 bash
www-data   19465  0.2  1.5 235764 62648 ?        S    23:22   0:01 php-fpm: pool www
www-data   19571  0.3  1.5 235620 62704 ?        S    23:23   0:01 php-fpm: pool www
www-data   19662  0.2  1.5 235752 63024 ?        S    23:24   0:00 php-fpm: pool www
runner     20114  0.3  0.0      0     0 ?        Z    23:30   0:00 [chromedriver] <defunct>
www-data   20200  0.0  0.0   7316  3356 pts/0    R+   23:30   0:00 ps -auxwww

/usr/libexec/polkitd --no-debug /usr/sbin/cron -f -P /usr/sbin/mariadbd /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock /usr/bin/containerd-shim-runc-v2 -namespace moby -id ae5c137aa8efc8eee17e3f5e2f93594b6bfc9ea2d7b350faba36e80d588aa47c -address /run/containerd/containerd.sock python ./changedetection.py -d /datastore

Cron & Systemd


www-data@trickster:~$ crontab -l ; cat /etc/crontab ; systemctl list-timers    
no crontab for www-data
# /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
# You can also override PATH, but by default, newer versions inherit it from the environment
#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   >
Sat 2024-09-21 23:39:00 UTC 5min left     Sat 2024-09-21 23:09:01 UTC 24min ago>
Sat 2024-09-21 23:59:50 UTC 26min left    Fri 2024-05-24 18:20:29 UTC 3 months >
Sun 2024-09-22 00:00:00 UTC 26min left    n/a                         n/a      >
Sun 2024-09-22 00:00:00 UTC 26min left    Sat 2024-09-21 20:20:38 UTC 3h 12min >
Sun 2024-09-22 00:45:26 UTC 1h 12min left Mon 2024-09-02 10:27:31 UTC 2 weeks 5>
Sun 2024-09-22 03:10:30 UTC 3h 37min left Mon 2024-09-16 12:42:35 UTC 5 days ag>
Sun 2024-09-22 03:29:47 UTC 3h 56min left Mon 2024-09-09 13:54:06 UTC 1 week 5 >
Sun 2024-09-22 06:55:12 UTC 7h left       Sat 2024-09-21 20:30:57 UTC 3h 2min a>
Sun 2024-09-22 08:04:34 UTC 8h left       Tue 2024-09-10 10:31:49 UTC 1 week 4 >
Sun 2024-09-22 20:25:33 UTC 20h left      Sat 2024-09-21 20:25:33 UTC 3h 7min a>
Sun 2024-09-22 20:35:26 UTC 21h left      Sat 2024-09-21 20:35:26 UTC 2h 57min >
Mon 2024-09-23 01:32:19 UTC 1 day 1h left Mon 2024-09-16 12:49:32 UTC 5 days ag>
Tue 2024-09-24 03:48:05 UTC 2 days left   Thu 2024-05-23 19:47:16 UTC 3 months >
 
13 timers listed.
Pass --all to see loaded but inactive timers, too.
lines 1-17/17 (END)

Sudo Version


www-data@trickster:~$ sudo --version
Sudo version 1.9.9
Sudoers policy plugin version 1.9.9
Sudoers file grammar version 48
Sudoers I/O plugin version 1.9.9
Sudoers audit plugin version 1.9.9

Sudo version 1.9.9

Glibc Version


www-data@trickster:~$ ldd --version
ldd (Ubuntu GLIBC 2.35-0ubuntu3.8) 2.35
Copyright (C) 2022 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.35-0ubuntu3.8) 2.35