System/Kernel
confluence@flu:/opt/atlassian/confluence/bin$ uname -a ; cat /etc/*release
Linux flu 6.2.0-39-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 14 14:18:00 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=23.04
DISTRIB_CODENAME=lunar
DISTRIB_DESCRIPTION="Ubuntu 23.04"
PRETTY_NAME="Ubuntu 23.04"
NAME="Ubuntu"
VERSION_ID="23.04"
VERSION="23.04 (Lunar Lobster)"
VERSION_CODENAME=lunar
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=lunar
LOGO=ubuntu-logo
6.2.0-39-generic
x86_64
Ubuntu 23.04 (Lunar Lobster)
Networks
confluence@flu:/opt/atlassian/confluence/bin$ ip route ; arp -a
default via 192.168.144.254 dev ens160 proto static
192.168.144.0/24 dev ens160 proto kernel scope link src 192.168.144.41
? (192.168.226.170) at <incomplete> on ens160
_gateway (192.168.144.254) at 00:50:56:9e:ad:80 [ether] on ens160
confluence@flu:/opt/atlassian/confluence/bin$ 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:33060 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.54:53 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:33060 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN -
Users & Groups
confluence@flu:/opt/atlassian/confluence/bin$ 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
_apt:x:42:65534::/nonexistent:/usr/sbin/nologin
nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin
systemd-network:x:998:998:systemd Network Management:/:/usr/sbin/nologin
systemd-timesync:x:997:997:systemd Time Synchronization:/:/usr/sbin/nologin
messagebus:x:100:106::/nonexistent:/usr/sbin/nologin
systemd-resolve:x:996:996:systemd Resolver:/:/usr/sbin/nologin
pollinate:x:101:1::/var/cache/pollinate:/bin/false
sshd:x:102:65534::/run/sshd:/usr/sbin/nologin
syslog:x:103:109::/nonexistent:/usr/sbin/nologin
uuidd:x:104:110::/run/uuidd:/usr/sbin/nologin
tcpdump:x:105:111::/nonexistent:/usr/sbin/nologin
tss:x:106:112:TPM software stack,,,:/var/lib/tpm:/bin/false
landscape:x:107:113::/var/lib/landscape:/usr/sbin/nologin
fwupd-refresh:x:108:114:fwupd-refresh user,,,:/run/systemd:/usr/sbin/nologin
lxd:x:999:100::/var/snap/lxd/common/lxd:/bin/false
mysql:x:109:115:MySQL Server,,,:/nonexistent:/bin/false
confluence:x:1001:1001:Atlassian Confluence:/home/confluence:/bin/sh
total 12K
4.0K drwxr-xr-x 5 confluence confluence 4.0K Apr 3 08:27 confluence
4.0K drwxr-xr-x 3 root root 4.0K Dec 12 2023 .
4.0K drwxr-xr-x 19 root root 4.0K Dec 12 2023 ..
confluence@flu:/opt/atlassian/confluence/bin$ 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=42(_apt) gid=65534(nogroup) groups=65534(nogroup)
uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup)
uid=998(systemd-network) gid=998(systemd-network) groups=998(systemd-network)
uid=997(systemd-timesync) gid=997(systemd-timesync) groups=997(systemd-timesync)
uid=100(messagebus) gid=106(messagebus) groups=106(messagebus)
uid=996(systemd-resolve) gid=996(systemd-resolve) groups=996(systemd-resolve)
uid=101(pollinate) gid=1(daemon) groups=1(daemon)
uid=102(sshd) gid=65534(nogroup) groups=65534(nogroup)
uid=103(syslog) gid=109(syslog) groups=109(syslog),4(adm)
uid=104(uuidd) gid=110(uuidd) groups=110(uuidd)
uid=105(tcpdump) gid=111(tcpdump) groups=111(tcpdump)
uid=106(tss) gid=112(tss) groups=112(tss)
uid=107(landscape) gid=113(landscape) groups=113(landscape)
uid=108(fwupd-refresh) gid=114(fwupd-refresh) groups=114(fwupd-refresh)
uid=999(lxd) gid=100(users) groups=100(users)
uid=109(mysql) gid=115(mysql) groups=115(mysql)
uid=1001(confluence) gid=1001(confluence) groups=1001(confluence)
uid=1001(confluence) gid=1001(confluence) groups=1001(confluence)
SUIDs
confluence@flu:/opt/atlassian/confluence/bin$ find / -perm -04000 -ls -type f 2>/dev/null | grep -v '/snap'
1435 36 -rwsr-xr-- 1 root messagebus 34960 Dec 9 2022 /usr/lib/dbus-1.0/dbus-daemon-launch-helper
39657 324 -rwsr-xr-x 1 root root 330344 Aug 24 2023 /usr/lib/openssh/ssh-keysign
702 76 -rwsr-xr-x 1 root root 76248 Nov 23 2022 /usr/bin/gpasswd
573 72 -rwsr-xr-x 1 root root 72792 Nov 23 2022 /usr/bin/chfn
843 48 -rwsr-xr-x 1 root root 47488 Nov 28 2022 /usr/bin/mount
1129 56 -rwsr-xr-x 1 root root 55680 Nov 28 2022 /usr/bin/su
1207 36 -rwsr-xr-x 1 root root 35200 Nov 28 2022 /usr/bin/umount
579 44 -rwsr-xr-x 1 root root 44760 Nov 23 2022 /usr/bin/chsh
855 40 -rwsr-xr-x 1 root root 40664 Nov 23 2022 /usr/bin/newgrp
686 36 -rwsr-xr-x 1 root root 35200 Mar 17 2023 /usr/bin/fusermount3
1130 264 -rwsr-xr-x 1 root root 269400 Mar 1 2023 /usr/bin/sudo
889 64 -rwsr-xr-x 1 root root 64152 Nov 23 2022 /usr/bin/passwd
15187 20 -rwsr-xr-x 1 root root 18736 Feb 26 2022 /usr/libexec/polkit-agent-helper-1
SGIDs
confluence@flu:/opt/atlassian/confluence/bin$ find / -perm -02000 -ls -type f 2>/dev/null | grep -v '/snap'
15035 16 -rwxr-sr-x 1 root utmp 14488 Mar 24 2022 /usr/lib/x86_64-linux-gnu/utempter/utempter
262152 4 drwxrwsr-x 2 root staff 4096 Dec 12 2023 /usr/local/share/fonts
15665 24 -rwxr-sr-x 1 root shadow 22848 Nov 7 2022 /usr/sbin/pam_extrausers_chkpwd
15712 28 -rwxr-sr-x 1 root shadow 26944 Nov 7 2022 /usr/sbin/unix_chkpwd
25946 288 -rwxr-sr-x 1 root _ssh 293304 Aug 24 2023 /usr/bin/ssh-agent
1249 24 -rwxr-sr-x 1 root tty 22912 Nov 28 2022 /usr/bin/wall
668 24 -rwxr-sr-x 1 root shadow 23056 Nov 23 2022 /usr/bin/expiry
1262 24 -rwxr-sr-x 1 root tty 22920 Nov 28 2022 /usr/bin/write
603 40 -rwxr-sr-x 1 root crontab 39568 Nov 23 2022 /usr/bin/crontab
569 72 -rwxr-sr-x 1 root shadow 72184 Nov 23 2022 /usr/bin/chage
478 0 drwxr-sr-x 2 root systemd-journal 40 Mar 1 09:43 /run/log/journal
36174 4 drwxrwsr-x 2 root mail 4096 Apr 15 2023 /var/mail
36337 4 drwxrwsr-x 2 uuidd uuidd 4096 Nov 28 2022 /var/lib/libuuid
131166 4 drwxr-sr-x 3 root systemd-journal 4096 Dec 12 2023 /var/log/journal
394528 4 drwxr-sr-x 2 root systemd-journal 4096 Apr 3 08:12 /var/log/journal/52d5caac3fca449b9d98532b54b51b36
36172 4 drwxrwsr-x 2 root staff 4096 Apr 14 2023 /var/local
Capabilities
confluence@flu:/opt/atlassian/confluence/bin$ getcap -r / 2>/dev/null
/usr/lib/x86_64-linux-gnu/gstreamer1.0/gstreamer-1.0/gst-ptp-helper cap_net_bind_service,cap_net_admin=ep
/usr/bin/ping cap_net_raw=ep
/usr/bin/mtr-packet cap_net_raw=ep
/snap/core22/607/usr/bin/ping cap_net_raw=ep
Processes
confluence@flu:/opt/atlassian/confluence/bin$ ps -auxwww
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.3 103852 13680 ? Ss 08:05 0:01 /sbin/init
root 423 0.0 0.3 49128 14924 ? S<s 08:05 0:00 /lib/systemd/systemd-journald
root 460 0.0 0.6 354924 27648 ? SLsl 08:05 0:00 /sbin/multipathd -d -s
root 466 0.0 0.2 28900 8576 ? Ss 08:05 0:00 /lib/systemd/systemd-udevd
systemd+ 567 0.0 0.2 17620 8960 ? Ss 08:05 0:00 /lib/systemd/systemd-networkd
systemd+ 580 0.0 0.3 20104 12416 ? Ss 08:05 0:00 /lib/systemd/systemd-resolved
systemd+ 583 0.0 0.1 163400 7424 ? Ssl 08:05 0:00 /lib/systemd/systemd-timesyncd
root 602 0.0 0.3 52964 12032 ? Ss 08:05 0:00 /usr/bin/VGAuthService
root 603 0.0 0.2 242464 10436 ? Ssl 08:05 0:01 /usr/bin/vmtoolsd
root 686 0.0 0.0 6752 2688 ? Ss 08:05 0:00 /usr/sbin/cron -f -P
message+ 687 0.0 0.1 9612 4864 ? Ss 08:05 0:00 @dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
root 727 0.0 0.1 82880 3968 ? Ssl 08:05 0:00 /usr/sbin/irqbalance --foreground
root 733 0.0 0.1 307504 7168 ? Ssl 08:05 0:00 /usr/libexec/polkitd --no-debug
root 743 0.2 0.7 1400716 30528 ? Ssl 08:05 0:04 /usr/lib/snapd/snapd
root 746 0.0 0.1 16268 7680 ? Ss 08:05 0:00 /lib/systemd/systemd-logind
root 753 0.0 0.3 465844 12544 ? Ssl 08:05 0:00 /usr/libexec/udisks2/udisksd
root 807 0.0 0.0 6024 2048 tty1 Ss+ 08:05 0:00 /sbin/agetty -o -p -- \u --noclear - linux
root 811 0.0 0.3 390908 12160 ? Ssl 08:05 0:00 /usr/sbin/ModemManager
root 863 0.0 0.4 110628 18808 ? Ssl 08:05 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal
mysql 1005 0.9 13.0 1846492 516032 ? Ssl 08:05 0:20 /usr/sbin/mysqld
syslog 1072 0.0 0.1 222300 6016 ? Ssl 08:05 0:00 /usr/sbin/rsyslogd -n -iNONE
conflue+ 1150 9.7 47.0 4177708 1863496 ? Sl 08:05 3:20 /opt/atlassian/confluence/jre//bin/java -Djava.util.logging.config.file=/opt/atlassian/confluence/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djdk.tls.ephemeralDHKeySize=2048 -Djava.protocol.handler.pkgs=org.apache.catalina.webresources -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 -Datlassian.plugins.startup.options= -Dorg.apache.tomcat.websocket.DEFAULT_BUFFER_SIZE=32768 -Dconfluence.context.path= -Djava.locale.providers=JRE,SPI,CLDR -Dsynchrony.enable.xhr.fallback=true -Datlassian.plugins.enable.wait=300 -Djava.awt.headless=true -Xloggc:/opt/atlassian/confluence/logs/gc-2025-03-01_09-43-59.log -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=5 -XX:GCLogFileSize=2M -Xlog:gc+age=debug:file=/opt/atlassian/confluence/logs/gc-2025-03-01_09-43-59.log::filecount=5,filesize=2M -XX:G1ReservePercent=20 -XX:+UseG1GC -XX:+ExplicitGCInvokesConcurrent -XX:+PrintGCDateStamps -XX:+IgnoreUnrecognizedVMOptions -XX:ReservedCodeCacheSize=256m -Xms1024m -Xmx1024m -Dignore.endorsed.dirs= -classpath /opt/atlassian/confluence/bin/bootstrap.jar:/opt/atlassian/confluence/bin/tomcat-juli.jar -Dcatalina.base=/opt/atlassian/confluence -Dcatalina.home=/opt/atlassian/confluence -Djava.io.tmpdir=/opt/atlassian/confluence/temp org.apache.catalina.startup.Bootstrap start
conflue+ 1468 0.7 10.9 4870784 433260 ? Sl 08:06 0:15 /opt/atlassian/confluence/jre/bin/java -classpath /opt/atlassian/confluence/temp/4.0.0-master-3b3337da.jar:/opt/atlassian/confluence/confluence/WEB-INF/lib/mysql-connector-java-8.2.0.jar -Xss2048k -Xmx2g synchrony.core sql
root 2095 0.0 0.2 14904 9088 ? Ss 08:27 0:00 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups
conflue+ 2195 0.0 0.0 2732 1536 ? S 08:33 0:00 /bin/sh
conflue+ 2236 0.0 0.2 17304 8576 ? S 08:36 0:00 python3 -c import pty; pty.spawn("/bin/bash")
conflue+ 2237 0.0 0.1 7872 3968 pts/0 Ss 08:36 0:00 /bin/bash
conflue+ 2324 100 0.1 12976 5248 pts/0 R+ 08:39 0:00 ps -auxwww
root 686 0.0 0.0 6752 2688 ? Ss 08:05 0:00 /usr/sbin/cron -f -P
root 733 0.0 0.1 307504 7168 ? Ssl 08:05 0:00 /usr/libexec/polkitd --no-debug
mysql 1005 0.9 13.0 1846492 516032 ? Ssl 08:05 0:20 /usr/sbin/mysqld
conflue+ 1150 9.7 47.0 4177708 1863496 ? Sl 08:05 3:20 /opt/atlassian/confluence/jre//bin/java -Djava.util.logging.config.file=/opt/atlassian/confluence/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djdk.tls.ephemeralDHKeySize=2048 -Djava.protocol.handler.pkgs=org.apache.catalina.webresources -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 -Datlassian.plugins.startup.options= -Dorg.apache.tomcat.websocket.DEFAULT_BUFFER_SIZE=32768 -Dconfluence.context.path= -Djava.locale.providers=JRE,SPI,CLDR -Dsynchrony.enable.xhr.fallback=true -Datlassian.plugins.enable.wait=300 -Djava.awt.headless=true -Xloggc:/opt/atlassian/confluence/logs/gc-2025-03-01_09-43-59.log -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=5 -XX:GCLogFileSize=2M -Xlog:gc+age=debug:file=/opt/atlassian/confluence/logs/gc-2025-03-01_09-43-59.log::filecount=5,filesize=2M -XX:G1ReservePercent=20 -XX:+UseG1GC -XX:+ExplicitGCInvokesConcurrent -XX:+PrintGCDateStamps -XX:+IgnoreUnrecognizedVMOptions -XX:ReservedCodeCacheSize=256m -Xms1024m -Xmx1024m -Dignore.endorsed.dirs= -classpath /opt/atlassian/confluence/bin/bootstrap.jar:/opt/atlassian/confluence/bin/tomcat-juli.jar -Dcatalina.base=/opt/atlassian/confluence -Dcatalina.home=/opt/atlassian/confluence -Djava.io.tmpdir=/opt/atlassian/confluence/temp org.apache.catalina.startup.Bootstrap start
conflue+ 1468 0.7 10.9 4870784 433260 ? Sl 08:06 0:15 /opt/atlassian/confluence/jre/bin/java -classpath /opt/atlassian/confluence/temp/4.0.0-master-3b3337da.jar:/opt/atlassian/confluence/confluence/WEB-INF/lib/mysql-connector-java-8.2.0.jar -Xss2048k -Xmx2g synchrony.core sql
Cron & Systemd
confluence@flu:/opt/atlassian/confluence/bin$ crontab -l ; cat /etc/crontab ; systemctl list-timers
no crontab for confluence
# /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 >
Thu 2025-04-03 08:46:42 UTC 6min left Tue 2023-12-12 12:47:19 UTC 1 year 3 >
Thu 2025-04-03 09:29:38 UTC 49min left Tue 2023-12-12 12:47:19 UTC 1 year 3 >
Thu 2025-04-03 13:27:29 UTC 4h 46min left Tue 2023-12-12 12:47:19 UTC 1 year 3 >
Thu 2025-04-03 14:50:50 UTC 6h left Thu 2025-04-03 08:12:12 UTC 28min ago>
Thu 2025-04-03 17:16:47 UTC 8h left Tue 2023-12-12 10:13:33 UTC 1 year 3 >
Thu 2025-04-03 18:33:01 UTC 9h left Tue 2023-12-12 12:47:19 UTC 1 year 3 >
Thu 2025-04-03 19:27:05 UTC 10h left Tue 2023-12-12 12:47:19 UTC 1 year 3 >
Fri 2025-04-04 00:00:00 UTC 15h left Thu 2025-04-03 08:12:12 UTC 28min ago>
Fri 2025-04-04 00:00:00 UTC 15h left Thu 2025-04-03 08:12:12 UTC 28min ago>
Fri 2025-04-04 08:10:30 UTC 23h left Sat 2025-03-01 09:48:59 UTC 1 month 2>
Fri 2025-04-04 08:20:30 UTC 23h left Thu 2025-04-03 08:20:30 UTC 20min ago>
Fri 2025-04-04 15:06:14 UTC 1 day 6h left Tue 2023-12-12 12:47:19 UTC 1 year 3 >
Sun 2025-04-06 03:10:22 UTC 2 days left Thu 2025-04-03 08:12:12 UTC 28min ago>
13 timers listed.
Pass --all to see loaded but inactive timers, too.
Services
confluence@flu:/opt/atlassian/confluence/bin$ systemctl list-units --state=running
UNIT LOAD ACTIVE SUB DESCRIPTION >
proc-sys-fs-binfmt_misc.automount loaded active running Arbitrary Executable >
init.scope loaded active running System and Service Ma>
confluence.service loaded active running LSB: Atlassian Conflu>
cron.service loaded active running Regular background pr>
dbus.service loaded active running D-Bus System Message >
getty@tty1.service loaded active running Getty on tty1
irqbalance.service loaded active running irqbalance daemon
ModemManager.service loaded active running Modem Manager
multipathd.service loaded active running Device-Mapper Multipa>
mysql.service loaded active running MySQL Community Server
open-vm-tools.service loaded active running Service for virtual m>
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 >
systemd-journald.service loaded active running Journal Service
systemd-logind.service loaded active running User Login Management
systemd-networkd.service loaded active running Network Configuration
systemd-resolved.service loaded active running Network Name Resoluti>
systemd-timesyncd.service loaded active running Network Time Synchron>
systemd-udevd.service loaded active running Rule-based Manager fo>
udisks2.service loaded active running Disk Manager
unattended-upgrades.service loaded active running Unattended Upgrades S>
vgauth.service loaded active running Authentication servic>
dbus.socket loaded active running D-Bus System Message >
multipathd.socket loaded active running multipathd control so>
snapd.socket loaded active running Socket activation for>
ssh.socket loaded active running OpenBSD Secure Shell >
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/>
systemd-journald.socket loaded active running Journal Socket
systemd-networkd.socket loaded active running Network Service Netli>
systemd-udevd-control.socket loaded active running udev Control Socket
systemd-udevd-kernel.socket loaded active running udev Kernel 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.
35 loaded units listed.
confluence.service
mysql.service
Sudo Version
confluence@flu:/opt/atlassian/confluence/bin$ sudo --version
Sudo version 1.9.13p1
Sudoers policy plugin version 1.9.13p1
Sudoers file grammar version 50
Sudoers I/O plugin version 1.9.13p1
Sudoers audit plugin version 1.9.13p1
Sudo version 1.9.13p1
Glibc Version
confluence@flu:/opt/atlassian/confluence/bin$ ldd --version
ldd (Ubuntu GLIBC 2.37-0ubuntu2.2) 2.37
Copyright (C) 2023 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.37-0ubuntu2.2) 2.37