关联漏洞
描述
This is a container environment running CVE-2024-3094 sshd backdoor instance, working with https://github.com/amlweems/xzbot project. IT IS NOT Docker, just implemented by chroot.
介绍
# CVE-2024-3094 SSH Backdoor Container Env
This is an environment running CVE-2024-3094 sshd backdoor instance, working with this exploit: https://github.com/amlweems/xzbot.
## Experiments
### Test in Docker
IT IS NOT a Docker container. I had tried making this vulnerability env with docker but failed:
1. https://github.com/lockness-Ko/xz-vulnerable-honeypot: xzbot not working inside it.
2. manually build docker image's filesystem from scratch with the dependence totally same as which have been successfully exploited with xzbot on an Ubuntu VM host: xzbot exploit still failed.
I doubt that it was related to systemd, cus all the ways I tried inside docker that spawning SSHD were running from cmdline, not systemd.
### Test in Host
Follow up on, I tested with experiment: On the VM machine where sshd(systemd) has been successfully exploited with xzbot, I directly lauched `/sbin/sshd -D -e -p 2024` with replaced liblzma.so, and the xzbot
exploitation failed, which indicates that it may be highly related to systemd.
### Test in Host with systemd
I gave up docker cus it's little complex running sshd from systemd inside docker.
Finally I extracted the minimized file system from my VM, and made it to a mini container based on chroot, which can easily run on host namespace with systemd.
It works both on my VM environment and another environment, which makes xzbot exploitation success.
I haven't figure out the principle, but anyway I organized the environment in this project for research.
## Usage
### Env Compose
`./compose.sh` at root dir of this project.
### Env Remove
`./remove.sh` at root dir of this project.
### Exploit
`./xzbot -addr 127.0.0.1:2024 -cmd 'whoami > /hello'`, and you can see file named `hello` below `env_fs` if exploit successful.
## Other Statement
### How is the Exploitation
https://github.com/amlweems/xzbot provides a nice tool, and it patched the liblzma.so with own pubkey, making it accessible. Turn to xzbot project for details.
Our mini file system contains the default patched lzma so file of xzbot. And a `xzbot` executable binary was compiled staticlly here. You can just `./xzbot -addr 127.0.0.1:2024 -cmd 'whoami > /hello'` for testing.
### How it works
A systemd xzback.service file will be dynamically deployed to `/etc/systemd/system/` on your host.
And xzback.service will starts with chroot to our mini file system, with no more influence on host file system.
文件快照
[4.0K] /data/pocs/bd0f399a0235fb983017b9c6f40b2aa8e676474f
├── [ 239] compose.sh
├── [4.0K] image_fs
│ ├── [ 8] bin -> /usr/bin
│ ├── [4.0K] dev
│ │ └── [ 0] null
│ ├── [4.0K] etc
│ │ ├── [4.0K] acpi
│ │ │ ├── [ 391] asus-keyboard-backlight.sh
│ │ │ ├── [ 180] asus-wireless.sh
│ │ │ ├── [4.0K] events
│ │ │ │ ├── [ 271] asus-keyboard-backlight-down
│ │ │ │ ├── [ 265] asus-keyboard-backlight-up
│ │ │ │ ├── [ 73] asus-wireless-off
│ │ │ │ ├── [ 72] asus-wireless-on
│ │ │ │ ├── [ 223] ibm-wireless
│ │ │ │ ├── [ 67] lenovo-undock
│ │ │ │ ├── [ 277] thinkpad-cmos
│ │ │ │ └── [ 222] tosh-wireless
│ │ │ ├── [ 608] ibm-wireless.sh
│ │ │ ├── [ 455] tosh-wireless.sh
│ │ │ └── [ 238] undock.sh
│ │ ├── [3.0K] adduser.conf
│ │ ├── [4.0K] alsa
│ │ │ └── [4.0K] conf.d
│ │ │ ├── [ 46] 10-samplerate.conf -> /usr/share/alsa/alsa.conf.d/10-samplerate.conf
│ │ │ ├── [ 45] 10-speexrate.conf -> /usr/share/alsa/alsa.conf.d/10-speexrate.conf
│ │ │ ├── [ 48] 50-arcam-av-ctl.conf -> /usr/share/alsa/alsa.conf.d/50-arcam-av-ctl.conf
│ │ │ ├── [ 40] 50-jack.conf -> /usr/share/alsa/alsa.conf.d/50-jack.conf
│ │ │ ├── [ 39] 50-oss.conf -> /usr/share/alsa/alsa.conf.d/50-oss.conf
│ │ │ ├── [ 46] 50-pulseaudio.conf -> /usr/share/alsa/alsa.conf.d/50-pulseaudio.conf
│ │ │ ├── [ 41] 60-upmix.conf -> /usr/share/alsa/alsa.conf.d/60-upmix.conf
│ │ │ ├── [ 44] 60-vdownmix.conf -> /usr/share/alsa/alsa.conf.d/60-vdownmix.conf
│ │ │ ├── [ 46] 98-usb-stream.conf -> /usr/share/alsa/alsa.conf.d/98-usb-stream.conf
│ │ │ ├── [ 201] 99-pulseaudio-default.conf.example
│ │ │ └── [ 38] 99-pulse.conf -> /usr/share/alsa/alsa.conf.d/pulse.conf
│ │ ├── [4.0K] alternatives
│ │ │ ├── [ 23] arptables -> /usr/sbin/arptables-nft
│ │ │ ├── [ 31] arptables-restore -> /usr/sbin/arptables-nft-restore
│ │ │ ├── [ 28] arptables-save -> /usr/sbin/arptables-nft-save
│ │ │ ├── [ 13] awk -> /usr/bin/mawk
│ │ │ ├── [ 29] awk.1.gz -> /usr/share/man/man1/mawk.1.gz
│ │ │ ├── [ 38] builtins.7.gz -> /usr/share/man/man7/bash-builtins.7.gz
│ │ │ ├── [ 12] c++ -> /usr/bin/g++
│ │ │ ├── [ 28] c++.1.gz -> /usr/share/man/man1/g++.1.gz
│ │ │ ├── [ 16] c89 -> /usr/bin/c89-gcc
│ │ │ ├── [ 32] c89.1.gz -> /usr/share/man/man1/c89-gcc.1.gz
│ │ │ ├── [ 16] c99 -> /usr/bin/c99-gcc
│ │ │ ├── [ 32] c99.1.gz -> /usr/share/man/man1/c99-gcc.1.gz
│ │ │ ├── [ 12] cc -> /usr/bin/gcc
│ │ │ ├── [ 28] cc.1.gz -> /usr/share/man/man1/gcc.1.gz
│ │ │ ├── [ 12] cpp -> /usr/bin/cpp
│ │ │ ├── [ 45] default.plymouth -> /usr/share/plymouth/themes/bgrt/bgrt.plymouth
│ │ │ ├── [ 22] ebtables -> /usr/sbin/ebtables-nft
│ │ │ ├── [ 30] ebtables-restore -> /usr/sbin/ebtables-nft-restore
│ │ │ ├── [ 27] ebtables-save -> /usr/sbin/ebtables-nft-save
│ │ │ ├── [ 9] editor -> /bin/nano
│ │ │ ├── [ 29] editor.1.gz -> /usr/share/man/man1/nano.1.gz
│ │ │ ├── [ 18] ex -> /usr/bin/vim.basic
│ │ │ ├── [ 28] ex.1.gz -> /usr/share/man/man1/vim.1.gz
│ │ │ ├── [ 31] ex.da.1.gz -> /usr/share/man/da/man1/vim.1.gz
│ │ │ ├── [ 31] ex.de.1.gz -> /usr/share/man/de/man1/vim.1.gz
│ │ │ ├── [ 31] ex.fr.1.gz -> /usr/share/man/fr/man1/vim.1.gz
│ │ │ ├── [ 31] ex.it.1.gz -> /usr/share/man/it/man1/vim.1.gz
│ │ │ ├── [ 31] ex.ja.1.gz -> /usr/share/man/ja/man1/vim.1.gz
│ │ │ ├── [ 31] ex.pl.1.gz -> /usr/share/man/pl/man1/vim.1.gz
│ │ │ ├── [ 31] ex.ru.1.gz -> /usr/share/man/ru/man1/vim.1.gz
│ │ │ ├── [ 14] ftp -> /usr/bin/tnftp
│ │ │ ├── [ 30] ftp.1.gz -> /usr/share/man/man1/tnftp.1.gz
│ │ │ ├── [ 25] futurize -> /usr/bin/python3-futurize
│ │ │ ├── [ 39] gdm-smartcard -> /etc/pam.d/gdm-smartcard-sssd-exclusive
│ │ │ ├── [ 61] gdm-theme.gresource -> /usr/share/gnome-shell/theme/Yaru/gnome-shell-theme.gresource
│ │ │ ├── [ 14] gnome-text-editor -> /usr/bin/gedit
│ │ │ ├── [ 30] gnome-text-editor.1.gz -> /usr/share/man/man1/gedit.1.gz
│ │ │ ├── [ 16] gnome-www-browser -> /usr/bin/firefox
│ │ │ ├── [ 33] gstreamer-codec-install -> /usr/libexec/pk-gstreamer-install
│ │ │ ├── [ 13] infobrowser -> /usr/bin/info
│ │ │ ├── [ 29] infobrowser.1.gz -> /usr/share/man/man1/info.1.gz
│ │ │ ├── [ 23] ip6tables -> /usr/sbin/ip6tables-nft
│ │ │ ├── [ 31] ip6tables-restore -> /usr/sbin/ip6tables-nft-restore
│ │ │ ├── [ 28] ip6tables-save -> /usr/sbin/ip6tables-nft-save
│ │ │ ├── [ 22] iptables -> /usr/sbin/iptables-nft
│ │ │ ├── [ 30] iptables-restore -> /usr/sbin/iptables-nft-restore
│ │ │ ├── [ 27] iptables-save -> /usr/sbin/iptables-nft-save
│ │ │ ├── [ 43] java -> /usr/lib/jvm/java-11-openjdk-amd64/bin/java
│ │ │ ├── [ 53] java.1.gz -> /usr/lib/jvm/java-11-openjdk-amd64/man/man1/java.1.gz
│ │ │ ├── [ 44] jexec -> /usr/lib/jvm/java-11-openjdk-amd64/lib/jexec
│ │ │ ├── [ 49] jexec-binfmt -> /usr/lib/jvm/java-11-openjdk-amd64/lib/jar.binfmt
│ │ │ ├── [ 42] jjs -> /usr/lib/jvm/java-11-openjdk-amd64/bin/jjs
│ │ │ ├── [ 52] jjs.1.gz -> /usr/lib/jvm/java-11-openjdk-amd64/man/man1/jjs.1.gz
│ │ │ ├── [ 46] keytool -> /usr/lib/jvm/java-11-openjdk-amd64/bin/keytool
│ │ │ ├── [ 56] keytool.1.gz -> /usr/lib/jvm/java-11-openjdk-amd64/man/man1/keytool.1.gz
│ │ │ ├── [ 14] lzcat -> /usr/bin/xzcat
│ │ │ ├── [ 30] lzcat.1.gz -> /usr/share/man/man1/xzcat.1.gz
│ │ │ ├── [ 14] lzcmp -> /usr/bin/xzcmp
│ │ │ ├── [ 30] lzcmp.1.gz -> /usr/share/man/man1/xzcmp.1.gz
│ │ │ ├── [ 15] lzdiff -> /usr/bin/xzdiff
│ │ │ ├── [ 31] lzdiff.1.gz -> /usr/share/man/man1/xzdiff.1.gz
│ │ │ ├── [ 16] lzegrep -> /usr/bin/xzegrep
│ │ │ ├── [ 32] lzegrep.1.gz -> /usr/share/man/man1/xzegrep.1.gz
│ │ │ ├── [ 16] lzfgrep -> /usr/bin/xzfgrep
│ │ │ ├── [ 32] lzfgrep.1.gz -> /usr/share/man/man1/xzfgrep.1.gz
│ │ │ ├── [ 15] lzgrep -> /usr/bin/xzgrep
│ │ │ ├── [ 31] lzgrep.1.gz -> /usr/share/man/man1/xzgrep.1.gz
│ │ │ ├── [ 15] lzless -> /usr/bin/xzless
│ │ │ ├── [ 31] lzless.1.gz -> /usr/share/man/man1/xzless.1.gz
│ │ │ ├── [ 11] lzma -> /usr/bin/xz
│ │ │ ├── [ 27] lzma.1.gz -> /usr/share/man/man1/xz.1.gz
│ │ │ ├── [ 15] lzmore -> /usr/bin/xzmore
│ │ │ ├── [ 31] lzmore.1.gz -> /usr/share/man/man1/xzmore.1.gz
│ │ │ ├── [ 11] mt -> /bin/mt-gnu
│ │ │ ├── [ 31] mt.1.gz -> /usr/share/man/man1/mt-gnu.1.gz
│ │ │ ├── [ 13] nawk -> /usr/bin/mawk
│ │ │ ├── [ 29] nawk.1.gz -> /usr/share/man/man1/mawk.1.gz
│ │ │ ├── [ 15] nc -> /bin/nc.openbsd
│ │ │ ├── [ 35] nc.1.gz -> /usr/share/man/man1/nc_openbsd.1.gz
│ │ │ ├── [ 15] netcat -> /bin/nc.openbsd
│ │ │ ├── [ 35] netcat.1.gz -> /usr/share/man/man1/nc_openbsd.1.gz
│ │ │ ├── [ 24] newt-palette -> /etc/newt/palette.ubuntu
│ │ │ ├── [ 17] open -> /usr/bin/xdg-open
│ │ │ ├── [ 33] open.1.gz -> /usr/share/man/man1/xdg-open.1.gz
│ │ │ ├── [ 46] pack200 -> /usr/lib/jvm/java-11-openjdk-amd64/bin/pack200
│ │ │ ├── [ 56] pack200.1.gz -> /usr/lib/jvm/java-11-openjdk-amd64/man/man1/pack200.1.gz
│ │ │ ├── [ 13] pager -> /usr/bin/less
│ │ │ ├── [ 29] pager.1.gz -> /usr/share/man/man1/less.1.gz
│ │ │ ├── [ 27] pasteurize -> /usr/bin/python3-pasteurize
│ │ │ ├── [ 9] pico -> /bin/nano
│ │ │ ├── [ 29] pico.1.gz -> /usr/share/man/man1/nano.1.gz
│ │ │ ├── [ 24] pinentry -> /usr/bin/pinentry-gnome3
│ │ │ ├── [ 40] pinentry.1.gz -> /usr/share/man/man1/pinentry-gnome3.1.gz
│ │ │ ├── [ 24] pinentry-x11 -> /usr/bin/pinentry-gnome3
│ │ │ ├── [ 40] pinentry-x11.1.gz -> /usr/share/man/man1/pinentry-gnome3.1.gz
│ │ │ ├── [ 12] rcp -> /usr/bin/scp
│ │ │ ├── [ 28] rcp.1.gz -> /usr/share/man/man1/scp.1.gz
│ │ │ ├── [ 100] README
│ │ │ ├── [ 15] rlogin -> /usr/bin/slogin
│ │ │ ├── [ 31] rlogin.1.gz -> /usr/share/man/man1/slogin.1.gz
│ │ │ ├── [ 43] rmid -> /usr/lib/jvm/java-11-openjdk-amd64/bin/rmid
│ │ │ ├── [ 53] rmid.1.gz -> /usr/lib/jvm/java-11-openjdk-amd64/man/man1/rmid.1.gz
│ │ │ ├── [ 50] rmiregistry -> /usr/lib/jvm/java-11-openjdk-amd64/bin/rmiregistry
│ │ │ ├── [ 60] rmiregistry.1.gz -> /usr/lib/jvm/java-11-openjdk-amd64/man/man1/rmiregistry.1.gz
│ │ │ ├── [ 17] rmt -> /usr/sbin/rmt-tar
│ │ │ ├── [ 32] rmt.8.gz -> /usr/share/man/man8/rmt-tar.8.gz
│ │ │ ├── [ 12] rsh -> /usr/bin/ssh
│ │ │ ├── [ 28] rsh.1.gz -> /usr/share/man/man1/ssh.1.gz
│ │ │ ├── [ 18] rview -> /usr/bin/vim.basic
│ │ │ ├── [ 18] rvim -> /usr/bin/vim.basic
│ │ │ ├── [ 39] shimx64.efi.signed -> /usr/lib/shim/shimx64.efi.signed.latest
│ │ │ ├── [ 22] telnet -> /usr/bin/telnet.netkit
│ │ │ ├── [ 38] telnet.1.gz -> /usr/share/man/man1/telnet.netkit.1.gz
│ │ │ ├── [ 59] text.plymouth -> /usr/share/plymouth/themes/ubuntu-text/ubuntu-text.plymouth
│ │ │ ├── [ 13] unlzma -> /usr/bin/unxz
│ │ │ ├── [ 29] unlzma.1.gz -> /usr/share/man/man1/unxz.1.gz
│ │ │ ├── [ 48] unpack200 -> /usr/lib/jvm/java-11-openjdk-amd64/bin/unpack200
│ │ │ ├── [ 58] unpack200.1.gz -> /usr/lib/jvm/java-11-openjdk-amd64/man/man1/unpack200.1.gz
│ │ │ ├── [ 18] vi -> /usr/bin/vim.basic
│ │ │ ├── [ 28] vi.1.gz -> /usr/share/man/man1/vim.1.gz
│ │ │ ├── [ 31] vi.da.1.gz -> /usr/share/man/da/man1/vim.1.gz
│ │ │ ├── [ 31] vi.de.1.gz -> /usr/share/man/de/man1/vim.1.gz
│ │ │ ├── [ 18] view -> /usr/bin/vim.basic
│ │ │ ├── [ 28] view.1.gz -> /usr/share/man/man1/vim.1.gz
│ │ │ ├── [ 31] view.da.1.gz -> /usr/share/man/da/man1/vim.1.gz
│ │ │ ├── [ 31] view.de.1.gz -> /usr/share/man/de/man1/vim.1.gz
│ │ │ ├── [ 31] view.fr.1.gz -> /usr/share/man/fr/man1/vim.1.gz
│ │ │ ├── [ 31] view.it.1.gz -> /usr/share/man/it/man1/vim.1.gz
│ │ │ ├── [ 31] view.ja.1.gz -> /usr/share/man/ja/man1/vim.1.gz
│ │ │ ├── [ 31] view.pl.1.gz -> /usr/share/man/pl/man1/vim.1.gz
│ │ │ ├── [ 31] view.ru.1.gz -> /usr/share/man/ru/man1/vim.1.gz
│ │ │ ├── [ 31] vi.fr.1.gz -> /usr/share/man/fr/man1/vim.1.gz
│ │ │ ├── [ 31] vi.it.1.gz -> /usr/share/man/it/man1/vim.1.gz
│ │ │ ├── [ 31] vi.ja.1.gz -> /usr/share/man/ja/man1/vim.1.gz
│ │ │ ├── [ 18] vim -> /usr/bin/vim.basic
│ │ │ ├── [ 18] vimdiff -> /usr/bin/vim.basic
│ │ │ ├── [ 31] vi.pl.1.gz -> /usr/share/man/pl/man1/vim.1.gz
│ │ │ ├── [ 31] vi.ru.1.gz -> /usr/share/man/ru/man1/vim.1.gz
│ │ │ ├── [ 24] vtrgb -> /etc/console-setup/vtrgb
│ │ │ ├── [ 26] which -> /usr/bin/which.debianutils
│ │ │ ├── [ 42] which.1.gz -> /usr/share/man/man1/which.debianutils.1.gz
│ │ │ ├── [ 45] which.de1.gz -> /usr/share/man/de/man1/which.debianutils.1.gz
│ │ │ ├── [ 45] which.es1.gz -> /usr/share/man/es/man1/which.debianutils.1.gz
│ │ │ ├── [ 45] which.fr1.gz -> /usr/share/man/fr/man1/which.debianutils.1.gz
│ │ │ ├── [ 45] which.it1.gz -> /usr/share/man/it/man1/which.debianutils.1.gz
│ │ │ ├── [ 45] which.ja1.gz -> /usr/share/man/ja/man1/which.debianutils.1.gz
│ │ │ ├── [ 45] which.pl1.gz -> /usr/share/man/pl/man1/which.debianutils.1.gz
│ │ │ ├── [ 45] which.sl1.gz -> /usr/share/man/sl/man1/which.debianutils.1.gz
│ │ │ ├── [ 17] write -> /usr/bin/write.ul
│ │ │ ├── [ 33] write.1.gz -> /usr/share/man/man1/write.ul.1.gz
│ │ │ ├── [ 39] x-cursor-theme -> /usr/share/icons/DMZ-White/cursor.theme
│ │ │ ├── [ 22] x-session-manager -> /usr/bin/gnome-session
│ │ │ ├── [ 38] x-session-manager.1.gz -> /usr/share/man/man1/gnome-session.1.gz
│ │ │ ├── [ 31] x-terminal-emulator -> /usr/bin/gnome-terminal.wrapper
│ │ │ ├── [ 39] x-terminal-emulator.1.gz -> /usr/share/man/man1/gnome-terminal.1.gz
│ │ │ └── [ 16] x-www-browser -> /usr/bin/firefox
│ │ ├── [ 335] anacrontab
│ │ ├── [ 433] apg.conf
│ │ ├── [4.0K] apm
│ │ │ ├── [4.0K] resume.d
│ │ │ │ └── [ 17] 20alsa -> ../scripts.d/alsa
│ │ │ ├── [4.0K] scripts.d
│ │ │ │ └── [ 228] alsa
│ │ │ └── [4.0K] suspend.d
│ │ │ └── [ 17] 80alsa -> ../scripts.d/alsa
│ │ ├── [4.0K] apparmor
│ │ │ ├── [4.0K] init
│ │ │ │ └── [4.0K] network-interface-security
│ │ │ │ └── [ 33] sbin.dhclient -> ../../../apparmor.d/sbin.dhclient
│ │ │ └── [2.2K] parser.conf
│ │ ├── [4.0K] apparmor.d
│ │ │ ├── [4.0K] abi
│ │ │ │ ├── [1.9K] 3.0
│ │ │ │ ├── [1.6K] kernel-5.4-outoftree-network
│ │ │ │ └── [1.3K] kernel-5.4-vanilla
│ │ │ ├── [4.0K] abstractions
│ │ │ │ ├── [ 978] apache2-common
│ │ │ │ ├── [4.0K] apparmor_api
│ │ │ │ │ ├── [ 420] change_profile
│ │ │ │ │ ├── [ 504] examine
│ │ │ │ │ ├── [ 518] find_mountpoint
│ │ │ │ │ ├── [ 503] introspect
│ │ │ │ │ └── [ 656] is_enabled
│ │ │ │ ├── [ 412] aspell
│ │ │ │ ├── [1.9K] audio
│ │ │ │ ├── [1.8K] authentication
│ │ │ │ ├── [6.8K] base
│ │ │ │ ├── [1.6K] bash
│ │ │ │ ├── [ 903] consoles
│ │ │ │ ├── [ 809] crypto
│ │ │ │ ├── [ 820] cups-client
│ │ │ │ ├── [ 694] dbus
│ │ │ │ ├── [ 745] dbus-accessibility
│ │ │ │ ├── [ 760] dbus-accessibility-strict
│ │ │ │ ├── [1.4K] dbus-network-manager-strict
│ │ │ │ ├── [ 747] dbus-session
│ │ │ │ ├── [1010] dbus-session-strict
│ │ │ │ ├── [ 781] dbus-strict
│ │ │ │ ├── [ 344] dconf
│ │ │ │ ├── [ 675] dovecot-common
│ │ │ │ ├── [ 542] dri-common
│ │ │ │ ├── [ 392] dri-enumerate
│ │ │ │ ├── [2.2K] enchant
│ │ │ │ ├── [4.3K] evince
│ │ │ │ ├── [1.9K] exo-open
│ │ │ │ ├── [ 558] fcitx
│ │ │ │ ├── [ 821] fcitx-strict
│ │ │ │ ├── [2.2K] fonts
│ │ │ │ ├── [1.4K] freedesktop.org
│ │ │ │ ├── [1.5K] gio-open
│ │ │ │ ├── [3.7K] gnome
│ │ │ │ ├── [ 459] gnupg
│ │ │ │ ├── [1.4K] gtk
│ │ │ │ ├── [1.2K] gvfs-open
│ │ │ │ ├── [ 511] hosts_access
│ │ │ │ ├── [ 992] ibus
│ │ │ │ ├── [2.8K] kde
│ │ │ │ ├── [ 413] kde-globals-write
│ │ │ │ ├── [ 256] kde-icon-cache-write
│ │ │ │ ├── [ 575] kde-language-write
│ │ │ │ ├── [3.6K] kde-open5
│ │ │ │ ├── [1.3K] kerberosclient
│ │ │ │ ├── [ 856] ldapclient
│ │ │ │ ├── [ 770] libpam-systemd
│ │ │ │ ├── [ 595] likewise
│ │ │ │ ├── [ 554] mdns
│ │ │ │ ├── [1.2K] mesa
│ │ │ │ ├── [ 694] mir
│ │ │ │ ├── [ 573] mozc
│ │ │ │ ├── [ 739] mysql
│ │ │ │ ├── [4.3K] nameservice
│ │ │ │ ├── [ 625] nis
│ │ │ │ ├── [1.2K] nss-systemd
│ │ │ │ ├── [ 751] nvidia
│ │ │ │ ├── [ 370] opencl
│ │ │ │ ├── [ 516] opencl-common
│ │ │ │ ├── [ 672] opencl-intel
│ │ │ │ ├── [ 636] opencl-mesa
│ │ │ │ ├── [ 895] opencl-nvidia
│ │ │ │ ├── [2.8K] opencl-pocl
│ │ │ │ ├── [ 648] openssl
│ │ │ │ ├── [ 197] orbit2
│ │ │ │ ├── [ 999] p11-kit
│ │ │ │ ├── [ 974] perl
│ │ │ │ ├── [1.1K] php
│ │ │ │ ├── [ 208] php5
│ │ │ │ ├── [ 558] php-worker
│ │ │ │ ├── [1.3K] postfix-common
│ │ │ │ ├── [1.6K] private-files
│ │ │ │ ├── [1.2K] private-files-strict
│ │ │ │ ├── [1.8K] python
│ │ │ │ ├── [ 863] qt5
│ │ │ │ ├── [ 399] qt5-compose-cache-write
│ │ │ │ ├── [ 514] qt5-settings-write
│ │ │ │ ├── [ 466] recent-documents-write
│ │ │ │ ├── [1008] ruby
│ │ │ │ ├── [1.1K] samba
│ │ │ │ ├── [ 581] smbpass
│ │ │ │ ├── [1.5K] ssl_certs
│ │ │ │ ├── [ 938] ssl_keys
│ │ │ │ ├── [1.7K] svn-repositories
│ │ │ │ ├── [ 821] ubuntu-bittorrent-clients
│ │ │ │ ├── [1.6K] ubuntu-browsers
│ │ │ │ ├── [4.0K] ubuntu-browsers.d
│ │ │ │ │ ├── [1018] chromium-browser
│ │ │ │ │ ├── [3.8K] java
│ │ │ │ │ ├── [ 265] kde
│ │ │ │ │ ├── [ 339] mailto
│ │ │ │ │ ├── [1.4K] multimedia
│ │ │ │ │ ├── [ 351] plugins-common
│ │ │ │ │ ├── [ 894] productivity
│ │ │ │ │ ├── [ 672] text-editors
│ │ │ │ │ ├── [1.1K] ubuntu-integration
│ │ │ │ │ ├── [ 185] ubuntu-integration-xul
│ │ │ │ │ └── [ 935] user-files
│ │ │ │ ├── [ 731] ubuntu-console-browsers
│ │ │ │ ├── [ 718] ubuntu-console-email
│ │ │ │ ├── [1.1K] ubuntu-email
│ │ │ │ ├── [ 456] ubuntu-feed-readers
│ │ │ │ ├── [ 300] ubuntu-gnome-terminal
│ │ │ │ ├── [3.7K] ubuntu-helpers
│ │ │ │ ├── [ 453] ubuntu-konsole
│ │ │ │ ├── [2.3K] ubuntu-media-players
│ │ │ │ ├── [2.5K] ubuntu-unity7-base
│ │ │ │ ├── [ 311] ubuntu-unity7-launcher
│ │ │ │ ├── [ 313] ubuntu-unity7-messaging
│ │ │ │ ├── [ 346] ubuntu-xterm
│ │ │ │ ├── [ 987] user-download
│ │ │ │ ├── [ 944] user-mail
│ │ │ │ ├── [1000] user-manpages
│ │ │ │ ├── [ 760] user-tmp
│ │ │ │ ├── [ 972] user-write
│ │ │ │ ├── [ 231] video
│ │ │ │ ├── [1.1K] vulkan
│ │ │ │ ├── [ 645] wayland
│ │ │ │ ├── [ 811] web-data
│ │ │ │ ├── [ 882] winbind
│ │ │ │ ├── [ 711] wutmp
│ │ │ │ ├── [1.9K] X
│ │ │ │ ├── [ 984] xad
│ │ │ │ ├── [ 782] xdg-desktop
│ │ │ │ └── [2.2K] xdg-open
│ │ │ ├── [4.0K] disable
│ │ │ │ └── [ 33] usr.sbin.rsyslogd -> /etc/apparmor.d/usr.sbin.rsyslogd
│ │ │ ├── [4.0K] local
│ │ │ │ ├── [ 0] lsb_release
│ │ │ │ ├── [ 0] nvidia_modprobe
│ │ │ │ ├── [1.1K] README
│ │ │ │ ├── [ 0] sbin.dhclient
│ │ │ │ ├── [ 0] usr.bin.evince
│ │ │ │ ├── [ 0] usr.bin.man
│ │ │ │ ├── [ 0] usr.bin.tcpdump
│ │ │ │ ├── [ 0] usr.lib.libreoffice.program.oosplash
│ │ │ │ ├── [ 0] usr.lib.libreoffice.program.senddoc
│ │ │ │ ├── [ 0] usr.lib.libreoffice.program.soffice.bin
│ │ │ │ ├── [ 0] usr.lib.libreoffice.program.xpdfimport
│ │ │ │ ├── [ 0] usr.lib.snapd.snap-confine.real
│ │ │ │ ├── [ 0] usr.sbin.cups-browsed
│ │ │ │ ├── [ 0] usr.sbin.cupsd
│ │ │ │ └── [ 0] usr.sbin.rsyslogd
│ │ │ ├── [1.3K] lsb_release
│ │ │ ├── [1.2K] nvidia_modprobe
│ │ │ ├── [3.4K] sbin.dhclient
│ │ │ ├── [4.0K] tunables
│ │ │ │ ├── [ 624] alias
│ │ │ │ ├── [ 375] apparmorfs
│ │ │ │ ├── [ 804] dovecot
│ │ │ │ ├── [1.1K] etc
│ │ │ │ ├── [ 759] global
│ │ │ │ ├── [ 982] home
│ │ │ │ ├── [4.0K] home.d
│ │ │ │ │ ├── [ 634] site.local
│ │ │ │ │ └── [ 337] ubuntu
│ │ │ │ ├── [1.4K] kernelvars
│ │ │ │ ├── [ 630] multiarch
│ │ │ │ ├── [4.0K] multiarch.d
│ │ │ │ │ └── [ 645] site.local
│ │ │ │ ├── [ 440] proc
│ │ │ │ ├── [ 23] run
│ │ │ │ ├── [ 405] securityfs
│ │ │ │ ├── [ 819] share
│ │ │ │ ├── [ 378] sys
│ │ │ │ ├── [ 867] xdg-user-dirs
│ │ │ │ └── [4.0K] xdg-user-dirs.d
│ │ │ │ └── [ 730] site.local
│ │ │ ├── [ 11K] usr.bin.evince
│ │ │ ├── [3.4K] usr.bin.man
│ │ │ ├── [1.5K] usr.bin.tcpdump
│ │ │ ├── [1.5K] usr.lib.libreoffice.program.oosplash
│ │ │ ├── [1.2K] usr.lib.libreoffice.program.senddoc
│ │ │ ├── [ 10K] usr.lib.libreoffice.program.soffice.bin
│ │ │ ├── [1.0K] usr.lib.libreoffice.program.xpdfimport
│ │ │ ├── [ 28K] usr.lib.snapd.snap-confine.real
│ │ │ ├── [ 677] usr.sbin.cups-browsed
│ │ │ ├── [6.0K] usr.sbin.cupsd
│ │ │ └── [1.6K] usr.sbin.rsyslogd
│ │ ├── [4.0K] apport
│ │ │ ├── [4.0K] blacklist.d
│ │ │ │ ├── [ 24] apport
│ │ │ │ ├── [ 217] README.blacklist
│ │ │ │ └── [ 71] thunderbird
│ │ │ ├── [1.2K] crashdb.conf
│ │ │ └── [4.0K] native-origins.d
│ │ │ └── [ 111] thunderbird
│ │ ├── [ 769] appstream.conf
│ │ ├── [4.0K] apt
│ │ │ ├── [4.0K] apt.conf.d
│ │ │ │ ├── [ 49] 00aptitude
│ │ │ │ ├── [ 40] 00trustcdrom
│ │ │ │ ├── [ 630] 01autoremove
│ │ │ │ ├── [ 92] 01-vendor-ubuntu
│ │ │ │ ├── [ 129] 10periodic
│ │ │ │ ├── [ 108] 15update-stamp
│ │ │ │ ├── [ 311] 20apt-esm-hook.conf
│ │ │ │ ├── [ 85] 20archive
│ │ │ │ ├── [ 80] 20auto-upgrades
│ │ │ │ ├── [ 243] 20dbus
│ │ │ │ ├── [1.0K] 20packagekit
│ │ │ │ ├── [ 127] 20snapd.conf
│ │ │ │ ├── [2.5K] 50appstream
│ │ │ │ ├── [ 625] 50command-not-found
│ │ │ │ ├── [6.0K] 50unattended-upgrades
│ │ │ │ ├── [ 435] 60icons
│ │ │ │ ├── [ 251] 60icons-hidpi
│ │ │ │ ├── [ 182] 70debconf
│ │ │ │ └── [ 305] 99update-notifier
│ │ │ ├── [2.8K] sources.list
│ │ │ └── [4.0K] trusted.gpg.d
│ │ │ ├── [2.7K] ubuntu-keyring-2012-cdimage.gpg
│ │ │ └── [1.7K] ubuntu-keyring-2018-archive.gpg
│ │ ├── [4.0K] avahi
│ │ │ ├── [2.5K] avahi-autoipd.action
│ │ │ ├── [1.8K] avahi-daemon.conf
│ │ │ └── [1.1K] hosts
│ │ ├── [2.3K] bash.bashrc
│ │ ├── [ 45] bash_completion
│ │ ├── [4.0K] bash_completion.d
│ │ │ ├── [6.5K] apport_completion
│ │ │ └── [ 439] git-prompt
│ │ ├── [ 367] bindresvport.blacklist
│ │ ├── [4.0K] bluetooth
│ │ │ ├── [ 906] input.conf
│ │ │ ├── [3.8K] main.conf
│ │ │ └── [ 120] network.conf
│ │ ├── [ 33] brlapi.key
│ │ ├── [4.0K] brltty
│ │ │ ├── [4.0K] Attributes
│ │ │ │ ├── [1017] invleft_right.atb
│ │ │ │ ├── [1009] left_right.atb
│ │ │ │ └── [1010] upper_lower.atb
│ │ │ ├── [4.0K] Contraction
│ │ │ │ ├── [1.8K] af.ctb
│ │ │ │ ├── [ 12K] am.ctb
│ │ │ │ ├── [6.4K] countries.cti
│ │ │ │ ├── [ 56K] de-1998.ctb
│ │ │ │ ├── [ 57K] de-2015.ctb
│ │ │ │ ├── [ 836] de.ctb
│ │ │ │ ├── [6.1K] de-g0.ctb
│ │ │ │ ├── [3.4K] de-g1.ctb
│ │ │ │ ├── [ 852] de-g2.ctb
│ │ │ │ ├── [ 13K] de-wort.cti
│ │ │ │ ├── [ 841] en.ctb
│ │ │ │ ├── [ 11K] en-ueb-g2.ctb
│ │ │ │ ├── [ 856] en_US.ctb
│ │ │ │ ├── [ 41K] en-us-g2.ctb
│ │ │ │ ├── [7.5K] es.ctb
│ │ │ │ ├── [ 836] fr.ctb
│ │ │ │ ├── [3.7K] fr-g1.ctb
│ │ │ │ ├── [ 48K] fr-g2.ctb
│ │ │ │ ├── [1.3K] ha.ctb
│ │ │ │ ├── [1.4K] id.ctb
│ │ │ │ ├── [ 16K] ipa.ctb
│ │ │ │ ├── [8.2K] ja.ctb
│ │ │ │ ├── [ 836] ko.ctb
│ │ │ │ ├── [267K] ko-g0.ctb
│ │ │ │ ├── [1.1K] ko-g1.ctb
│ │ │ │ ├── [1.1K] ko-g2.ctb
│ │ │ │ ├── [6.1K] latex-access.ctb
│ │ │ │ ├── [2.9K] letters-latin.cti
│ │ │ │ ├── [5.9K] lt.ctb
│ │ │ │ ├── [1.2K] mg.ctb
│ │ │ │ ├── [1.2K] mun.ctb
│ │ │ │ ├── [2.1K] nabcc.cti
│ │ │ │ ├── [1.3K] nl.ctb
│ │ │ │ ├── [ 816] none.ctb
│ │ │ │ ├── [1.2K] ny.ctb
│ │ │ │ ├── [ 10K] pt.ctb
│ │ │ │ ├── [ 14K] ru.ctb
│ │ │ │ ├── [3.6K] si.ctb
│ │ │ │ ├── [1.2K] spaces.cti
│ │ │ │ ├── [1.5K] sw.ctb
│ │ │ │ ├── [4.5K] th.ctb
│ │ │ │ ├── [ 892] zh-tw.ctb
│ │ │ │ ├── [108K] zh_TW.ctb
│ │ │ │ ├── [625K] zh-tw.cti
│ │ │ │ └── [1.2K] zu.ctb
│ │ │ ├── [4.0K] Input
│ │ │ │ ├── [4.0K] al
│ │ │ │ │ ├── [2.5K] abt_basic.kti
│ │ │ │ │ ├── [ 935] abt_extra.kti
│ │ │ │ │ ├── [ 892] abt_large.ktb
│ │ │ │ │ ├── [ 861] abt_small.ktb
│ │ │ │ │ ├── [1.0K] bc640.ktb
│ │ │ │ │ ├── [1.1K] bc680.ktb
│ │ │ │ │ ├── [1.1K] bc-etouch.kti
│ │ │ │ │ ├── [3.2K] bc.kti
│ │ │ │ │ ├── [2.7K] bc-smartpad.kti
│ │ │ │ │ ├── [1.1K] bc-thumb.kti
│ │ │ │ │ ├── [ 836] el.ktb
│ │ │ │ │ ├── [2.7K] sat_common.kti
│ │ │ │ │ ├── [ 859] sat_large.ktb
│ │ │ │ │ ├── [1.6K] sat_nav.kti
│ │ │ │ │ ├── [ 830] sat_small.ktb
│ │ │ │ │ ├── [1.2K] sat_speech.kti
│ │ │ │ │ ├── [1.0K] sat_tumblers.kti
│ │ │ │ │ └── [ 837] voyager.ktb
│ │ │ │ ├── [1.8K] android-chords.kti
│ │ │ │ ├── [4.0K] at
│ │ │ │ │ └── [2.0K] all.ktb
│ │ │ │ ├── [4.0K] ba
│ │ │ │ │ └── [ 58] all.txt
│ │ │ │ ├── [4.0K] bd
│ │ │ │ │ └── [ 302] all.txt
│ │ │ │ ├── [4.0K] bg
│ │ │ │ │ └── [3.2K] all.ktb
│ │ │ │ ├── [4.0K] bl
│ │ │ │ │ ├── [2.7K] 18.txt
│ │ │ │ │ └── [3.5K] 40_m20_m40.txt
│ │ │ │ ├── [4.0K] bm
│ │ │ │ │ ├── [1.4K] b2g.ktb
│ │ │ │ │ ├── [ 940] b9b10.kti
│ │ │ │ │ ├── [1.3K] b9b11b10.kti
│ │ │ │ │ ├── [1.3K] command.kti
│ │ │ │ │ ├── [ 887] connect.ktb
│ │ │ │ │ ├── [ 862] conny.ktb
│ │ │ │ │ ├── [2.6K] d6.kti
│ │ │ │ │ ├── [ 863] default.ktb
│ │ │ │ │ ├── [1.0K] display6.kti
│ │ │ │ │ ├── [2.2K] display7.kti
│ │ │ │ │ ├── [ 846] dm80p.ktb
│ │ │ │ │ ├── [1.8K] front10.kti
│ │ │ │ │ ├── [1.2K] front6.kti
│ │ │ │ │ ├── [1.4K] horizontal.kti
│ │ │ │ │ ├── [1.2K] inka.ktb
│ │ │ │ │ ├── [ 897] joystick.kti
│ │ │ │ │ ├── [3.3K] keyboard.kti
│ │ │ │ │ ├── [ 902] navpad.kti
│ │ │ │ │ ├── [2.4K] NLS_Zoomax.ktb
│ │ │ │ │ ├── [1.5K] orbit.ktb
│ │ │ │ │ ├── [ 883] pro.ktb
│ │ │ │ │ ├── [ 861] pronto.ktb
│ │ │ │ │ ├── [ 865] pv.ktb
│ │ │ │ │ ├── [1.2K] rb.ktb
│ │ │ │ │ ├── [1.5K] routing6.kti
│ │ │ │ │ ├── [1.3K] routing7.kti
│ │ │ │ │ ├── [ 884] routing.kti
│ │ │ │ │ ├── [1.3K] status.kti
│ │ │ │ │ ├── [ 863] sv.ktb
│ │ │ │ │ ├── [ 864] ultra.ktb
│ │ │ │ │ ├── [ 844] v40.ktb
│ │ │ │ │ ├── [ 884] v80.ktb
│ │ │ │ │ ├── [ 998] vertical.kti
│ │ │ │ │ ├── [1.3K] vk.ktb
│ │ │ │ │ └── [1.3K] wheels.kti
│ │ │ │ ├── [4.0K] bn
│ │ │ │ │ ├── [6.2K] all.ktb
│ │ │ │ │ └── [ 935] input.kti
│ │ │ │ ├── [4.0K] bp
│ │ │ │ │ └── [6.8K] all.kti
│ │ │ │ ├── [4.0K] cb
│ │ │ │ │ └── [2.4K] all.ktb
│ │ │ │ ├── [4.0K] ce
│ │ │ │ │ ├── [3.5K] all.ktb
│ │ │ │ │ └── [ 970] novem.ktb
│ │ │ │ ├── [4.0K] chords.kti
│ │ │ │ ├── [4.0K] cn
│ │ │ │ │ └── [1.9K] all.ktb
│ │ │ │ ├── [4.0K] ec
│ │ │ │ │ ├── [ 863] all.txt
│ │ │ │ │ └── [ 938] spanish.txt
│ │ │ │ ├── [4.0K] eu
│ │ │ │ │ ├── [1.2K] all.txt
│ │ │ │ │ ├── [2.2K] braille.kti
│ │ │ │ │ ├── [1.9K] clio.ktb
│ │ │ │ │ ├── [ 821] common.kti
│ │ │ │ │ ├── [ 900] esys_large.ktb
│ │ │ │ │ ├── [ 886] esys_medium.ktb
│ │ │ │ │ ├── [ 869] esys_small.ktb
│ │ │ │ │ ├── [4.9K] esytime.ktb
│ │ │ │ │ ├── [1.9K] iris.ktb
│ │ │ │ │ ├── [2.0K] joysticks.kti
│ │ │ │ │ ├── [1.1K] routing.kti
│ │ │ │ │ ├── [1.3K] sw12.kti
│ │ │ │ │ ├── [ 861] sw34.kti
│ │ │ │ │ └── [ 872] sw56.kti
│ │ │ │ ├── [4.0K] fa
│ │ │ │ │ └── [3.2K] all.ktb
│ │ │ │ ├── [4.0K] fs
│ │ │ │ │ ├── [1.9K] bumpers.kti
│ │ │ │ │ ├── [2.2K] common.kti
│ │ │ │ │ ├── [1013] focus14.ktb
│ │ │ │ │ ├── [ 971] focus1.ktb
│ │ │ │ │ ├── [1013] focus40.ktb
│ │ │ │ │ ├── [1.0K] focus80.ktb
│ │ │ │ │ ├── [2.0K] focus.kti
│ │ │ │ │ ├── [1.5K] keyboard.kti
│ │ │ │ │ ├── [1.6K] pacmate.ktb
│ │ │ │ │ ├── [1.8K] rockers.kti
│ │ │ │ │ └── [1.9K] speech.kti
│ │ │ │ ├── [4.0K] hd
│ │ │ │ │ ├── [2.4K] mbl.ktb
│ │ │ │ │ └── [2.5K] pfl.ktb
│ │ │ │ ├── [4.0K] hm
│ │ │ │ │ ├── [ 877] beetle.ktb
│ │ │ │ │ ├── [1.0K] braille.kti
│ │ │ │ │ ├── [ 803] common.kti
│ │ │ │ │ ├── [1.2K] contexts.kti
│ │ │ │ │ ├── [1.1K] edge.ktb
│ │ │ │ │ ├── [1.1K] f14.kti
│ │ │ │ │ ├── [1.1K] f18.kti
│ │ │ │ │ ├── [1.9K] fnkey.kti
│ │ │ │ │ ├── [1.1K] left.kti
│ │ │ │ │ ├── [2.3K] letters.kti
│ │ │ │ │ ├── [ 901] pan.ktb
│ │ │ │ │ ├── [1.1K] pan.kti
│ │ │ │ │ ├── [ 887] qwerty.ktb
│ │ │ │ │ ├── [4.0K] qwerty.kti
│ │ │ │ │ ├── [1.1K] right.kti
│ │ │ │ │ ├── [ 905] scroll.ktb
│ │ │ │ │ ├── [2.1K] scroll.kti
│ │ │ │ │ └── [ 908] sync.ktb
│ │ │ │ ├── [4.0K] ht
│ │ │ │ │ ├── [ 828] ab.ktb
│ │ │ │ │ ├── [ 873] ab.kti
│ │ │ │ │ ├── [ 851] ab_s.ktb
│ │ │ │ │ ├── [ 876] ac4.ktb
│ │ │ │ │ ├── [ 875] alo.ktb
│ │ │ │ │ ├── [ 860] as40.ktb
│ │ │ │ │ ├── [ 866] bb.ktb
│ │ │ │ │ ├── [ 832] bbp.ktb
│ │ │ │ │ ├── [1.7K] bkwm.ktb
│ │ │ │ │ ├── [ 823] brln.ktb
│ │ │ │ │ ├── [ 829] bs40.ktb
│ │ │ │ │ ├── [ 848] bs80.ktb
│ │ │ │ │ ├── [1.4K] bs.kti
│ │ │ │ │ ├── [ 832] cb40.ktb
│ │ │ │ │ ├── [1.6K] dots.kti
│ │ │ │ │ ├── [1.2K] easy.ktb
│ │ │ │ │ ├── [1.1K] input.kti
│ │ │ │ │ ├── [ 958] joystick.kti
│ │ │ │ │ ├── [2.9K] keypad.kti
│ │ │ │ │ ├── [ 851] mc88.ktb
│ │ │ │ │ ├── [1.3K] mdlr.ktb
│ │ │ │ │ ├── [ 834] me64.ktb
│ │ │ │ │ ├── [ 853] me88.ktb
│ │ │ │ │ ├── [1.2K] me.kti
│ │ │ │ │ ├── [2.6K] rockers.kti
│ │ │ │ │ └── [1.1K] wave.ktb
│ │ │ │ ├── [4.0K] hw
│ │ │ │ │ ├── [ 852] B80.ktb
│ │ │ │ │ ├── [ 894] BI14.ktb
│ │ │ │ │ ├── [ 874] BI20X.ktb
│ │ │ │ │ ├── [ 873] BI32.ktb
│ │ │ │ │ ├── [ 873] BI40.ktb
│ │ │ │ │ ├── [ 874] BI40X.ktb
│ │ │ │ │ ├── [1.3K] braille.kti
│ │ │ │ │ ├── [ 863] C20.ktb
│ │ │ │ │ ├── [ 835] command.kti
│ │ │ │ │ ├── [2.1K] joystick.kti
│ │ │ │ │ ├── [ 841] M40.ktb
│ │ │ │ │ ├── [ 858] NLS.ktb
│ │ │ │ │ ├── [ 867] one.ktb
│ │ │ │ │ ├── [ 884] routing.kti
│ │ │ │ │ ├── [2.0K] thumb.kti
│ │ │ │ │ └── [ 874] touch.ktb
│ │ │ │ ├── [4.0K] ic
│ │ │ │ │ ├── [1.2K] bb.ktb
│ │ │ │ │ ├── [2.8K] chords.kti
│ │ │ │ │ ├── [1.7K] common.kti
│ │ │ │ │ ├── [1.9K] nvda.ktb
│ │ │ │ │ ├── [1.8K] route.kti
│ │ │ │ │ └── [ 949] toggle.kti
│ │ │ │ ├── [4.0K] ir
│ │ │ │ │ ├── [1.4K] all.kti
│ │ │ │ │ ├── [3.2K] brl.ktb
│ │ │ │ │ └── [1.6K] pc.ktb
│ │ │ │ ├── [4.0K] lb
│ │ │ │ │ └── [ 63] all.txt
│ │ │ │ ├── [4.0K] lt
│ │ │ │ │ └── [ 865] all.txt
│ │ │ │ ├── [4.0K] mb
│ │ │ │ │ └── [1.6K] all.txt
│ │ │ │ ├── [4.0K] md
│ │ │ │ │ ├── [1.7K] common.kti
│ │ │ │ │ ├── [ 909] default.ktb
│ │ │ │ │ ├── [1.6K] fkeys.kti
│ │ │ │ │ ├── [ 850] fk.ktb
│ │ │ │ │ ├── [ 886] fk_s.ktb
│ │ │ │ │ ├── [ 848] kbd.ktb
│ │ │ │ │ ├── [ 953] keyboard.kti
│ │ │ │ │ └── [ 903] status.kti
│ │ │ │ ├── [1001] menu.kti
│ │ │ │ ├── [4.0K] mm
│ │ │ │ │ ├── [2.3K] common.kti
│ │ │ │ │ ├── [2.5K] pocket.ktb
│ │ │ │ │ └── [2.6K] smart.ktb
│ │ │ │ ├── [4.0K] mn
│ │ │ │ │ └── [2.0K] all.txt
│ │ │ │ ├── [4.0K] mt
│ │ │ │ │ ├── [ 831] bd1_3.ktb
│ │ │ │ │ ├── [1.5K] bd1_3.kti
│ │ │ │ │ ├── [ 867] bd1_3s.ktb
│ │ │ │ │ ├── [ 831] bd1_6.ktb
│ │ │ │ │ ├── [1.6K] bd1_6.kti
│ │ │ │ │ ├── [ 867] bd1_6s.ktb
│ │ │ │ │ ├── [ 800] bd2.ktb
│ │ │ │ │ └── [ 806] status.kti
│ │ │ │ ├── [4.0K] no
│ │ │ │ │ └── [ 27] all.txt
│ │ │ │ ├── [4.0K] np
│ │ │ │ │ └── [1.2K] all.ktb
│ │ │ │ ├── [4.0K] pg
│ │ │ │ │ └── [2.3K] all.ktb
│ │ │ │ ├── [4.0K] pm
│ │ │ │ │ ├── [ 863] 2d_l.ktb
│ │ │ │ │ ├── [ 864] 2d_s.ktb
│ │ │ │ │ ├── [2.6K] bar.kti
│ │ │ │ │ ├── [ 859] c_486.ktb
│ │ │ │ │ ├── [ 860] c.ktb
│ │ │ │ │ ├── [ 875] el_2d_40.ktb
│ │ │ │ │ ├── [ 875] el_2d_66.ktb
│ │ │ │ │ ├── [ 875] el_2d_80.ktb
│ │ │ │ │ ├── [ 854] el2d_80s.ktb
│ │ │ │ │ ├── [ 874] el40c.ktb
│ │ │ │ │ ├── [ 891] el_40_p.ktb
│ │ │ │ │ ├── [ 850] el40s.ktb
│ │ │ │ │ ├── [ 874] el60c.ktb
│ │ │ │ │ ├── [ 850] el66s.ktb
│ │ │ │ │ ├── [ 850] el70s.ktb
│ │ │ │ │ ├── [ 874] el80c.ktb
│ │ │ │ │ ├── [ 852] el80_ii.ktb
│ │ │ │ │ ├── [ 871] el_80.ktb
│ │ │ │ │ ├── [ 850] el80s.ktb
│ │ │ │ │ ├── [ 893] elba_20.ktb
│ │ │ │ │ ├── [ 893] elba_32.ktb
│ │ │ │ │ ├── [ 859] elb_tr_20.ktb
│ │ │ │ │ ├── [ 859] elb_tr_32.ktb
│ │ │ │ │ ├── [3.5K] front13.kti
│ │ │ │ │ ├── [1.7K] front9.kti
│ │ │ │ │ ├── [ 861] ib_80.ktb
│ │ │ │ │ ├── [1.2K] keyboard.kti
│ │ │ │ │ ├── [3.6K] keys.kti
│ │ │ │ │ ├── [ 894] live.ktb
│ │ │ │ │ ├── [1.1K] routing.kti
│ │ │ │ │ ├── [ 856] status0.kti
│ │ │ │ │ ├── [1.5K] status13.kti
│ │ │ │ │ ├── [1.9K] status20.kti
│ │ │ │ │ ├── [2.0K] status22.kti
│ │ │ │ │ ├── [ 967] status2.kti
│ │ │ │ │ ├── [1018] status4.kti
│ │ │ │ │ ├── [4.8K] switches.kti
│ │ │ │ │ └── [ 870] trio.ktb
│ │ │ │ ├── [4.0K] sk
│ │ │ │ │ ├── [2.8K] bdp.ktb
│ │ │ │ │ └── [4.3K] ntk.ktb
│ │ │ │ ├── [1.9K] speech.kti
│ │ │ │ ├── [4.0K] tn
│ │ │ │ │ └── [1.5K] all.txt
│ │ │ │ ├── [ 921] toggle.kti
│ │ │ │ ├── [4.0K] ts
│ │ │ │ │ ├── [ 823] nav20.ktb
│ │ │ │ │ ├── [ 823] nav40.ktb
│ │ │ │ │ ├── [ 895] nav80.ktb
│ │ │ │ │ ├── [4.2K] nav.kti
│ │ │ │ │ ├── [1.4K] nav_large.kti
│ │ │ │ │ ├── [1.4K] nav_small.kti
│ │ │ │ │ ├── [ 898] pb40.ktb
│ │ │ │ │ ├── [ 898] pb65.ktb
│ │ │ │ │ ├── [ 898] pb80.ktb
│ │ │ │ │ ├── [3.0K] pb.kti
│ │ │ │ │ ├── [1.0K] pb_large.kti
│ │ │ │ │ ├── [1.3K] pb_small.kti
│ │ │ │ │ └── [1.6K] routing.kti
│ │ │ │ ├── [4.0K] tt
│ │ │ │ │ └── [ 706] all.txt
│ │ │ │ ├── [4.0K] vd
│ │ │ │ │ └── [ 745] all.txt
│ │ │ │ ├── [4.0K] vo
│ │ │ │ │ ├── [ 812] all.ktb
│ │ │ │ │ ├── [2.6K] all.kti
│ │ │ │ │ └── [ 825] bp.ktb
│ │ │ │ ├── [4.0K] vr
│ │ │ │ │ └── [ 66] all.txt
│ │ │ │ └── [4.0K] vs
│ │ │ │ └── [ 374] all.txt
│ │ │ ├── [4.0K] Keyboard
│ │ │ │ ├── [1.6K] braille.ktb
│ │ │ │ ├── [1.4K] braille.kti
│ │ │ │ ├── [ 836] desktop.ktb
│ │ │ │ ├── [2.1K] desktop.kti
│ │ │ │ ├── [3.2K] keypad.ktb
│ │ │ │ ├── [1.4K] kp_say.kti
│ │ │ │ ├── [1.7K] kp_speak.kti
│ │ │ │ ├── [3.6K] laptop.ktb
│ │ │ │ └── [1.5K] sun_type6.ktb
│ │ │ └── [4.0K] Text
│ │ │ ├── [2.4K] alias.tti
│ │ │ ├── [8.8K] ar.ttb
│ │ │ ├── [1004] ascii-basic.tti
│ │ │ ├── [ 877] as.ttb
│ │ │ ├── [ 878] awa.ttb
│ │ │ ├── [4.7K] bengali.tti
│ │ │ ├── [1.3K] bg.ttb
│ │ │ ├── [ 878] bh.ttb
│ │ │ ├── [1.2K] blocks.tti
│ │ │ ├── [ 876] bn.ttb
│ │ │ ├── [ 953] bo.ttb
│ │ │ ├── [ 11K] boxes.tti
│ │ │ ├── [ 876] bra.ttb
│ │ │ ├── [2.8K] brf.ttb
│ │ │ ├── [1.1K] common.tti
│ │ │ ├── [9.3K] cs.ttb
│ │ │ ├── [2.1K] ctl-latin.tti
│ │ │ ├── [5.4K] cy.ttb
│ │ │ ├── [ 12K] da-1252.ttb
│ │ │ ├── [ 11K] da-lt.ttb
│ │ │ ├── [ 11K] da.ttb
│ │ │ ├── [1.4K] de-chess.tti
│ │ │ ├── [9.5K] de.ttb
│ │ │ ├── [5.8K] devanagari.tti
│ │ │ ├── [ 876] dra.ttb
│ │ │ ├── [3.5K] el.ttb
│ │ │ ├── [6.3K] en_CA.ttb
│ │ │ ├── [1.4K] en-chess.tti
│ │ │ ├── [9.5K] en_GB.ttb
│ │ │ ├── [2.7K] en-na-ascii.tti
│ │ │ ├── [ 20K] en-nabcc.ttb
│ │ │ ├── [ 833] en.ttb
│ │ │ ├── [9.1K] en_US.ttb
│ │ │ ├── [2.3K] eo.ttb
│ │ │ ├── [ 11K] es.ttb
│ │ │ ├── [2.0K] et.ttb
│ │ │ ├── [9.2K] fi.ttb
│ │ │ ├── [ 12K] fr-2007.ttb
│ │ │ ├── [9.0K] fr_CA.ttb
│ │ │ ├── [ 11K] fr-cbifs.ttb
│ │ │ ├── [9.3K] fr_FR.ttb
│ │ │ ├── [ 831] fr.ttb
│ │ │ ├── [ 13K] fr-vs.ttb
│ │ │ ├── [2.1K] ga.ttb
│ │ │ ├── [3.3K] gd.ttb
│ │ │ ├── [ 896] gon.ttb
│ │ │ ├── [ 22K] greek.tti
│ │ │ ├── [5.1K] gujarati.tti
│ │ │ ├── [4.8K] gurmukhi.tti
│ │ │ ├── [ 878] gu.ttb
│ │ │ ├── [5.0K] he.ttb
│ │ │ ├── [ 877] hi.ttb
│ │ │ ├── [ 11K] hr.ttb
│ │ │ ├── [4.4K] hu.ttb
│ │ │ ├── [6.0K] hy.ttb
│ │ │ ├── [9.2K] is.ttb
│ │ │ ├── [9.2K] it.ttb
│ │ │ ├── [5.1K] kannada.tti
│ │ │ ├── [ 874] kha.ttb
│ │ │ ├── [ 876] kn.ttb
│ │ │ ├── [ 879] kok.ttb
│ │ │ ├── [ 878] kru.ttb
│ │ │ ├── [ 57K] ltr-alias.tti
│ │ │ ├── [5.8K] ltr-cyrillic.tti
│ │ │ ├── [3.7K] ltr-dot8.tti
│ │ │ ├── [3.6K] ltr-latin.tti
│ │ │ ├── [4.7K] ltr-tibetan.tti
│ │ │ ├── [7.4K] lt.ttb
│ │ │ ├── [ 13K] lv.ttb
│ │ │ ├── [5.2K] malayalam.tti
│ │ │ ├── [1.2K] mg.ttb
│ │ │ ├── [1.2K] mi.ttb
│ │ │ ├── [ 880] ml.ttb
│ │ │ ├── [ 877] mni.ttb
│ │ │ ├── [ 879] mr.ttb
│ │ │ ├── [2.1K] mt.ttb
│ │ │ ├── [ 874] mun.ttb
│ │ │ ├── [ 879] mwr.ttb
│ │ │ ├── [ 878] ne.ttb
│ │ │ ├── [ 898] new.ttb
│ │ │ ├── [9.6K] nl_BE.ttb
│ │ │ ├── [9.1K] nl_NL.ttb
│ │ │ ├── [ 828] nl.ttb
│ │ │ ├── [ 11K] no-generic.ttb
│ │ │ ├── [ 11K] no-oup.ttb
│ │ │ ├── [ 833] no.ttb
│ │ │ ├── [5.0K] num-alias.tti
│ │ │ ├── [1.4K] num-dot6.tti
│ │ │ ├── [1.5K] num-dot8.tti
│ │ │ ├── [1.4K] num-french.tti
│ │ │ ├── [1.5K] num-nemd8.tti
│ │ │ ├── [1.5K] num-nemeth.tti
│ │ │ ├── [ 904] nwc.ttb
│ │ │ ├── [4.7K] oriya.tti
│ │ │ ├── [ 872] or.ttb
│ │ │ ├── [ 877] pa.ttb
│ │ │ ├── [ 876] pi.ttb
│ │ │ ├── [9.5K] pl.ttb
│ │ │ ├── [9.1K] pt.ttb
│ │ │ ├── [2.3K] punc-alternate.tti
│ │ │ ├── [1.4K] punc-basic.tti
│ │ │ ├── [1.0K] punc-tibetan.tti
│ │ │ ├── [2.5K] ro.ttb
│ │ │ ├── [2.9K] ru.ttb
│ │ │ ├── [ 880] sa.ttb
│ │ │ ├── [ 917] sat.ttb
│ │ │ ├── [ 878] sd.ttb
│ │ │ ├── [1.8K] se.ttb
│ │ │ ├── [5.3K] sk.ttb
│ │ │ ├── [9.6K] sl.ttb
│ │ │ ├── [ 11K] sv-1989.ttb
│ │ │ ├── [8.9K] sv-1996.ttb
│ │ │ ├── [ 832] sv.ttb
│ │ │ ├── [1.2K] sw.ttb
│ │ │ ├── [4.2K] tamil.tti
│ │ │ ├── [ 872] ta.ttb
│ │ │ ├── [5.0K] telugu.tti
│ │ │ ├── [ 874] te.ttb
│ │ │ ├── [2.8K] tr.ttb
│ │ │ ├── [2.9K] uk.ttb
│ │ │ ├── [ 12K] vi.ttb
│ │ │ └── [5.4K] win-1252.tti
│ │ ├── [ 29K] brltty.conf
│ │ ├── [4.0K] ca-certificates
│ │ │ └── [4.0K] update.d
│ │ │ └── [2.6K] jks-keystore
│ │ ├── [6.1K] ca-certificates.conf
│ │ ├── [5.4K] ca-certificates.conf.dpkg-old
│ │ ├── [4.0K] chatscripts
│ │ │ ├── [ 950] gprs
│ │ │ ├── [ 653] pap
│ │ │ └── [ 656] provider
│ │ ├── [4.0K] console-setup
│ │ │ ├── [ 658] cached_ISO-8859-1.acm.gz
│ │ │ ├── [3.3K] cached_ISO-8859-1_del.kmap.gz
│ │ │ ├── [ 467] cached_setup_font.sh
│ │ │ ├── [ 199] cached_setup_keyboard.sh
│ │ │ ├── [ 73] cached_setup_terminal.sh
│ │ │ ├── [4.1K] cached_Uni2-Fixed16.psf.gz
│ │ │ ├── [3.9K] cached_UTF-8_del.kmap.gz
│ │ │ ├── [ 34] compose.ARMSCII-8.inc
│ │ │ ├── [ 31] compose.CP1251.inc
│ │ │ ├── [ 31] compose.CP1255.inc
│ │ │ ├── [ 31] compose.CP1256.inc
│ │ │ ├── [ 41] compose.GEORGIAN-ACADEMY.inc
│ │ │ ├── [ 36] compose.GEORGIAN-PS.inc
│ │ │ ├── [ 32] compose.IBM1133.inc
│ │ │ ├── [ 35] compose.ISIRI-3342.inc
│ │ │ ├── [ 36] compose.ISO-8859-10.inc
│ │ │ ├── [ 36] compose.ISO-8859-11.inc
│ │ │ ├── [3.6K] compose.ISO-8859-13.inc
│ │ │ ├── [2.9K] compose.ISO-8859-14.inc
│ │ │ ├── [3.5K] compose.ISO-8859-15.inc
│ │ │ ├── [ 36] compose.ISO-8859-16.inc
│ │ │ ├── [3.5K] compose.ISO-8859-1.inc
│ │ │ ├── [2.8K] compose.ISO-8859-2.inc
│ │ │ ├── [3.3K] compose.ISO-8859-3.inc
│ │ │ ├── [2.7K] compose.ISO-8859-4.inc
│ │ │ ├── [ 35] compose.ISO-8859-5.inc
│ │ │ ├── [ 35] compose.ISO-8859-6.inc
│ │ │ ├── [1.2K] compose.ISO-8859-7.inc
│ │ │ ├── [ 35] compose.ISO-8859-8.inc
│ │ │ ├── [3.5K] compose.ISO-8859-9.inc
│ │ │ ├── [ 31] compose.KOI8-R.inc
│ │ │ ├── [ 31] compose.KOI8-U.inc
│ │ │ ├── [ 32] compose.TIS-620.inc
│ │ │ ├── [ 31] compose.VISCII.inc
│ │ │ ├── [1.4K] ISO-8859-1.acm
│ │ │ ├── [1.3K] remap.inc
│ │ │ ├── [4.1K] Uni2-Fixed16.psf.gz
│ │ │ ├── [ 158] vtrgb
│ │ │ └── [ 155] vtrgb.vga
│ │ ├── [4.0K] cracklib
│ │ │ └── [1.8K] cracklib.conf
│ │ ├── [4.0K] cron.d
│ │ │ ├── [ 219] anacron
│ │ │ └── [ 201] e2scrub_all
│ │ ├── [4.0K] cron.daily
│ │ │ ├── [ 311] 0anacron
│ │ │ ├── [ 376] apport
│ │ │ ├── [1.4K] apt-compat
│ │ │ ├── [ 384] cracklib-runtime
│ │ │ ├── [ 123] dpkg
│ │ │ ├── [ 377] logrotate
│ │ │ └── [1.3K] man-db
│ │ ├── [4.0K] cron.hourly
│ │ ├── [4.0K] cron.monthly
│ │ │ └── [ 313] 0anacron
│ │ ├── [1.1K] crontab
│ │ ├── [4.0K] cron.weekly
│ │ │ ├── [ 312] 0anacron
│ │ │ └── [1020] man-db
│ │ ├── [4.0K] cups
│ │ │ ├── [ 30K] cups-browsed.conf
│ │ │ ├── [6.4K] cupsd.conf
│ │ │ ├── [2.8K] cups-files.conf
│ │ │ ├── [ 240] raw.convs
│ │ │ ├── [ 211] raw.types
│ │ │ ├── [ 142] snmp.conf
│ │ │ ├── [ 682] subscriptions.conf
│ │ │ └── [ 682] subscriptions.conf.O
│ │ ├── [4.0K] cupshelpers
│ │ │ └── [ 10K] preferreddrivers.xml
│ │ ├── [4.0K] dbus-1
│ │ │ └── [4.0K] system.d
│ │ │ ├── [1.1K] avahi-dbus.conf
│ │ │ ├── [1.3K] bluetooth.conf
│ │ │ ├── [ 752] com.hp.hplip.conf
│ │ │ ├── [ 792] com.redhat.NewPrinterNotification.conf
│ │ │ ├── [ 799] com.redhat.PrinterDriversInstaller.conf
│ │ │ ├── [ 785] com.ubuntu.LanguageSelector.conf
│ │ │ ├── [ 662] com.ubuntu.SoftwareProperties.conf
│ │ │ ├── [ 766] com.ubuntu.USBCreator.conf
│ │ │ ├── [ 929] com.ubuntu.WhoopsiePreferences.conf
│ │ │ ├── [ 652] dnsmasq.conf
│ │ │ ├── [3.8K] gdm.conf
│ │ │ ├── [1016] kerneloops.conf
│ │ │ ├── [ 860] net.hadess.PowerProfiles.conf
│ │ │ ├── [2.0K] net.hadess.SensorProxy.conf
│ │ │ ├── [ 929] net.hadess.SwitcherooControl.conf
│ │ │ ├── [ 434] org.debian.apt.conf
│ │ │ ├── [ 711] org.freedesktop.GeoClue2.Agent.conf
│ │ │ ├── [1.4K] org.freedesktop.GeoClue2.conf
│ │ │ ├── [ 15K] org.freedesktop.ModemManager1.conf
│ │ │ ├── [1.3K] org.freedesktop.PackageKit.conf
│ │ │ ├── [ 930] org.freedesktop.thermald.conf
│ │ │ ├── [ 545] org.opensuse.CupsPkHelper.Mechanism.conf
│ │ │ ├── [1.1K] pulseaudio-system.conf
│ │ │ └── [1009] wpa_supplicant.conf
│ │ ├── [4.0K] dconf
│ │ │ ├── [4.0K] db
│ │ │ │ ├── [2.9K] ibus
│ │ │ │ └── [4.0K] ibus.d
│ │ │ │ └── [1.5K] 00-upstream-settings
│ │ │ └── [4.0K] profile
│ │ │ └── [ 28] ibus
│ │ ├── [2.9K] debconf.conf
│ │ ├── [ 13] debian_version
│ │ ├── [4.0K] default
│ │ │ ├── [ 346] acpid
│ │ │ ├── [4.8K] acpi-support
│ │ │ ├── [ 638] alsa
│ │ │ ├── [ 328] amd64-microcode
│ │ │ ├── [ 830] anacron
│ │ │ ├── [ 149] apport
│ │ │ ├── [ 219] avahi-daemon
│ │ │ ├── [ 384] cacerts
│ │ │ ├── [ 285] console-setup
│ │ │ ├── [ 150] cron
│ │ │ ├── [ 297] dbus
│ │ │ ├── [1.2K] grub
│ │ │ ├── [4.0K] grub.d
│ │ │ │ └── [ 274] init-select.cfg
│ │ │ ├── [1.7K] im-config
│ │ │ ├── [1.0K] intel-microcode
│ │ │ ├── [1.4K] irqbalance
│ │ │ ├── [ 84] kerneloops
│ │ │ ├── [ 150] keyboard
│ │ │ ├── [ 303] locale
│ │ │ ├── [ 152] networkd-dispatcher
│ │ │ ├── [1.2K] openvpn
│ │ │ ├── [2.0K] rsync
│ │ │ ├── [ 110] saned
│ │ │ ├── [ 133] ssh
│ │ │ ├── [1.9K] ufw
│ │ │ └── [1.1K] useradd
│ │ ├── [ 604] deluser.conf
│ │ ├── [4.0K] depmod.d
│ │ │ └── [ 31] ubuntu.conf
│ │ ├── [4.0K] dhcp
│ │ │ ├── [1.4K] debug
│ │ │ ├── [1.7K] dhclient.conf
│ │ │ ├── [4.0K] dhclient-enter-hooks.d
│ │ │ │ ├── [1.1K] avahi-autoipd
│ │ │ │ ├── [ 8] debug -> ../debug
│ │ │ │ └── [ 421] resolved-enter
│ │ │ └── [4.0K] dhclient-exit-hooks.d
│ │ │ ├── [ 8] debug -> ../debug
│ │ │ ├── [5.4K] resolved
│ │ │ ├── [1.7K] rfc3442-classless-routes
│ │ │ ├── [1.4K] timesyncd
│ │ │ └── [1.1K] zzz_avahi-autoipd
│ │ ├── [4.0K] dictionaries-common
│ │ │ ├── [ 0] ispell-default
│ │ │ └── [ 32] words -> /usr/share/dict/american-english
│ │ ├── [4.0K] dpkg
│ │ │ ├── [ 446] dpkg.cfg
│ │ │ ├── [4.0K] dpkg.cfg.d
│ │ │ │ └── [ 204] pkg-config-hook-config
│ │ │ └── [4.0K] origins
│ │ │ ├── [ 83] debian
│ │ │ ├── [ 6] default -> ubuntu
│ │ │ └── [ 114] ubuntu
│ │ ├── [ 685] e2scrub.conf
│ │ ├── [4.0K] emacs
│ │ │ └── [4.0K] site-start.d
│ │ │ └── [1.8K] 50dictionaries-common.el
│ │ ├── [ 106] environment
│ │ ├── [4.0K] environment.d
│ │ │ ├── [ 57] 90atk-adaptor.conf
│ │ │ └── [ 19] 90qt-a11y.conf
│ │ ├── [4.0K] etc
│ │ │ ├── [4.0K] acpi
│ │ │ │ ├── [ 391] asus-keyboard-backlight.sh
│ │ │ │ ├── [ 180] asus-wireless.sh
│ │ │ │ ├── [4.0K] events
│ │ │ │ │ ├── [ 271] asus-keyboard-backlight-down
│ │ │ │ │ ├── [ 265] asus-keyboard-backlight-up
│ │ │ │ │ ├── [ 73] asus-wireless-off
│ │ │ │ │ ├── [ 72] asus-wireless-on
│ │ │ │ │ ├── [ 223] ibm-wireless
│ │ │ │ │ ├── [ 67] lenovo-undock
│ │ │ │ │ ├── [ 277] thinkpad-cmos
│ │ │ │ │ └── [ 222] tosh-wireless
│ │ │ │ ├── [ 608] ibm-wireless.sh
│ │ │ │ ├── [ 455] tosh-wireless.sh
│ │ │ │ └── [ 238] undock.sh
│ │ │ ├── [3.0K] adduser.conf
│ │ │ ├── [4.0K] alsa
│ │ │ │ └── [4.0K] conf.d
│ │ │ │ ├── [ 46] 10-samplerate.conf -> /usr/share/alsa/alsa.conf.d/10-samplerate.conf
│ │ │ │ ├── [ 45] 10-speexrate.conf -> /usr/share/alsa/alsa.conf.d/10-speexrate.conf
│ │ │ │ ├── [ 48] 50-arcam-av-ctl.conf -> /usr/share/alsa/alsa.conf.d/50-arcam-av-ctl.conf
│ │ │ │ ├── [ 40] 50-jack.conf -> /usr/share/alsa/alsa.conf.d/50-jack.conf
│ │ │ │ ├── [ 39] 50-oss.conf -> /usr/share/alsa/alsa.conf.d/50-oss.conf
│ │ │ │ ├── [ 46] 50-pulseaudio.conf -> /usr/share/alsa/alsa.conf.d/50-pulseaudio.conf
│ │ │ │ ├── [ 41] 60-upmix.conf -> /usr/share/alsa/alsa.conf.d/60-upmix.conf
│ │ │ │ ├── [ 44] 60-vdownmix.conf -> /usr/share/alsa/alsa.conf.d/60-vdownmix.conf
│ │ │ │ ├── [ 46] 98-usb-stream.conf -> /usr/share/alsa/alsa.conf.d/98-usb-stream.conf
│ │ │ │ ├── [ 201] 99-pulseaudio-default.conf.example
│ │ │ │ └── [ 38] 99-pulse.conf -> /usr/share/alsa/alsa.conf.d/pulse.conf
│ │ │ ├── [4.0K] alternatives
│ │ │ │ ├── [ 23] arptables -> /usr/sbin/arptables-nft
│ │ │ │ ├── [ 31] arptables-restore -> /usr/sbin/arptables-nft-restore
│ │ │ │ ├── [ 28] arptables-save -> /usr/sbin/arptables-nft-save
│ │ │ │ ├── [ 13] awk -> /usr/bin/mawk
│ │ │ │ ├── [ 29] awk.1.gz -> /usr/share/man/man1/mawk.1.gz
│ │ │ │ ├── [ 38] builtins.7.gz -> /usr/share/man/man7/bash-builtins.7.gz
│ │ │ │ ├── [ 12] c++ -> /usr/bin/g++
│ │ │ │ ├── [ 28] c++.1.gz -> /usr/share/man/man1/g++.1.gz
│ │ │ │ ├── [ 16] c89 -> /usr/bin/c89-gcc
│ │ │ │ ├── [ 32] c89.1.gz -> /usr/share/man/man1/c89-gcc.1.gz
│ │ │ │ ├── [ 16] c99 -> /usr/bin/c99-gcc
│ │ │ │ ├── [ 32] c99.1.gz -> /usr/share/man/man1/c99-gcc.1.gz
│ │ │ │ ├── [ 12] cc -> /usr/bin/gcc
│ │ │ │ ├── [ 28] cc.1.gz -> /usr/share/man/man1/gcc.1.gz
│ │ │ │ ├── [ 12] cpp -> /usr/bin/cpp
│ │ │ │ ├── [ 45] default.plymouth -> /usr/share/plymouth/themes/bgrt/bgrt.plymouth
│ │ │ │ ├── [ 22] ebtables -> /usr/sbin/ebtables-nft
│ │ │ │ ├── [ 30] ebtables-restore -> /usr/sbin/ebtables-nft-restore
│ │ │ │ ├── [ 27] ebtables-save -> /usr/sbin/ebtables-nft-save
│ │ │ │ ├── [ 9] editor -> /bin/nano
│ │ │ │ ├── [ 29] editor.1.gz -> /usr/share/man/man1/nano.1.gz
│ │ │ │ ├── [ 18] ex -> /usr/bin/vim.basic
│ │ │ │ ├── [ 28] ex.1.gz -> /usr/share/man/man1/vim.1.gz
│ │ │ │ ├── [ 31] ex.da.1.gz -> /usr/share/man/da/man1/vim.1.gz
│ │ │ │ ├── [ 31] ex.de.1.gz -> /usr/share/man/de/man1/vim.1.gz
│ │ │ │ ├── [ 31] ex.fr.1.gz -> /usr/share/man/fr/man1/vim.1.gz
│ │ │ │ ├── [ 31] ex.it.1.gz -> /usr/share/man/it/man1/vim.1.gz
│ │ │ │ ├── [ 31] ex.ja.1.gz -> /usr/share/man/ja/man1/vim.1.gz
│ │ │ │ ├── [ 31] ex.pl.1.gz -> /usr/share/man/pl/man1/vim.1.gz
│ │ │ │ ├── [ 31] ex.ru.1.gz -> /usr/share/man/ru/man1/vim.1.gz
│ │ │ │ ├── [ 14] ftp -> /usr/bin/tnftp
│ │ │ │ ├── [ 30] ftp.1.gz -> /usr/share/man/man1/tnftp.1.gz
│ │ │ │ ├── [ 25] futurize -> /usr/bin/python3-futurize
│ │ │ │ ├── [ 39] gdm-smartcard -> /etc/pam.d/gdm-smartcard-sssd-exclusive
│ │ │ │ ├── [ 61] gdm-theme.gresource -> /usr/share/gnome-shell/theme/Yaru/gnome-shell-theme.gresource
│ │ │ │ ├── [ 14] gnome-text-editor -> /usr/bin/gedit
│ │ │ │ ├── [ 30] gnome-text-editor.1.gz -> /usr/share/man/man1/gedit.1.gz
│ │ │ │ ├── [ 16] gnome-www-browser -> /usr/bin/firefox
│ │ │ │ ├── [ 33] gstreamer-codec-install -> /usr/libexec/pk-gstreamer-install
│ │ │ │ ├── [ 13] infobrowser -> /usr/bin/info
│ │ │ │ ├── [ 29] infobrowser.1.gz -> /usr/share/man/man1/info.1.gz
│ │ │ │ ├── [ 23] ip6tables -> /usr/sbin/ip6tables-nft
│ │ │ │ ├── [ 31] ip6tables-restore -> /usr/sbin/ip6tables-nft-restore
│ │ │ │ ├── [ 28] ip6tables-save -> /usr/sbin/ip6tables-nft-save
│ │ │ │ ├── [ 22] iptables -> /usr/sbin/iptables-nft
│ │ │ │ ├── [ 30] iptables-restore -> /usr/sbin/iptables-nft-restore
│ │ │ │ ├── [ 27] iptables-save -> /usr/sbin/iptables-nft-save
│ │ │ │ ├── [ 43] java -> /usr/lib/jvm/java-11-openjdk-amd64/bin/java
│ │ │ │ ├── [ 53] java.1.gz -> /usr/lib/jvm/java-11-openjdk-amd64/man/man1/java.1.gz
│ │ │ │ ├── [ 44] jexec -> /usr/lib/jvm/java-11-openjdk-amd64/lib/jexec
│ │ │ │ ├── [ 49] jexec-binfmt -> /usr/lib/jvm/java-11-openjdk-amd64/lib/jar.binfmt
│ │ │ │ ├── [ 42] jjs -> /usr/lib/jvm/java-11-openjdk-amd64/bin/jjs
│ │ │ │ ├── [ 52] jjs.1.gz -> /usr/lib/jvm/java-11-openjdk-amd64/man/man1/jjs.1.gz
│ │ │ │ ├── [ 46] keytool -> /usr/lib/jvm/java-11-openjdk-amd64/bin/keytool
│ │ │ │ ├── [ 56] keytool.1.gz -> /usr/lib/jvm/java-11-openjdk-amd64/man/man1/keytool.1.gz
│ │ │ │ ├── [ 14] lzcat -> /usr/bin/xzcat
│ │ │ │ ├── [ 30] lzcat.1.gz -> /usr/share/man/man1/xzcat.1.gz
│ │ │ │ ├── [ 14] lzcmp -> /usr/bin/xzcmp
│ │ │ │ ├── [ 30] lzcmp.1.gz -> /usr/share/man/man1/xzcmp.1.gz
│ │ │ │ ├── [ 15] lzdiff -> /usr/bin/xzdiff
│ │ │ │ ├── [ 31] lzdiff.1.gz -> /usr/share/man/man1/xzdiff.1.gz
│ │ │ │ ├── [ 16] lzegrep -> /usr/bin/xzegrep
│ │ │ │ ├── [ 32] lzegrep.1.gz -> /usr/share/man/man1/xzegrep.1.gz
│ │ │ │ ├── [ 16] lzfgrep -> /usr/bin/xzfgrep
│ │ │ │ ├── [ 32] lzfgrep.1.gz -> /usr/share/man/man1/xzfgrep.1.gz
│ │ │ │ ├── [ 15] lzgrep -> /usr/bin/xzgrep
│ │ │ │ ├── [ 31] lzgrep.1.gz -> /usr/share/man/man1/xzgrep.1.gz
│ │ │ │ ├── [ 15] lzless -> /usr/bin/xzless
│ │ │ │ ├── [ 31] lzless.1.gz -> /usr/share/man/man1/xzless.1.gz
│ │ │ │ ├── [ 11] lzma -> /usr/bin/xz
│ │ │ │ ├── [ 27] lzma.1.gz -> /usr/share/man/man1/xz.1.gz
│ │ │ │ ├── [ 15] lzmore -> /usr/bin/xzmore
│ │ │ │ ├── [ 31] lzmore.1.gz -> /usr/share/man/man1/xzmore.1.gz
│ │ │ │ ├── [ 11] mt -> /bin/mt-gnu
│ │ │ │ ├── [ 31] mt.1.gz -> /usr/share/man/man1/mt-gnu.1.gz
│ │ │ │ ├── [ 13] nawk -> /usr/bin/mawk
│ │ │ │ ├── [ 29] nawk.1.gz -> /usr/share/man/man1/mawk.1.gz
│ │ │ │ ├── [ 15] nc -> /bin/nc.openbsd
│ │ │ │ ├── [ 35] nc.1.gz -> /usr/share/man/man1/nc_openbsd.1.gz
│ │ │ │ ├── [ 15] netcat -> /bin/nc.openbsd
│ │ │ │ ├── [ 35] netcat.1.gz -> /usr/share/man/man1/nc_openbsd.1.gz
│ │ │ │ ├── [ 24] newt-palette -> /etc/newt/palette.ubuntu
│ │ │ │ ├── [ 17] open -> /usr/bin/xdg-open
│ │ │ │ ├── [ 33] open.1.gz -> /usr/share/man/man1/xdg-open.1.gz
│ │ │ │ ├── [ 46] pack200 -> /usr/lib/jvm/java-11-openjdk-amd64/bin/pack200
│ │ │ │ ├── [ 56] pack200.1.gz -> /usr/lib/jvm/java-11-openjdk-amd64/man/man1/pack200.1.gz
│ │ │ │ ├── [ 13] pager -> /usr/bin/less
│ │ │ │ ├── [ 29] pager.1.gz -> /usr/share/man/man1/less.1.gz
│ │ │ │ ├── [ 27] pasteurize -> /usr/bin/python3-pasteurize
│ │ │ │ ├── [ 9] pico -> /bin/nano
│ │ │ │ ├── [ 29] pico.1.gz -> /usr/share/man/man1/nano.1.gz
│ │ │ │ ├── [ 24] pinentry -> /usr/bin/pinentry-gnome3
│ │ │ │ ├── [ 40] pinentry.1.gz -> /usr/share/man/man1/pinentry-gnome3.1.gz
│ │ │ │ ├── [ 24] pinentry-x11 -> /usr/bin/pinentry-gnome3
│ │ │ │ ├── [ 40] pinentry-x11.1.gz -> /usr/share/man/man1/pinentry-gnome3.1.gz
│ │ │ │ ├── [ 12] rcp -> /usr/bin/scp
│ │ │ │ ├── [ 28] rcp.1.gz -> /usr/share/man/man1/scp.1.gz
│ │ │ │ ├── [ 100] README
│ │ │ │ ├── [ 15] rlogin -> /usr/bin/slogin
│ │ │ │ ├── [ 31] rlogin.1.gz -> /usr/share/man/man1/slogin.1.gz
│ │ │ │ ├── [ 43] rmid -> /usr/lib/jvm/java-11-openjdk-amd64/bin/rmid
│ │ │ │ ├── [ 53] rmid.1.gz -> /usr/lib/jvm/java-11-openjdk-amd64/man/man1/rmid.1.gz
│ │ │ │ ├── [ 50] rmiregistry -> /usr/lib/jvm/java-11-openjdk-amd64/bin/rmiregistry
│ │ │ │ ├── [ 60] rmiregistry.1.gz -> /usr/lib/jvm/java-11-openjdk-amd64/man/man1/rmiregistry.1.gz
│ │ │ │ ├── [ 17] rmt -> /usr/sbin/rmt-tar
│ │ │ │ ├── [ 32] rmt.8.gz -> /usr/share/man/man8/rmt-tar.8.gz
│ │ │ │ ├── [ 12] rsh -> /usr/bin/ssh
│ │ │ │ ├── [ 28] rsh.1.gz -> /usr/share/man/man1/ssh.1.gz
│ │ │ │ ├── [ 18] rview -> /usr/bin/vim.basic
│ │ │ │ ├── [ 18] rvim -> /usr/bin/vim.basic
│ │ │ │ ├── [ 39] shimx64.efi.signed -> /usr/lib/shim/shimx64.efi.signed.latest
│ │ │ │ ├── [ 22] telnet -> /usr/bin/telnet.netkit
│ │ │ │ ├── [ 38] telnet.1.gz -> /usr/share/man/man1/telnet.netkit.1.gz
│ │ │ │ ├── [ 59] text.plymouth -> /usr/share/plymouth/themes/ubuntu-text/ubuntu-text.plymouth
│ │ │ │ ├── [ 13] unlzma -> /usr/bin/unxz
│ │ │ │ ├── [ 29] unlzma.1.gz -> /usr/share/man/man1/unxz.1.gz
│ │ │ │ ├── [ 48] unpack200 -> /usr/lib/jvm/java-11-openjdk-amd64/bin/unpack200
│ │ │ │ ├── [ 58] unpack200.1.gz -> /usr/lib/jvm/java-11-openjdk-amd64/man/man1/unpack200.1.gz
│ │ │ │ ├── [ 18] vi -> /usr/bin/vim.basic
│ │ │ │ ├── [ 28] vi.1.gz -> /usr/share/man/man1/vim.1.gz
│ │ │ │ ├── [ 31] vi.da.1.gz -> /usr/share/man/da/man1/vim.1.gz
│ │ │ │ ├── [ 31] vi.de.1.gz -> /usr/share/man/de/man1/vim.1.gz
│ │ │ │ ├── [ 18] view -> /usr/bin/vim.basic
│ │ │ │ ├── [ 28] view.1.gz -> /usr/share/man/man1/vim.1.gz
│ │ │ │ ├── [ 31] view.da.1.gz -> /usr/share/man/da/man1/vim.1.gz
│ │ │ │ ├── [ 31] view.de.1.gz -> /usr/share/man/de/man1/vim.1.gz
│ │ │ │ ├── [ 31] view.fr.1.gz -> /usr/share/man/fr/man1/vim.1.gz
│ │ │ │ ├── [ 31] view.it.1.gz -> /usr/share/man/it/man1/vim.1.gz
│ │ │ │ ├── [ 31] view.ja.1.gz -> /usr/share/man/ja/man1/vim.1.gz
│ │ │ │ ├── [ 31] view.pl.1.gz -> /usr/share/man/pl/man1/vim.1.gz
│ │ │ │ ├── [ 31] view.ru.1.gz -> /usr/share/man/ru/man1/vim.1.gz
│ │ │ │ ├── [ 31] vi.fr.1.gz -> /usr/share/man/fr/man1/vim.1.gz
│ │ │ │ ├── [ 31] vi.it.1.gz -> /usr/share/man/it/man1/vim.1.gz
│ │ │ │ ├── [ 31] vi.ja.1.gz -> /usr/share/man/ja/man1/vim.1.gz
│ │ │ │ ├── [ 18] vim -> /usr/bin/vim.basic
│ │ │ │ ├── [ 18] vimdiff -> /usr/bin/vim.basic
│ │ │ │ ├── [ 31] vi.pl.1.gz -> /usr/share/man/pl/man1/vim.1.gz
│ │ │ │ ├── [ 31] vi.ru.1.gz -> /usr/share/man/ru/man1/vim.1.gz
│ │ │ │ ├── [ 24] vtrgb -> /etc/console-setup/vtrgb
│ │ │ │ ├── [ 26] which -> /usr/bin/which.debianutils
│ │ │ │ ├── [ 42] which.1.gz -> /usr/share/man/man1/which.debianutils.1.gz
│ │ │ │ ├── [ 45] which.de1.gz -> /usr/share/man/de/man1/which.debianutils.1.gz
│ │ │ │ ├── [ 45] which.es1.gz -> /usr/share/man/es/man1/which.debianutils.1.gz
│ │ │ │ ├── [ 45] which.fr1.gz -> /usr/share/man/fr/man1/which.debianutils.1.gz
│ │ │ │ ├── [ 45] which.it1.gz -> /usr/share/man/it/man1/which.debianutils.1.gz
│ │ │ │ ├── [ 45] which.ja1.gz -> /usr/share/man/ja/man1/which.debianutils.1.gz
│ │ │ │ ├── [ 45] which.pl1.gz -> /usr/share/man/pl/man1/which.debianutils.1.gz
│ │ │ │ ├── [ 45] which.sl1.gz -> /usr/share/man/sl/man1/which.debianutils.1.gz
│ │ │ │ ├── [ 17] write -> /usr/bin/write.ul
│ │ │ │ ├── [ 33] write.1.gz -> /usr/share/man/man1/write.ul.1.gz
│ │ │ │ ├── [ 39] x-cursor-theme -> /usr/share/icons/DMZ-White/cursor.theme
│ │ │ │ ├── [ 22] x-session-manager -> /usr/bin/gnome-session
│ │ │ │ ├── [ 38] x-session-manager.1.gz -> /usr/share/man/man1/gnome-session.1.gz
│ │ │ │ ├── [ 31] x-terminal-emulator -> /usr/bin/gnome-terminal.wrapper
│ │ │ │ ├── [ 39] x-terminal-emulator.1.gz -> /usr/share/man/man1/gnome-terminal.1.gz
│ │ │ │ └── [ 16] x-www-browser -> /usr/bin/firefox
│ │ │ ├── [ 335] anacrontab
│ │ │ ├── [ 433] apg.conf
│ │ │ ├── [4.0K] apm
│ │ │ │ ├── [4.0K] resume.d
│ │ │ │ │ └── [ 17] 20alsa -> ../scripts.d/alsa
│ │ │ │ ├── [4.0K] scripts.d
│ │ │ │ │ └── [ 228] alsa
│ │ │ │ └── [4.0K] suspend.d
│ │ │ │ └── [ 17] 80alsa -> ../scripts.d/alsa
│ │ │ ├── [4.0K] apparmor
│ │ │ │ ├── [4.0K] init
│ │ │ │ │ └── [4.0K] network-interface-security
│ │ │ │ │ └── [ 33] sbin.dhclient -> ../../../apparmor.d/sbin.dhclient
│ │ │ │ └── [2.2K] parser.conf
│ │ │ ├── [4.0K] apparmor.d
│ │ │ │ ├── [4.0K] abi
│ │ │ │ │ ├── [1.9K] 3.0
│ │ │ │ │ ├── [1.6K] kernel-5.4-outoftree-network
│ │ │ │ │ └── [1.3K] kernel-5.4-vanilla
│ │ │ │ ├── [4.0K] abstractions
│ │ │ │ │ ├── [ 978] apache2-common
│ │ │ │ │ ├── [4.0K] apparmor_api
│ │ │ │ │ │ ├── [ 420] change_profile
│ │ │ │ │ │ ├── [ 504] examine
│ │ │ │ │ │ ├── [ 518] find_mountpoint
│ │ │ │ │ │ ├── [ 503] introspect
│ │ │ │ │ │ └── [ 656] is_enabled
│ │ │ │ │ ├── [ 412] aspell
│ │ │ │ │ ├── [1.9K] audio
│ │ │ │ │ ├── [1.8K] authentication
│ │ │ │ │ ├── [6.8K] base
│ │ │ │ │ ├── [1.6K] bash
│ │ │ │ │ ├── [ 903] consoles
│ │ │ │ │ ├── [ 809] crypto
│ │ │ │ │ ├── [ 820] cups-client
│ │ │ │ │ ├── [ 694] dbus
│ │ │ │ │ ├── [ 745] dbus-accessibility
│ │ │ │ │ ├── [ 760] dbus-accessibility-strict
│ │ │ │ │ ├── [1.4K] dbus-network-manager-strict
│ │ │ │ │ ├── [ 747] dbus-session
│ │ │ │ │ ├── [1010] dbus-session-strict
│ │ │ │ │ ├── [ 781] dbus-strict
│ │ │ │ │ ├── [ 344] dconf
│ │ │ │ │ ├── [ 675] dovecot-common
│ │ │ │ │ ├── [ 542] dri-common
│ │ │ │ │ ├── [ 392] dri-enumerate
│ │ │ │ │ ├── [2.2K] enchant
│ │ │ │ │ ├── [4.3K] evince
│ │ │ │ │ ├── [1.9K] exo-open
│ │ │ │ │ ├── [ 558] fcitx
│ │ │ │ │ ├── [ 821] fcitx-strict
│ │ │ │ │ ├── [2.2K] fonts
│ │ │ │ │ ├── [1.4K] freedesktop.org
│ │ │ │ │ ├── [1.5K] gio-open
│ │ │ │ │ ├── [3.7K] gnome
│ │ │ │ │ ├── [ 459] gnupg
│ │ │ │ │ ├── [1.4K] gtk
│ │ │ │ │ ├── [1.2K] gvfs-open
│ │ │ │ │ ├── [ 511] hosts_access
│ │ │ │ │ ├── [ 992] ibus
│ │ │ │ │ ├── [2.8K] kde
│ │ │ │ │ ├── [ 413] kde-globals-write
│ │ │ │ │ ├── [ 256] kde-icon-cache-write
│ │ │ │ │ ├── [ 575] kde-language-write
│ │ │ │ │ ├── [3.6K] kde-open5
│ │ │ │ │ ├── [1.3K] kerberosclient
│ │ │ │ │ ├── [ 856] ldapclient
│ │ │ │ │ ├── [ 770] libpam-systemd
│ │ │ │ │ ├── [ 595] likewise
│ │ │ │ │ ├── [ 554] mdns
│ │ │ │ │ ├── [1.2K] mesa
│ │ │ │ │ ├── [ 694] mir
│ │ │ │ │ ├── [ 573] mozc
│ │ │ │ │ ├── [ 739] mysql
│ │ │ │ │ ├── [4.3K] nameservice
│ │ │ │ │ ├── [ 625] nis
│ │ │ │ │ ├── [1.2K] nss-systemd
│ │ │ │ │ ├── [ 751] nvidia
│ │ │ │ │ ├── [ 370] opencl
│ │ │ │ │ ├── [ 516] opencl-common
│ │ │ │ │ ├── [ 672] opencl-intel
│ │ │ │ │ ├── [ 636] opencl-mesa
│ │ │ │ │ ├── [ 895] opencl-nvidia
│ │ │ │ │ ├── [2.8K] opencl-pocl
│ │ │ │ │ ├── [ 648] openssl
│ │ │ │ │ ├── [ 197] orbit2
│ │ │ │ │ ├── [ 999] p11-kit
│ │ │ │ │ ├── [ 974] perl
│ │ │ │ │ ├── [1.1K] php
│ │ │ │ │ ├── [ 208] php5
│ │ │ │ │ ├── [ 558] php-worker
│ │ │ │ │ ├── [1.3K] postfix-common
│ │ │ │ │ ├── [1.6K] private-files
│ │ │ │ │ ├── [1.2K] private-files-strict
│ │ │ │ │ ├── [1.8K] python
│ │ │ │ │ ├── [ 863] qt5
│ │ │ │ │ ├── [ 399] qt5-compose-cache-write
│ │ │ │ │ ├── [ 514] qt5-settings-write
│ │ │ │ │ ├── [ 466] recent-documents-write
│ │ │ │ │ ├── [1008] ruby
│ │ │ │ │ ├── [1.1K] samba
│ │ │ │ │ ├── [ 581] smbpass
│ │ │ │ │ ├── [1.5K] ssl_certs
│ │ │ │ │ ├── [ 938] ssl_keys
│ │ │ │ │ ├── [1.7K] svn-repositories
│ │ │ │ │ ├── [ 821] ubuntu-bittorrent-clients
│ │ │ │ │ ├── [1.6K] ubuntu-browsers
│ │ │ │ │ ├── [4.0K] ubuntu-browsers.d
│ │ │ │ │ │ ├── [1018] chromium-browser
│ │ │ │ │ │ ├── [3.8K] java
│ │ │ │ │ │ ├── [ 265] kde
│ │ │ │ │ │ ├── [ 339] mailto
│ │ │ │ │ │ ├── [1.4K] multimedia
│ │ │ │ │ │ ├── [ 351] plugins-common
│ │ │ │ │ │ ├── [ 894] productivity
│ │ │ │ │ │ ├── [ 672] text-editors
│ │ │ │ │ │ ├── [1.1K] ubuntu-integration
│ │ │ │ │ │ ├── [ 185] ubuntu-integration-xul
│ │ │ │ │ │ └── [ 935] user-files
│ │ │ │ │ ├── [ 731] ubuntu-console-browsers
│ │ │ │ │ ├── [ 718] ubuntu-console-email
│ │ │ │ │ ├── [1.1K] ubuntu-email
│ │ │ │ │ ├── [ 456] ubuntu-feed-readers
│ │ │ │ │ ├── [ 300] ubuntu-gnome-terminal
│ │ │ │ │ ├── [3.7K] ubuntu-helpers
│ │ │ │ │ ├── [ 453] ubuntu-konsole
│ │ │ │ │ ├── [2.3K] ubuntu-media-players
│ │ │ │ │ ├── [2.5K] ubuntu-unity7-base
│ │ │ │ │ ├── [ 311] ubuntu-unity7-launcher
│ │ │ │ │ ├── [ 313] ubuntu-unity7-messaging
│ │ │ │ │ ├── [ 346] ubuntu-xterm
│ │ │ │ │ ├── [ 987] user-download
│ │ │ │ │ ├── [ 944] user-mail
│ │ │ │ │ ├── [1000] user-manpages
│ │ │ │ │ ├── [ 760] user-tmp
│ │ │ │ │ ├── [ 972] user-write
│ │ │ │ │ ├── [ 231] video
│ │ │ │ │ ├── [1.1K] vulkan
│ │ │ │ │ ├── [ 645] wayland
│ │ │ │ │ ├── [ 811] web-data
│ │ │ │ │ ├── [ 882] winbind
│ │ │ │ │ ├── [ 711] wutmp
│ │ │ │ │ ├── [1.9K] X
│ │ │ │ │ ├── [ 984] xad
│ │ │ │ │ ├── [ 782] xdg-desktop
│ │ │ │ │ └── [2.2K] xdg-open
│ │ │ │ ├── [4.0K] disable
│ │ │ │ │ └── [ 33] usr.sbin.rsyslogd -> /etc/apparmor.d/usr.sbin.rsyslogd
│ │ │ │ ├── [4.0K] local
│ │ │ │ │ ├── [ 0] lsb_release
│ │ │ │ │ ├── [ 0] nvidia_modprobe
│ │ │ │ │ ├── [1.1K] README
│ │ │ │ │ ├── [ 0] sbin.dhclient
│ │ │ │ │ ├── [ 0] usr.bin.evince
│ │ │ │ │ ├── [ 0] usr.bin.man
│ │ │ │ │ ├── [ 0] usr.bin.tcpdump
│ │ │ │ │ ├── [ 0] usr.lib.libreoffice.program.oosplash
│ │ │ │ │ ├── [ 0] usr.lib.libreoffice.program.senddoc
│ │ │ │ │ ├── [ 0] usr.lib.libreoffice.program.soffice.bin
│ │ │ │ │ ├── [ 0] usr.lib.libreoffice.program.xpdfimport
│ │ │ │ │ ├── [ 0] usr.lib.snapd.snap-confine.real
│ │ │ │ │ ├── [ 0] usr.sbin.cups-browsed
│ │ │ │ │ ├── [ 0] usr.sbin.cupsd
│ │ │ │ │ └── [ 0] usr.sbin.rsyslogd
│ │ │ │ ├── [1.3K] lsb_release
│ │ │ │ ├── [1.2K] nvidia_modprobe
│ │ │ │ ├── [3.4K] sbin.dhclient
│ │ │ │ ├── [4.0K] tunables
│ │ │ │ │ ├── [ 624] alias
│ │ │ │ │ ├── [ 375] apparmorfs
│ │ │ │ │ ├── [ 804] dovecot
│ │ │ │ │ ├── [1.1K] etc
│ │ │ │ │ ├── [ 759] global
│ │ │ │ │ ├── [ 982] home
│ │ │ │ │ ├── [4.0K] home.d
│ │ │ │ │ │ ├── [ 634] site.local
│ │ │ │ │ │ └── [ 337] ubuntu
│ │ │ │ │ ├── [1.4K] kernelvars
│ │ │ │ │ ├── [ 630] multiarch
│ │ │ │ │ ├── [4.0K] multiarch.d
│ │ │ │ │ │ └── [ 645] site.local
│ │ │ │ │ ├── [ 440] proc
│ │ │ │ │ ├── [ 23] run
│ │ │ │ │ ├── [ 405] securityfs
│ │ │ │ │ ├── [ 819] share
│ │ │ │ │ ├── [ 378] sys
│ │ │ │ │ ├── [ 867] xdg-user-dirs
│ │ │ │ │ └── [4.0K] xdg-user-dirs.d
│ │ │ │ │ └── [ 730] site.local
│ │ │ │ ├── [ 11K] usr.bin.evince
│ │ │ │ ├── [3.4K] usr.bin.man
│ │ │ │ ├── [1.5K] usr.bin.tcpdump
│ │ │ │ ├── [1.5K] usr.lib.libreoffice.program.oosplash
│ │ │ │ ├── [1.2K] usr.lib.libreoffice.program.senddoc
│ │ │ │ ├── [ 10K] usr.lib.libreoffice.program.soffice.bin
│ │ │ │ ├── [1.0K] usr.lib.libreoffice.program.xpdfimport
│ │ │ │ ├── [ 28K] usr.lib.snapd.snap-confine.real
│ │ │ │ ├── [ 677] usr.sbin.cups-browsed
│ │ │ │ ├── [6.0K] usr.sbin.cupsd
│ │ │ │ └── [1.6K] usr.sbin.rsyslogd
│ │ │ ├── [4.0K] apport
│ │ │ │ ├── [4.0K] blacklist.d
│ │ │ │ │ ├── [ 24] apport
│ │ │ │ │ ├── [ 217] README.blacklist
│ │ │ │ │ └── [ 71] thunderbird
│ │ │ │ ├── [1.2K] crashdb.conf
│ │ │ │ └── [4.0K] native-origins.d
│ │ │ │ └── [ 111] thunderbird
│ │ │ ├── [ 769] appstream.conf
│ │ │ ├── [4.0K] apt
│ │ │ │ ├── [4.0K] apt.conf.d
│ │ │ │ │ ├── [ 49] 00aptitude
│ │ │ │ │ ├── [ 40] 00trustcdrom
│ │ │ │ │ ├── [ 630] 01autoremove
│ │ │ │ │ ├── [ 92] 01-vendor-ubuntu
│ │ │ │ │ ├── [ 129] 10periodic
│ │ │ │ │ ├── [ 108] 15update-stamp
│ │ │ │ │ ├── [ 311] 20apt-esm-hook.conf
│ │ │ │ │ ├── [ 85] 20archive
│ │ │ │ │ ├── [ 80] 20auto-upgrades
│ │ │ │ │ ├── [ 243] 20dbus
│ │ │ │ │ ├── [1.0K] 20packagekit
│ │ │ │ │ ├── [ 127] 20snapd.conf
│ │ │ │ │ ├── [2.5K] 50appstream
│ │ │ │ │ ├── [ 625] 50command-not-found
│ │ │ │ │ ├── [6.0K] 50unattended-upgrades
│ │ │ │ │ ├── [ 435] 60icons
│ │ │ │ │ ├── [ 251] 60icons-hidpi
│ │ │ │ │ ├── [ 182] 70debconf
│ │ │ │ │ └── [ 305] 99update-notifier
│ │ │ │ ├── [2.8K] sources.list
│ │ │ │ └── [4.0K] trusted.gpg.d
│ │ │ │ ├── [2.7K] ubuntu-keyring-2012-cdimage.gpg
│ │ │ │ └── [1.7K] ubuntu-keyring-2018-archive.gpg
│ │ │ ├── [4.0K] avahi
│ │ │ │ ├── [2.5K] avahi-autoipd.action
│ │ │ │ ├── [1.8K] avahi-daemon.conf
│ │ │ │ └── [1.1K] hosts
│ │ │ ├── [2.3K] bash.bashrc
│ │ │ ├── [ 45] bash_completion
│ │ │ ├── [4.0K] bash_completion.d
│ │ │ │ ├── [6.5K] apport_completion
│ │ │ │ └── [ 439] git-prompt
│ │ │ ├── [ 367] bindresvport.blacklist
│ │ │ ├── [4.0K] bluetooth
│ │ │ │ ├── [ 906] input.conf
│ │ │ │ ├── [3.8K] main.conf
│ │ │ │ └── [ 120] network.conf
│ │ │ ├── [ 33] brlapi.key
│ │ │ ├── [4.0K] brltty
│ │ │ │ ├── [4.0K] Attributes
│ │ │ │ │ ├── [1017] invleft_right.atb
│ │ │ │ │ ├── [1009] left_right.atb
│ │ │ │ │ └── [1010] upper_lower.atb
│ │ │ │ ├── [4.0K] Contraction
│ │ │ │ │ ├── [1.8K] af.ctb
│ │ │ │ │ ├── [ 12K] am.ctb
│ │ │ │ │ ├── [6.4K] countries.cti
│ │ │ │ │ ├── [ 56K] de-1998.ctb
│ │ │ │ │ ├── [ 57K] de-2015.ctb
│ │ │ │ │ ├── [ 836] de.ctb
│ │ │ │ │ ├── [6.1K] de-g0.ctb
│ │ │ │ │ ├── [3.4K] de-g1.ctb
│ │ │ │ │ ├── [ 852] de-g2.ctb
│ │ │ │ │ ├── [ 13K] de-wort.cti
│ │ │ │ │ ├── [ 841] en.ctb
│ │ │ │ │ ├── [ 11K] en-ueb-g2.ctb
│ │ │ │ │ ├── [ 856] en_US.ctb
│ │ │ │ │ ├── [ 41K] en-us-g2.ctb
│ │ │ │ │ ├── [7.5K] es.ctb
│ │ │ │ │ ├── [ 836] fr.ctb
│ │ │ │ │ ├── [3.7K] fr-g1.ctb
│ │ │ │ │ ├── [ 48K] fr-g2.ctb
│ │ │ │ │ ├── [1.3K] ha.ctb
│ │ │ │ │ ├── [1.4K] id.ctb
│ │ │ │ │ ├── [ 16K] ipa.ctb
│ │ │ │ │ ├── [8.2K] ja.ctb
│ │ │ │ │ ├── [ 836] ko.ctb
│ │ │ │ │ ├── [267K] ko-g0.ctb
│ │ │ │ │ ├── [1.1K] ko-g1.ctb
│ │ │ │ │ ├── [1.1K] ko-g2.ctb
│ │ │ │ │ ├── [6.1K] latex-access.ctb
│ │ │ │ │ ├── [2.9K] letters-latin.cti
│ │ │ │ │ ├── [5.9K] lt.ctb
│ │ │ │ │ ├── [1.2K] mg.ctb
│ │ │ │ │ ├── [1.2K] mun.ctb
│ │ │ │ │ ├── [2.1K] nabcc.cti
│ │ │ │ │ ├── [1.3K] nl.ctb
│ │ │ │ │ ├── [ 816] none.ctb
│ │ │ │ │ ├── [1.2K] ny.ctb
│ │ │ │ │ ├── [ 10K] pt.ctb
│ │ │ │ │ ├── [ 14K] ru.ctb
│ │ │ │ │ ├── [3.6K] si.ctb
│ │ │ │ │ ├── [1.2K] spaces.cti
│ │ │ │ │ ├── [1.5K] sw.ctb
│ │ │ │ │ ├── [4.5K] th.ctb
│ │ │ │ │ ├── [ 892] zh-tw.ctb
│ │ │ │ │ ├── [108K] zh_TW.ctb
│ │ │ │ │ ├── [625K] zh-tw.cti
│ │ │ │ │ └── [1.2K] zu.ctb
│ │ │ │ ├── [4.0K] Input
│ │ │ │ │ ├── [4.0K] al
│ │ │ │ │ │ ├── [2.5K] abt_basic.kti
│ │ │ │ │ │ ├── [ 935] abt_extra.kti
│ │ │ │ │ │ ├── [ 892] abt_large.ktb
│ │ │ │ │ │ ├── [ 861] abt_small.ktb
│ │ │ │ │ │ ├── [1.0K] bc640.ktb
│ │ │ │ │ │ ├── [1.1K] bc680.ktb
│ │ │ │ │ │ ├── [1.1K] bc-etouch.kti
│ │ │ │ │ │ ├── [3.2K] bc.kti
│ │ │ │ │ │ ├── [2.7K] bc-smartpad.kti
│ │ │ │ │ │ ├── [1.1K] bc-thumb.kti
│ │ │ │ │ │ ├── [ 836] el.ktb
│ │ │ │ │ │ ├── [2.7K] sat_common.kti
│ │ │ │ │ │ ├── [ 859] sat_large.ktb
│ │ │ │ │ │ ├── [1.6K] sat_nav.kti
│ │ │ │ │ │ ├── [ 830] sat_small.ktb
│ │ │ │ │ │ ├── [1.2K] sat_speech.kti
│ │ │ │ │ │ ├── [1.0K] sat_tumblers.kti
│ │ │ │ │ │ └── [ 837] voyager.ktb
│ │ │ │ │ ├── [1.8K] android-chords.kti
│ │ │ │ │ ├── [4.0K] at
│ │ │ │ │ │ └── [2.0K] all.ktb
│ │ │ │ │ ├── [4.0K] ba
│ │ │ │ │ │ └── [ 58] all.txt
│ │ │ │ │ ├── [4.0K] bd
│ │ │ │ │ │ └── [ 302] all.txt
│ │ │ │ │ ├── [4.0K] bg
│ │ │ │ │ │ └── [3.2K] all.ktb
│ │ │ │ │ ├── [4.0K] bl
│ │ │ │ │ │ ├── [2.7K] 18.txt
│ │ │ │ │ │ └── [3.5K] 40_m20_m40.txt
│ │ │ │ │ ├── [4.0K] bm
│ │ │ │ │ │ ├── [1.4K] b2g.ktb
│ │ │ │ │ │ ├── [ 940] b9b10.kti
│ │ │ │ │ │ ├── [1.3K] b9b11b10.kti
│ │ │ │ │ │ ├── [1.3K] command.kti
│ │ │ │ │ │ ├── [ 887] connect.ktb
│ │ │ │ │ │ ├── [ 862] conny.ktb
│ │ │ │ │ │ ├── [2.6K] d6.kti
│ │ │ │ │ │ ├── [ 863] default.ktb
│ │ │ │ │ │ ├── [1.0K] display6.kti
│ │ │ │ │ │ ├── [2.2K] display7.kti
│ │ │ │ │ │ ├── [ 846] dm80p.ktb
│ │ │ │ │ │ ├── [1.8K] front10.kti
│ │ │ │ │ │ ├── [1.2K] front6.kti
│ │ │ │ │ │ ├── [1.4K] horizontal.kti
│ │ │ │ │ │ ├── [1.2K] inka.ktb
│ │ │ │ │ │ ├── [ 897] joystick.kti
│ │ │ │ │ │ ├── [3.3K] keyboard.kti
│ │ │ │ │ │ ├── [ 902] navpad.kti
│ │ │ │ │ │ ├── [2.4K] NLS_Zoomax.ktb
│ │ │ │ │ │ ├── [1.5K] orbit.ktb
│ │ │ │ │ │ ├── [ 883] pro.ktb
│ │ │ │ │ │ ├── [ 861] pronto.ktb
│ │ │ │ │ │ ├── [ 865] pv.ktb
│ │ │ │ │ │ ├── [1.2K] rb.ktb
│ │ │ │ │ │ ├── [1.5K] routing6.kti
│ │ │ │ │ │ ├── [1.3K] routing7.kti
│ │ │ │ │ │ ├── [ 884] routing.kti
│ │ │ │ │ │ ├── [1.3K] status.kti
│ │ │ │ │ │ ├── [ 863] sv.ktb
│ │ │ │ │ │ ├── [ 864] ultra.ktb
│ │ │ │ │ │ ├── [ 844] v40.ktb
│ │ │ │ │ │ ├── [ 884] v80.ktb
│ │ │ │ │ │ ├── [ 998] vertical.kti
│ │ │ │ │ │ ├── [1.3K] vk.ktb
│ │ │ │ │ │ └── [1.3K] wheels.kti
│ │ │ │ │ ├── [4.0K] bn
│ │ │ │ │ │ ├── [6.2K] all.ktb
│ │ │ │ │ │ └── [ 935] input.kti
│ │ │ │ │ ├── [4.0K] bp
│ │ │ │ │ │ └── [6.8K] all.kti
│ │ │ │ │ ├── [4.0K] cb
│ │ │ │ │ │ └── [2.4K] all.ktb
│ │ │ │ │ ├── [4.0K] ce
│ │ │ │ │ │ ├── [3.5K] all.ktb
│ │ │ │ │ │ └── [ 970] novem.ktb
│ │ │ │ │ ├── [4.0K] chords.kti
│ │ │ │ │ ├── [4.0K] cn
│ │ │ │ │ │ └── [1.9K] all.ktb
│ │ │ │ │ ├── [4.0K] ec
│ │ │ │ │ │ ├── [ 863] all.txt
│ │ │ │ │ │ └── [ 938] spanish.txt
│ │ │ │ │ ├── [4.0K] eu
│ │ │ │ │ │ ├── [1.2K] all.txt
│ │ │ │ │ │ ├── [2.2K] braille.kti
│ │ │ │ │ │ ├── [1.9K] clio.ktb
│ │ │ │ │ │ ├── [ 821] common.kti
│ │ │ │ │ │ ├── [ 900] esys_large.ktb
│ │ │ │ │ │ ├── [ 886] esys_medium.ktb
│ │ │ │ │ │ ├── [ 869] esys_small.ktb
│ │ │ │ │ │ ├── [4.9K] esytime.ktb
│ │ │ │ │ │ ├── [1.9K] iris.ktb
│ │ │ │ │ │ ├── [2.0K] joysticks.kti
│ │ │ │ │ │ ├── [1.1K] routing.kti
│ │ │ │ │ │ ├── [1.3K] sw12.kti
│ │ │ │ │ │ ├── [ 861] sw34.kti
│ │ │ │ │ │ └── [ 872] sw56.kti
│ │ │ │ │ ├── [4.0K] fa
│ │ │ │ │ │ └── [3.2K] all.ktb
│ │ │ │ │ ├── [4.0K] fs
│ │ │ │ │ │ ├── [1.9K] bumpers.kti
│ │ │ │ │ │ ├── [2.2K] common.kti
│ │ │ │ │ │ ├── [1013] focus14.ktb
│ │ │ │ │ │ ├── [ 971] focus1.ktb
│ │ │ │ │ │ ├── [1013] focus40.ktb
│ │ │ │ │ │ ├── [1.0K] focus80.ktb
│ │ │ │ │ │ ├── [2.0K] focus.kti
│ │ │ │ │ │ ├── [1.5K] keyboard.kti
│ │ │ │ │ │ ├── [1.6K] pacmate.ktb
│ │ │ │ │ │ ├── [1.8K] rockers.kti
│ │ │ │ │ │ └── [1.9K] speech.kti
│ │ │ │ │ ├── [4.0K] hd
│ │ │ │ │ │ ├── [2.4K] mbl.ktb
│ │ │ │ │ │ └── [2.5K] pfl.ktb
│ │ │ │ │ ├── [4.0K] hm
│ │ │ │ │ │ ├── [ 877] beetle.ktb
│ │ │ │ │ │ ├── [1.0K] braille.kti
│ │ │ │ │ │ ├── [ 803] common.kti
│ │ │ │ │ │ ├── [1.2K] contexts.kti
│ │ │ │ │ │ ├── [1.1K] edge.ktb
│ │ │ │ │ │ ├── [1.1K] f14.kti
│ │ │ │ │ │ ├── [1.1K] f18.kti
│ │ │ │ │ │ ├── [1.9K] fnkey.kti
│ │ │ │ │ │ ├── [1.1K] left.kti
│ │ │ │ │ │ ├── [2.3K] letters.kti
│ │ │ │ │ │ ├── [ 901] pan.ktb
│ │ │ │ │ │ ├── [1.1K] pan.kti
│ │ │ │ │ │ ├── [ 887] qwerty.ktb
│ │ │ │ │ │ ├── [4.0K] qwerty.kti
│ │ │ │ │ │ ├── [1.1K] right.kti
│ │ │ │ │ │ ├── [ 905] scroll.ktb
│ │ │ │ │ │ ├── [2.1K] scroll.kti
│ │ │ │ │ │ └── [ 908] sync.ktb
│ │ │ │ │ ├── [4.0K] ht
│ │ │ │ │ │ ├── [ 828] ab.ktb
│ │ │ │ │ │ ├── [ 873] ab.kti
│ │ │ │ │ │ ├── [ 851] ab_s.ktb
│ │ │ │ │ │ ├── [ 876] ac4.ktb
│ │ │ │ │ │ ├── [ 875] alo.ktb
│ │ │ │ │ │ ├── [ 860] as40.ktb
│ │ │ │ │ │ ├── [ 866] bb.ktb
│ │ │ │ │ │ ├── [ 832] bbp.ktb
│ │ │ │ │ │ ├── [1.7K] bkwm.ktb
│ │ │ │ │ │ ├── [ 823] brln.ktb
│ │ │ │ │ │ ├── [ 829] bs40.ktb
│ │ │ │ │ │ ├── [ 848] bs80.ktb
│ │ │ │ │ │ ├── [1.4K] bs.kti
│ │ │ │ │ │ ├── [ 832] cb40.ktb
│ │ │ │ │ │ ├── [1.6K] dots.kti
│ │ │ │ │ │ ├── [1.2K] easy.ktb
│ │ │ │ │ │ ├── [1.1K] input.kti
│ │ │ │ │ │ ├── [ 958] joystick.kti
│ │ │ │ │ │ ├── [2.9K] keypad.kti
│ │ │ │ │ │ ├── [ 851] mc88.ktb
│ │ │ │ │ │ ├── [1.3K] mdlr.ktb
│ │ │ │ │ │ ├── [ 834] me64.ktb
│ │ │ │ │ │ ├── [ 853] me88.ktb
│ │ │ │ │ │ ├── [1.2K] me.kti
│ │ │ │ │ │ ├── [2.6K] rockers.kti
│ │ │ │ │ │ └── [1.1K] wave.ktb
│ │ │ │ │ ├── [4.0K] hw
│ │ │ │ │ │ ├── [ 852] B80.ktb
│ │ │ │ │ │ ├── [ 894] BI14.ktb
│ │ │ │ │ │ ├── [ 874] BI20X.ktb
│ │ │ │ │ │ ├── [ 873] BI32.ktb
│ │ │ │ │ │ ├── [ 873] BI40.ktb
│ │ │ │ │ │ ├── [ 874] BI40X.ktb
│ │ │ │ │ │ ├── [1.3K] braille.kti
│ │ │ │ │ │ ├── [ 863] C20.ktb
│ │ │ │ │ │ ├── [ 835] command.kti
│ │ │ │ │ │ ├── [2.1K] joystick.kti
│ │ │ │ │ │ ├── [ 841] M40.ktb
│ │ │ │ │ │ ├── [ 858] NLS.ktb
│ │ │ │ │ │ ├── [ 867] one.ktb
│ │ │ │ │ │ ├── [ 884] routing.kti
│ │ │ │ │ │ ├── [2.0K] thumb.kti
│ │ │ │ │ │ └── [ 874] touch.ktb
│ │ │ │ │ ├── [4.0K] ic
│ │ │ │ │ │ ├── [1.2K] bb.ktb
│ │ │ │ │ │ ├── [2.8K] chords.kti
│ │ │ │ │ │ ├── [1.7K] common.kti
│ │ │ │ │ │ ├── [1.9K] nvda.ktb
│ │ │ │ │ │ ├── [1.8K] route.kti
│ │ │ │ │ │ └── [ 949] toggle.kti
│ │ │ │ │ ├── [4.0K] ir
│ │ │ │ │ │ ├── [1.4K] all.kti
│ │ │ │ │ │ ├── [3.2K] brl.ktb
│ │ │ │ │ │ └── [1.6K] pc.ktb
│ │ │ │ │ ├── [4.0K] lb
│ │ │ │ │ │ └── [ 63] all.txt
│ │ │ │ │ ├── [4.0K] lt
│ │ │ │ │ │ └── [ 865] all.txt
│ │ │ │ │ ├── [4.0K] mb
│ │ │ │ │ │ └── [1.6K] all.txt
│ │ │ │ │ ├── [4.0K] md
│ │ │ │ │ │ ├── [1.7K] common.kti
│ │ │ │ │ │ ├── [ 909] default.ktb
│ │ │ │ │ │ ├── [1.6K] fkeys.kti
│ │ │ │ │ │ ├── [ 850] fk.ktb
│ │ │ │ │ │ ├── [ 886] fk_s.ktb
│ │ │ │ │ │ ├── [ 848] kbd.ktb
│ │ │ │ │ │ ├── [ 953] keyboard.kti
│ │ │ │ │ │ └── [ 903] status.kti
│ │ │ │ │ ├── [1001] menu.kti
│ │ │ │ │ ├── [4.0K] mm
│ │ │ │ │ │ ├── [2.3K] common.kti
│ │ │ │ │ │ ├── [2.5K] pocket.ktb
│ │ │ │ │ │ └── [2.6K] smart.ktb
│ │ │ │ │ ├── [4.0K] mn
│ │ │ │ │ │ └── [2.0K] all.txt
│ │ │ │ │ ├── [4.0K] mt
│ │ │ │ │ │ ├── [ 831] bd1_3.ktb
│ │ │ │ │ │ ├── [1.5K] bd1_3.kti
│ │ │ │ │ │ ├── [ 867] bd1_3s.ktb
│ │ │ │ │ │ ├── [ 831] bd1_6.ktb
│ │ │ │ │ │ ├── [1.6K] bd1_6.kti
│ │ │ │ │ │ ├── [ 867] bd1_6s.ktb
│ │ │ │ │ │ ├── [ 800] bd2.ktb
│ │ │ │ │ │ └── [ 806] status.kti
│ │ │ │ │ ├── [4.0K] no
│ │ │ │ │ │ └── [ 27] all.txt
│ │ │ │ │ ├── [4.0K] np
│ │ │ │ │ │ └── [1.2K] all.ktb
│ │ │ │ │ ├── [4.0K] pg
│ │ │ │ │ │ └── [2.3K] all.ktb
│ │ │ │ │ ├── [4.0K] pm
│ │ │ │ │ │ ├── [ 863] 2d_l.ktb
│ │ │ │ │ │ ├── [ 864] 2d_s.ktb
│ │ │ │ │ │ ├── [2.6K] bar.kti
│ │ │ │ │ │ ├── [ 859] c_486.ktb
│ │ │ │ │ │ ├── [ 860] c.ktb
│ │ │ │ │ │ ├── [ 875] el_2d_40.ktb
│ │ │ │ │ │ ├── [ 875] el_2d_66.ktb
│ │ │ │ │ │ ├── [ 875] el_2d_80.ktb
│ │ │ │ │ │ ├── [ 854] el2d_80s.ktb
│ │ │ │ │ │ ├── [ 874] el40c.ktb
│ │ │ │ │ │ ├── [ 891] el_40_p.ktb
│ │ │ │ │ │ ├── [ 850] el40s.ktb
│ │ │ │ │ │ ├── [ 874] el60c.ktb
│ │ │ │ │ │ ├── [ 850] el66s.ktb
│ │ │ │ │ │ ├── [ 850] el70s.ktb
│ │ │ │ │ │ ├── [ 874] el80c.ktb
│ │ │ │ │ │ ├── [ 852] el80_ii.ktb
│ │ │ │ │ │ ├── [ 871] el_80.ktb
│ │ │ │ │ │ ├── [ 850] el80s.ktb
│ │ │ │ │ │ ├── [ 893] elba_20.ktb
│ │ │ │ │ │ ├── [ 893] elba_32.ktb
│ │ │ │ │ │ ├── [ 859] elb_tr_20.ktb
│ │ │ │ │ │ ├── [ 859] elb_tr_32.ktb
│ │ │ │ │ │ ├── [3.5K] front13.kti
│ │ │ │ │ │ ├── [1.7K] front9.kti
│ │ │ │ │ │ ├── [ 861] ib_80.ktb
│ │ │ │ │ │ ├── [1.2K] keyboard.kti
│ │ │ │ │ │ ├── [3.6K] keys.kti
│ │ │ │ │ │ ├── [ 894] live.ktb
│ │ │ │ │ │ ├── [1.1K] routing.kti
│ │ │ │ │ │ ├── [ 856] status0.kti
│ │ │ │ │ │ ├── [1.5K] status13.kti
│ │ │ │ │ │ ├── [1.9K] status20.kti
│ │ │ │ │ │ ├── [2.0K] status22.kti
│ │ │ │ │ │ ├── [ 967] status2.kti
│ │ │ │ │ │ ├── [1018] status4.kti
│ │ │ │ │ │ ├── [4.8K] switches.kti
│ │ │ │ │ │ └── [ 870] trio.ktb
│ │ │ │ │ ├── [4.0K] sk
│ │ │ │ │ │ ├── [2.8K] bdp.ktb
│ │ │ │ │ │ └── [4.3K] ntk.ktb
│ │ │ │ │ ├── [1.9K] speech.kti
│ │ │ │ │ ├── [4.0K] tn
│ │ │ │ │ │ └── [1.5K] all.txt
│ │ │ │ │ ├── [ 921] toggle.kti
│ │ │ │ │ ├── [4.0K] ts
│ │ │ │ │ │ ├── [ 823] nav20.ktb
│ │ │ │ │ │ ├── [ 823] nav40.ktb
│ │ │ │ │ │ ├── [ 895] nav80.ktb
│ │ │ │ │ │ ├── [4.2K] nav.kti
│ │ │ │ │ │ ├── [1.4K] nav_large.kti
│ │ │ │ │ │ ├── [1.4K] nav_small.kti
│ │ │ │ │ │ ├── [ 898] pb40.ktb
│ │ │ │ │ │ ├── [ 898] pb65.ktb
│ │ │ │ │ │ ├── [ 898] pb80.ktb
│ │ │ │ │ │ ├── [3.0K] pb.kti
│ │ │ │ │ │ ├── [1.0K] pb_large.kti
│ │ │ │ │ │ ├── [1.3K] pb_small.kti
│ │ │ │ │ │ └── [1.6K] routing.kti
│ │ │ │ │ ├── [4.0K] tt
│ │ │ │ │ │ └── [ 706] all.txt
│ │ │ │ │ ├── [4.0K] vd
│ │ │ │ │ │ └── [ 745] all.txt
│ │ │ │ │ ├── [4.0K] vo
│ │ │ │ │ │ ├── [ 812] all.ktb
│ │ │ │ │ │ ├── [2.6K] all.kti
│ │ │ │ │ │ └── [ 825] bp.ktb
│ │ │ │ │ ├── [4.0K] vr
│ │ │ │ │ │ └── [ 66] all.txt
│ │ │ │ │ └── [4.0K] vs
│ │ │ │ │ └── [ 374] all.txt
│ │ │ │ ├── [4.0K] Keyboard
│ │ │ │ │ ├── [1.6K] braille.ktb
│ │ │ │ │ ├── [1.4K] braille.kti
│ │ │ │ │ ├── [ 836] desktop.ktb
│ │ │ │ │ ├── [2.1K] desktop.kti
│ │ │ │ │ ├── [3.2K] keypad.ktb
│ │ │ │ │ ├── [1.4K] kp_say.kti
│ │ │ │ │ ├── [1.7K] kp_speak.kti
│ │ │ │ │ ├── [3.6K] laptop.ktb
│ │ │ │ │ └── [1.5K] sun_type6.ktb
│ │ │ │ └── [4.0K] Text
│ │ │ │ ├── [2.4K] alias.tti
│ │ │ │ ├── [8.8K] ar.ttb
│ │ │ │ ├── [1004] ascii-basic.tti
│ │ │ │ ├── [ 877] as.ttb
│ │ │ │ ├── [ 878] awa.ttb
│ │ │ │ ├── [4.7K] bengali.tti
│ │ │ │ ├── [1.3K] bg.ttb
│ │ │ │ ├── [ 878] bh.ttb
│ │ │ │ ├── [1.2K] blocks.tti
│ │ │ │ ├── [ 876] bn.ttb
│ │ │ │ ├── [ 953] bo.ttb
│ │ │ │ ├── [ 11K] boxes.tti
│ │ │ │ ├── [ 876] bra.ttb
│ │ │ │ ├── [2.8K] brf.ttb
│ │ │ │ ├── [1.1K] common.tti
│ │ │ │ ├── [9.3K] cs.ttb
│ │ │ │ ├── [2.1K] ctl-latin.tti
│ │ │ │ ├── [5.4K] cy.ttb
│ │ │ │ ├── [ 12K] da-1252.ttb
│ │ │ │ ├── [ 11K] da-lt.ttb
│ │ │ │ ├── [ 11K] da.ttb
│ │ │ │ ├── [1.4K] de-chess.tti
│ │ │ │ ├── [9.5K] de.ttb
│ │ │ │ ├── [5.8K] devanagari.tti
│ │ │ │ ├── [ 876] dra.ttb
│ │ │ │ ├── [3.5K] el.ttb
│ │ │ │ ├── [6.3K] en_CA.ttb
│ │ │ │ ├── [1.4K] en-chess.tti
│ │ │ │ ├── [9.5K] en_GB.ttb
│ │ │ │ ├── [2.7K] en-na-ascii.tti
│ │ │ │ ├── [ 20K] en-nabcc.ttb
│ │ │ │ ├── [ 833] en.ttb
│ │ │ │ ├── [9.1K] en_US.ttb
│ │ │ │ ├── [2.3K] eo.ttb
│ │ │ │ ├── [ 11K] es.ttb
│ │ │ │ ├── [2.0K] et.ttb
│ │ │ │ ├── [9.2K] fi.ttb
│ │ │ │ ├── [ 12K] fr-2007.ttb
│ │ │ │ ├── [9.0K] fr_CA.ttb
│ │ │ │ ├── [ 11K] fr-cbifs.ttb
│ │ │ │ ├── [9.3K] fr_FR.ttb
│ │ │ │ ├── [ 831] fr.ttb
│ │ │ │ ├── [ 13K] fr-vs.ttb
│ │ │ │ ├── [2.1K] ga.ttb
│ │ │ │ ├── [3.3K] gd.ttb
│ │ │ │ ├── [ 896] gon.ttb
│ │ │ │ ├── [ 22K] greek.tti
│ │ │ │ ├── [5.1K] gujarati.tti
│ │ │ │ ├── [4.8K] gurmukhi.tti
│ │ │ │ ├── [ 878] gu.ttb
│ │ │ │ ├── [5.0K] he.ttb
│ │ │ │ ├── [ 877] hi.ttb
│ │ │ │ ├── [ 11K] hr.ttb
│ │ │ │ ├── [4.4K] hu.ttb
│ │ │ │ ├── [6.0K] hy.ttb
│ │ │ │ ├── [9.2K] is.ttb
│ │ │ │ ├── [9.2K] it.ttb
│ │ │ │ ├── [5.1K] kannada.tti
│ │ │ │ ├── [ 874] kha.ttb
│ │ │ │ ├── [ 876] kn.ttb
│ │ │ │ ├── [ 879] kok.ttb
│ │ │ │ ├── [ 878] kru.ttb
│ │ │ │ ├── [ 57K] ltr-alias.tti
│ │ │ │ ├── [5.8K] ltr-cyrillic.tti
│ │ │ │ ├── [3.7K] ltr-dot8.tti
│ │ │ │ ├── [3.6K] ltr-latin.tti
│ │ │ │ ├── [4.7K] ltr-tibetan.tti
│ │ │ │ ├── [7.4K] lt.ttb
│ │ │ │ ├── [ 13K] lv.ttb
│ │ │ │ ├── [5.2K] malayalam.tti
│ │ │ │ ├── [1.2K] mg.ttb
│ │ │ │ ├── [1.2K] mi.ttb
│ │ │ │ ├── [ 880] ml.ttb
│ │ │ │ ├── [ 877] mni.ttb
│ │ │ │ ├── [ 879] mr.ttb
│ │ │ │ ├── [2.1K] mt.ttb
│ │ │ │ ├── [ 874] mun.ttb
│ │ │ │ ├── [ 879] mwr.ttb
│ │ │ │ ├── [ 878] ne.ttb
│ │ │ │ ├── [ 898] new.ttb
│ │ │ │ ├── [9.6K] nl_BE.ttb
│ │ │ │ ├── [9.1K] nl_NL.ttb
│ │ │ │ ├── [ 828] nl.ttb
│ │ │ │ ├── [ 11K] no-generic.ttb
│ │ │ │ ├── [ 11K] no-oup.ttb
│ │ │ │ ├── [ 833] no.ttb
│ │ │ │ ├── [5.0K] num-alias.tti
│ │ │ │ ├── [1.4K] num-dot6.tti
│ │ │ │ ├── [1.5K] num-dot8.tti
│ │ │ │ ├── [1.4K] num-french.tti
│ │ │ │ ├── [1.5K] num-nemd8.tti
│ │ │ │ ├── [1.5K] num-nemeth.tti
│ │ │ │ ├── [ 904] nwc.ttb
│ │ │ │ ├── [4.7K] oriya.tti
│ │ │ │ ├── [ 872] or.ttb
│ │ │ │ ├── [ 877] pa.ttb
│ │ │ │ ├── [ 876] pi.ttb
│ │ │ │ ├── [9.5K] pl.ttb
│ │ │ │ ├── [9.1K] pt.ttb
│ │ │ │ ├── [2.3K] punc-alternate.tti
│ │ │ │ ├── [1.4K] punc-basic.tti
│ │ │ │ ├── [1.0K] punc-tibetan.tti
│ │ │ │ ├── [2.5K] ro.ttb
│ │ │ │ ├── [2.9K] ru.ttb
│ │ │ │ ├── [ 880] sa.ttb
│ │ │ │ ├── [ 917] sat.ttb
│ │ │ │ ├── [ 878] sd.ttb
│ │ │ │ ├── [1.8K] se.ttb
│ │ │ │ ├── [5.3K] sk.ttb
│ │ │ │ ├── [9.6K] sl.ttb
│ │ │ │ ├── [ 11K] sv-1989.ttb
│ │ │ │ ├── [8.9K] sv-1996.ttb
│ │ │ │ ├── [ 832] sv.ttb
│ │ │ │ ├── [1.2K] sw.ttb
│ │ │ │ ├── [4.2K] tamil.tti
│ │ │ │ ├── [ 872] ta.ttb
│ │ │ │ ├── [5.0K] telugu.tti
│ │ │ │ ├── [ 874] te.ttb
│ │ │ │ ├── [2.8K] tr.ttb
│ │ │ │ ├── [2.9K] uk.ttb
│ │ │ │ ├── [ 12K] vi.ttb
│ │ │ │ └── [5.4K] win-1252.tti
│ │ │ ├── [ 29K] brltty.conf
│ │ │ ├── [4.0K] ca-certificates
│ │ │ │ └── [4.0K] update.d
│ │ │ │ └── [2.6K] jks-keystore
│ │ │ ├── [6.1K] ca-certificates.conf
│ │ │ ├── [5.4K] ca-certificates.conf.dpkg-old
│ │ │ ├── [4.0K] chatscripts
│ │ │ │ ├── [ 950] gprs
│ │ │ │ ├── [ 653] pap
│ │ │ │ └── [ 656] provider
│ │ │ ├── [4.0K] console-setup
│ │ │ │ ├── [ 658] cached_ISO-8859-1.acm.gz
│ │ │ │ ├── [3.3K] cached_ISO-8859-1_del.kmap.gz
│ │ │ │ ├── [ 467] cached_setup_font.sh
│ │ │ │ ├── [ 199] cached_setup_keyboard.sh
│ │ │ │ ├── [ 73] cached_setup_terminal.sh
│ │ │ │ ├── [4.1K] cached_Uni2-Fixed16.psf.gz
│ │ │ │ ├── [3.9K] cached_UTF-8_del.kmap.gz
│ │ │ │ ├── [ 34] compose.ARMSCII-8.inc
│ │ │ │ ├── [ 31] compose.CP1251.inc
│ │ │ │ ├── [ 31] compose.CP1255.inc
│ │ │ │ ├── [ 31] compose.CP1256.inc
│ │ │ │ ├── [ 41] compose.GEORGIAN-ACADEMY.inc
│ │ │ │ ├── [ 36] compose.GEORGIAN-PS.inc
│ │ │ │ ├── [ 32] compose.IBM1133.inc
│ │ │ │ ├── [ 35] compose.ISIRI-3342.inc
│ │ │ │ ├── [ 36] compose.ISO-8859-10.inc
│ │ │ │ ├── [ 36] compose.ISO-8859-11.inc
│ │ │ │ ├── [3.6K] compose.ISO-8859-13.inc
│ │ │ │ ├── [2.9K] compose.ISO-8859-14.inc
│ │ │ │ ├── [3.5K] compose.ISO-8859-15.inc
│ │ │ │ ├── [ 36] compose.ISO-8859-16.inc
│ │ │ │ ├── [3.5K] compose.ISO-8859-1.inc
│ │ │ │ ├── [2.8K] compose.ISO-8859-2.inc
│ │ │ │ ├── [3.3K] compose.ISO-8859-3.inc
│ │ │ │ ├── [2.7K] compose.ISO-8859-4.inc
│ │ │ │ ├── [ 35] compose.ISO-8859-5.inc
│ │ │ │ ├── [ 35] compose.ISO-8859-6.inc
│ │ │ │ ├── [1.2K] compose.ISO-8859-7.inc
│ │ │ │ ├── [ 35] compose.ISO-8859-8.inc
│ │ │ │ ├── [3.5K] compose.ISO-8859-9.inc
│ │ │ │ ├── [ 31] compose.KOI8-R.inc
│ │ │ │ ├── [ 31] compose.KOI8-U.inc
│ │ │ │ ├── [ 32] compose.TIS-620.inc
│ │ │ │ ├── [ 31] compose.VISCII.inc
│ │ │ │ ├── [1.4K] ISO-8859-1.acm
│ │ │ │ ├── [1.3K] remap.inc
│ │ │ │ ├── [4.1K] Uni2-Fixed16.psf.gz
│ │ │ │ ├── [ 158] vtrgb
│ │ │ │ └── [ 155] vtrgb.vga
│ │ │ ├── [4.0K] cracklib
│ │ │ │ └── [1.8K] cracklib.conf
│ │ │ ├── [4.0K] cron.d
│ │ │ │ ├── [ 219] anacron
│ │ │ │ └── [ 201] e2scrub_all
│ │ │ ├── [4.0K] cron.daily
│ │ │ │ ├── [ 311] 0anacron
│ │ │ │ ├── [ 376] apport
│ │ │ │ ├── [1.4K] apt-compat
│ │ │ │ ├── [ 384] cracklib-runtime
│ │ │ │ ├── [ 123] dpkg
│ │ │ │ ├── [ 377] logrotate
│ │ │ │ └── [1.3K] man-db
│ │ │ ├── [4.0K] cron.hourly
│ │ │ ├── [4.0K] cron.monthly
│ │ │ │ └── [ 313] 0anacron
│ │ │ ├── [1.1K] crontab
│ │ │ ├── [4.0K] cron.weekly
│ │ │ │ ├── [ 312] 0anacron
│ │ │ │ └── [1020] man-db
│ │ │ ├── [4.0K] cups
│ │ │ │ ├── [ 30K] cups-browsed.conf
│ │ │ │ ├── [6.4K] cupsd.conf
│ │ │ │ ├── [2.8K] cups-files.conf
│ │ │ │ ├── [ 240] raw.convs
│ │ │ │ ├── [ 211] raw.types
│ │ │ │ ├── [ 142] snmp.conf
│ │ │ │ ├── [ 682] subscriptions.conf
│ │ │ │ └── [ 682] subscriptions.conf.O
│ │ │ ├── [4.0K] cupshelpers
│ │ │ │ └── [ 10K] preferreddrivers.xml
│ │ │ ├── [4.0K] dbus-1
│ │ │ │ └── [4.0K] system.d
│ │ │ │ ├── [1.1K] avahi-dbus.conf
│ │ │ │ ├── [1.3K] bluetooth.conf
│ │ │ │ ├── [ 752] com.hp.hplip.conf
│ │ │ │ ├── [ 792] com.redhat.NewPrinterNotification.conf
│ │ │ │ ├── [ 799] com.redhat.PrinterDriversInstaller.conf
│ │ │ │ ├── [ 785] com.ubuntu.LanguageSelector.conf
│ │ │ │ ├── [ 662] com.ubuntu.SoftwareProperties.conf
│ │ │ │ ├── [ 766] com.ubuntu.USBCreator.conf
│ │ │ │ ├── [ 929] com.ubuntu.WhoopsiePreferences.conf
│ │ │ │ ├── [ 652] dnsmasq.conf
│ │ │ │ ├── [3.8K] gdm.conf
│ │ │ │ ├── [1016] kerneloops.conf
│ │ │ │ ├── [ 860] net.hadess.PowerProfiles.conf
│ │ │ │ ├── [2.0K] net.hadess.SensorProxy.conf
│ │ │ │ ├── [ 929] net.hadess.SwitcherooControl.conf
│ │ │ │ ├── [ 434] org.debian.apt.conf
│ │ │ │ ├── [ 711] org.freedesktop.GeoClue2.Agent.conf
│ │ │ │ ├── [1.4K] org.freedesktop.GeoClue2.conf
│ │ │ │ ├── [ 15K] org.freedesktop.ModemManager1.conf
│ │ │ │ ├── [1.3K] org.freedesktop.PackageKit.conf
│ │ │ │ ├── [ 930] org.freedesktop.thermald.conf
│ │ │ │ ├── [ 545] org.opensuse.CupsPkHelper.Mechanism.conf
│ │ │ │ ├── [1.1K] pulseaudio-system.conf
│ │ │ │ └── [1009] wpa_supplicant.conf
│ │ │ ├── [4.0K] dconf
│ │ │ │ ├── [4.0K] db
│ │ │ │ │ ├── [2.9K] ibus
│ │ │ │ │ └── [4.0K] ibus.d
│ │ │ │ │ └── [1.5K] 00-upstream-settings
│ │ │ │ └── [4.0K] profile
│ │ │ │ └── [ 28] ibus
│ │ │ ├── [2.9K] debconf.conf
│ │ │ ├── [ 13] debian_version
│ │ │ ├── [4.0K] default
│ │ │ │ ├── [ 346] acpid
│ │ │ │ ├── [4.8K] acpi-support
│ │ │ │ ├── [ 638] alsa
│ │ │ │ ├── [ 328] amd64-microcode
│ │ │ │ ├── [ 830] anacron
│ │ │ │ ├── [ 149] apport
│ │ │ │ ├── [ 219] avahi-daemon
│ │ │ │ ├── [ 384] cacerts
│ │ │ │ ├── [ 285] console-setup
│ │ │ │ ├── [ 150] cron
│ │ │ │ ├── [ 297] dbus
│ │ │ │ ├── [1.2K] grub
│ │ │ │ ├── [4.0K] grub.d
│ │ │ │ │ └── [ 274] init-select.cfg
│ │ │ │ ├── [1.7K] im-config
│ │ │ │ ├── [1.0K] intel-microcode
│ │ │ │ ├── [1.4K] irqbalance
│ │ │ │ ├── [ 84] kerneloops
│ │ │ │ ├── [ 150] keyboard
│ │ │ │ ├── [ 303] locale
│ │ │ │ ├── [ 152] networkd-dispatcher
│ │ │ │ ├── [1.2K] openvpn
│ │ │ │ ├── [2.0K] rsync
│ │ │ │ ├── [ 110] saned
│ │ │ │ ├── [ 133] ssh
│ │ │ │ ├── [1.9K] ufw
│ │ │ │ └── [1.1K] useradd
│ │ │ ├── [ 604] deluser.conf
│ │ │ ├── [4.0K] depmod.d
│ │ │ │ └── [ 31] ubuntu.conf
│ │ │ ├── [4.0K] dhcp
│ │ │ │ ├── [1.4K] debug
│ │ │ │ ├── [1.7K] dhclient.conf
│ │ │ │ ├── [4.0K] dhclient-enter-hooks.d
│ │ │ │ │ ├── [1.1K] avahi-autoipd
│ │ │ │ │ ├── [ 8] debug -> ../debug
│ │ │ │ │ └── [ 421] resolved-enter
│ │ │ │ └── [4.0K] dhclient-exit-hooks.d
│ │ │ │ ├── [ 8] debug -> ../debug
│ │ │ │ ├── [5.4K] resolved
│ │ │ │ ├── [1.7K] rfc3442-classless-routes
│ │ │ │ ├── [1.4K] timesyncd
│ │ │ │ └── [1.1K] zzz_avahi-autoipd
│ │ │ ├── [4.0K] dictionaries-common
│ │ │ │ ├── [ 0] ispell-default
│ │ │ │ └── [ 32] words -> /usr/share/dict/american-english
│ │ │ ├── [4.0K] dpkg
│ │ │ │ ├── [ 446] dpkg.cfg
│ │ │ │ ├── [4.0K] dpkg.cfg.d
│ │ │ │ │ └── [ 204] pkg-config-hook-config
│ │ │ │ └── [4.0K] origins
│ │ │ │ ├── [ 83] debian
│ │ │ │ ├── [ 6] default -> ubuntu
│ │ │ │ └── [ 114] ubuntu
│ │ │ ├── [ 685] e2scrub.conf
│ │ │ ├── [4.0K] emacs
│ │ │ │ └── [4.0K] site-start.d
│ │ │ │ └── [1.8K] 50dictionaries-common.el
│ │ │ ├── [ 106] environment
│ │ │ ├── [4.0K] environment.d
│ │ │ │ ├── [ 57] 90atk-adaptor.conf
│ │ │ │ └── [ 19] 90qt-a11y.conf
│ │ │ ├── [1.8K] ethertypes
│ │ │ ├── [4.0K] firefox
│ │ │ │ └── [4.0K] pref
│ │ │ │ └── [ 355] apturl.js
│ │ │ ├── [4.0K] fonts
│ │ │ │ ├── [4.0K] conf.avail
│ │ │ │ │ ├── [ 225] 10-antialias.conf
│ │ │ │ │ ├── [ 706] 10-autohint.conf
│ │ │ │ │ ├── [ 692] 10-hinting-full.conf
│ │ │ │ │ ├── [ 696] 10-hinting-medium.conf
│ │ │ │ │ ├── [ 692] 10-hinting-none.conf
│ │ │ │ │ ├── [ 696] 10-hinting-slight.conf
│ │ │ │ │ ├── [ 723] 10-no-sub-pixel.conf
│ │ │ │ │ ├── [2.2K] 10-scale-bitmap-fonts.conf
│ │ │ │ │ ├── [ 748] 10-sub-pixel-bgr.conf
│ │ │ │ │ ├── [ 748] 10-sub-pixel-rgb.conf
│ │ │ │ │ ├── [ 758] 10-sub-pixel-vbgr.conf
│ │ │ │ │ ├── [ 758] 10-sub-pixel-vrgb.conf
│ │ │ │ │ ├── [ 701] 10-unhinted.conf
│ │ │ │ │ ├── [ 771] 11-lcdfilter-default.conf
│ │ │ │ │ ├── [ 768] 11-lcdfilter-legacy.conf
│ │ │ │ │ ├── [ 765] 11-lcdfilter-light.conf
│ │ │ │ │ ├── [ 864] 20-unhint-small-dejavu-lgc-sans.conf
│ │ │ │ │ ├── [ 874] 20-unhint-small-dejavu-lgc-sans-mono.conf
│ │ │ │ │ ├── [ 866] 20-unhint-small-dejavu-lgc-serif.conf
│ │ │ │ │ ├── [ 856] 20-unhint-small-dejavu-sans.conf
│ │ │ │ │ ├── [ 866] 20-unhint-small-dejavu-sans-mono.conf
│ │ │ │ │ ├── [ 858] 20-unhint-small-dejavu-serif.conf
│ │ │ │ │ ├── [1.5K] 20-unhint-small-vera.conf
│ │ │ │ │ ├── [3.4K] 25-unhint-nonlatin.conf
│ │ │ │ │ ├── [ 16K] 30-cjk-aliases.conf
│ │ │ │ │ ├── [ 218] 30-droid-noto-mono.conf
│ │ │ │ │ ├── [ 13K] 30-metric-aliases.conf
│ │ │ │ │ ├── [5.5K] 40-nonlatin.conf
│ │ │ │ │ ├── [3.5K] 45-generic.conf
│ │ │ │ │ ├── [6.5K] 45-latin.conf
│ │ │ │ │ ├── [ 799] 49-sansserif.conf
│ │ │ │ │ ├── [ 911] 50-user.conf
│ │ │ │ │ ├── [ 423] 51-local.conf
│ │ │ │ │ ├── [ 943] 53-monospace-lcd-filter.conf
│ │ │ │ │ ├── [ 806] 56-language-selector-ar.conf
│ │ │ │ │ ├── [1.7K] 57-dejavu-sans.conf
│ │ │ │ │ ├── [1.2K] 57-dejavu-sans-mono.conf
│ │ │ │ │ ├── [1.3K] 57-dejavu-serif.conf
│ │ │ │ │ ├── [2.0K] 58-dejavu-lgc-sans.conf
│ │ │ │ │ ├── [1.5K] 58-dejavu-lgc-sans-mono.conf
│ │ │ │ │ ├── [1.6K] 58-dejavu-lgc-serif.conf
│ │ │ │ │ ├── [ 488] 59-lohit-devanagari.conf
│ │ │ │ │ ├── [2.0K] 60-generic.conf
│ │ │ │ │ ├── [2.0K] 60-latin.conf
│ │ │ │ │ ├── [ 998] 64-language-selector-prefer.conf
│ │ │ │ │ ├── [1.0K] 65-0-fonts-beng-extra.conf
│ │ │ │ │ ├── [4.9K] 65-0-fonts-deva-extra.conf
│ │ │ │ │ ├── [ 779] 65-0-fonts-gubbi.conf
│ │ │ │ │ ├── [ 687] 65-0-fonts-gujr-extra.conf
│ │ │ │ │ ├── [ 689] 65-0-fonts-guru-extra.conf
│ │ │ │ │ ├── [ 678] 65-0-fonts-orya-extra.conf
│ │ │ │ │ ├── [ 648] 65-0-fonts-pagul.conf
│ │ │ │ │ ├── [ 684] 65-0-fonts-telu-extra.conf
│ │ │ │ │ ├── [ 438] 65-0-smc-meera.conf
│ │ │ │ │ ├── [ 432] 65-0-smc-rachana.conf
│ │ │ │ │ ├── [ 202] 65-droid-sans-fallback.conf
│ │ │ │ │ ├── [ 10K] 65-fonts-persian.conf
│ │ │ │ │ ├── [ 464] 65-khmer.conf
│ │ │ │ │ ├── [7.8K] 65-nonlatin.conf
│ │ │ │ │ ├── [ 642] 66-lohit-assamese.conf
│ │ │ │ │ ├── [ 639] 66-lohit-bengali.conf
│ │ │ │ │ ├── [2.8K] 66-lohit-devanagari.conf
│ │ │ │ │ ├── [ 643] 66-lohit-gujarati.conf
│ │ │ │ │ ├── [ 640] 66-lohit-gurmukhi.conf
│ │ │ │ │ ├── [ 636] 66-lohit-kannada.conf
│ │ │ │ │ ├── [ 631] 66-lohit-odia.conf
│ │ │ │ │ ├── [ 663] 66-lohit-tamil-classical.conf
│ │ │ │ │ ├── [ 633] 66-lohit-tamil.conf
│ │ │ │ │ ├── [ 451] 66-lohit-telugu.conf
│ │ │ │ │ ├── [ 441] 67-fonts-smc-manjari.conf
│ │ │ │ │ ├── [ 643] 67-lohit-malayalam.conf
│ │ │ │ │ ├── [ 438] 67-smc-anjalioldlipi.conf
│ │ │ │ │ ├── [ 422] 67-smc-chilanka.conf
│ │ │ │ │ ├── [ 424] 67-smc-dyuthi.conf
│ │ │ │ │ ├── [ 420] 67-smc-karumbi.conf
│ │ │ │ │ ├── [ 432] 67-smc-keraleeyam.conf
│ │ │ │ │ ├── [ 473] 67-smc-raghumalayalamsans.conf
│ │ │ │ │ ├── [ 424] 67-smc-suruma.conf
│ │ │ │ │ ├── [ 415] 67-smc-uroob.conf
│ │ │ │ │ ├── [ 819] 69-language-selector-ja.conf
│ │ │ │ │ ├── [1.7K] 69-language-selector-zh-cn.conf
│ │ │ │ │ ├── [1.5K] 69-language-selector-zh-hk.conf
│ │ │ │ │ ├── [1.6K] 69-language-selector-zh-mo.conf
│ │ │ │ │ ├── [1.7K] 69-language-selector-zh-sg.conf
│ │ │ │ │ ├── [2.1K] 69-language-selector-zh-tw.conf
│ │ │ │ │ ├── [ 847] 69-unifont.conf
│ │ │ │ │ ├── [ 487] 70-force-bitmaps.conf
│ │ │ │ │ ├── [ 487] 70-no-bitmaps.conf
│ │ │ │ │ ├── [ 77] 70-yes-bitmaps.conf
│ │ │ │ │ ├── [ 597] 80-delicious.conf
│ │ │ │ │ ├── [1.9K] 90-synthetic.conf
│ │ │ │ │ └── [1.8K] 99-language-selector-zh.conf
│ │ │ │ ├── [4.0K] conf.d
│ │ │ │ │ ├── [ 31] 10-antialias.conf -> ../conf.avail/10-antialias.conf
│ │ │ │ │ ├── [ 36] 10-hinting-slight.conf -> ../conf.avail/10-hinting-slight.conf
│ │ │ │ │ ├── [ 40] 10-scale-bitmap-fonts.conf -> ../conf.avail/10-scale-bitmap-fonts.conf
│ │ │ │ │ ├── [ 39] 11-lcdfilter-default.conf -> ../conf.avail/11-lcdfilter-default.conf
│ │ │ │ │ ├── [ 50] 20-unhint-small-dejavu-lgc-sans.conf -> ../conf.avail/20-unhint-small-dejavu-lgc-sans.conf
│ │ │ │ │ ├── [ 55] 20-unhint-small-dejavu-lgc-sans-mono.conf -> ../conf.avail/20-unhint-small-dejavu-lgc-sans-mono.conf
│ │ │ │ │ ├── [ 51] 20-unhint-small-dejavu-lgc-serif.conf -> ../conf.avail/20-unhint-small-dejavu-lgc-serif.conf
│ │ │ │ │ ├── [ 46] 20-unhint-small-dejavu-sans.conf -> ../conf.avail/20-unhint-small-dejavu-sans.conf
│ │ │ │ │ ├── [ 51] 20-unhint-small-dejavu-sans-mono.conf -> ../conf.avail/20-unhint-small-dejavu-sans-mono.conf
│ │ │ │ │ ├── [ 47] 20-unhint-small-dejavu-serif.conf -> ../conf.avail/20-unhint-small-dejavu-serif.conf
│ │ │ │ │ ├── [ 39] 20-unhint-small-vera.conf -> ../conf.avail/20-unhint-small-vera.conf
│ │ │ │ │ ├── [ 33] 30-cjk-aliases.conf -> ../conf.avail/30-cjk-aliases.conf
│ │ │ │ │ ├── [ 36] 30-metric-aliases.conf -> ../conf.avail/30-metric-aliases.conf
│ │ │ │ │ ├── [ 51] 30-opensymbol.conf -> /usr/share/fontconfig/conf.avail/30-opensymbol.conf
│ │ │ │ │ ├── [ 30] 40-nonlatin.conf -> ../conf.avail/40-nonlatin.conf
│ │ │ │ │ ├── [ 29] 45-generic.conf -> ../conf.avail/45-generic.conf
│ │ │ │ │ ├── [ 27] 45-latin.conf -> ../conf.avail/45-latin.conf
│ │ │ │ │ ├── [ 31] 49-sansserif.conf -> ../conf.avail/49-sansserif.conf
│ │ │ │ │ ├── [ 26] 50-user.conf -> ../conf.avail/50-user.conf
│ │ │ │ │ ├── [ 27] 51-local.conf -> ../conf.avail/51-local.conf
│ │ │ │ │ ├── [ 42] 56-language-selector-ar.conf -> ../conf.avail/56-language-selector-ar.conf
│ │ │ │ │ ├── [ 33] 57-dejavu-sans.conf -> ../conf.avail/57-dejavu-sans.conf
│ │ │ │ │ ├── [ 38] 57-dejavu-sans-mono.conf -> ../conf.avail/57-dejavu-sans-mono.conf
│ │ │ │ │ ├── [ 34] 57-dejavu-serif.conf -> ../conf.avail/57-dejavu-serif.conf
│ │ │ │ │ ├── [ 37] 58-dejavu-lgc-sans.conf -> ../conf.avail/58-dejavu-lgc-sans.conf
│ │ │ │ │ ├── [ 42] 58-dejavu-lgc-sans-mono.conf -> ../conf.avail/58-dejavu-lgc-sans-mono.conf
│ │ │ │ │ ├── [ 38] 58-dejavu-lgc-serif.conf -> ../conf.avail/58-dejavu-lgc-serif.conf
│ │ │ │ │ ├── [ 38] 59-lohit-devanagari.conf -> ../conf.avail/59-lohit-devanagari.conf
│ │ │ │ │ ├── [ 29] 60-generic.conf -> ../conf.avail/60-generic.conf
│ │ │ │ │ ├── [ 27] 60-latin.conf -> ../conf.avail/60-latin.conf
│ │ │ │ │ ├── [ 49] 61-urw-bookman.conf -> /usr/share/fontconfig/conf.avail/urw-bookman.conf
│ │ │ │ │ ├── [ 46] 61-urw-c059.conf -> /usr/share/fontconfig/conf.avail/urw-c059.conf
│ │ │ │ │ ├── [ 50] 61-urw-d050000l.conf -> /usr/share/fontconfig/conf.avail/urw-d050000l.conf
│ │ │ │ │ ├── [ 60] 61-urw-fallback-backwards.conf -> /usr/share/fontconfig/conf.avail/urw-fallback-backwards.conf
│ │ │ │ │ ├── [ 59] 61-urw-fallback-generics.conf -> /usr/share/fontconfig/conf.avail/urw-fallback-generics.conf
│ │ │ │ │ ├── [ 48] 61-urw-gothic.conf -> /usr/share/fontconfig/conf.avail/urw-gothic.conf
│ │ │ │ │ ├── [ 56] 61-urw-nimbus-mono-ps.conf -> /usr/share/fontconfig/conf.avail/urw-nimbus-mono-ps.conf
│ │ │ │ │ ├── [ 54] 61-urw-nimbus-roman.conf -> /usr/share/fontconfig/conf.avail/urw-nimbus-roman.conf
│ │ │ │ │ ├── [ 53] 61-urw-nimbus-sans.conf -> /usr/share/fontconfig/conf.avail/urw-nimbus-sans.conf
│ │ │ │ │ ├── [ 46] 61-urw-p052.conf -> /usr/share/fontconfig/conf.avail/urw-p052.conf
│ │ │ │ │ ├── [ 61] 61-urw-standard-symbols-ps.conf -> /usr/share/fontconfig/conf.avail/urw-standard-symbols-ps.conf
│ │ │ │ │ ├── [ 46] 61-urw-z003.conf -> /usr/share/fontconfig/conf.avail/urw-z003.conf
│ │ │ │ │ ├── [ 56] 64-01-tlwg-kinnari.conf -> /usr/share/fontconfig/conf.avail/64-01-tlwg-kinnari.conf
│ │ │ │ │ ├── [ 55] 64-02-tlwg-norasi.conf -> /usr/share/fontconfig/conf.avail/64-02-tlwg-norasi.conf
│ │ │ │ │ ├── [ 53] 64-10-tlwg-loma.conf -> /usr/share/fontconfig/conf.avail/64-10-tlwg-loma.conf
│ │ │ │ │ ├── [ 54] 64-11-tlwg-waree.conf -> /usr/share/fontconfig/conf.avail/64-11-tlwg-waree.conf
│ │ │ │ │ ├── [ 55] 64-13-tlwg-garuda.conf -> /usr/share/fontconfig/conf.avail/64-13-tlwg-garuda.conf
│ │ │ │ │ ├── [ 55] 64-14-tlwg-umpush.conf -> /usr/share/fontconfig/conf.avail/64-14-tlwg-umpush.conf
│ │ │ │ │ ├── [ 52] 64-15-laksaman.conf -> /usr/share/fontconfig/conf.avail/64-15-laksaman.conf
│ │ │ │ │ ├── [ 53] 64-21-tlwg-typo.conf -> /usr/share/fontconfig/conf.avail/64-21-tlwg-typo.conf
│ │ │ │ │ ├── [ 55] 64-22-tlwg-typist.conf -> /usr/share/fontconfig/conf.avail/64-22-tlwg-typist.conf
│ │ │ │ │ ├── [ 53] 64-23-tlwg-mono.conf -> /usr/share/fontconfig/conf.avail/64-23-tlwg-mono.conf
│ │ │ │ │ ├── [ 46] 64-language-selector-prefer.conf -> ../conf.avail/64-language-selector-prefer.conf
│ │ │ │ │ ├── [ 40] 65-0-fonts-beng-extra.conf -> ../conf.avail/65-0-fonts-beng-extra.conf
│ │ │ │ │ ├── [ 40] 65-0-fonts-deva-extra.conf -> ../conf.avail/65-0-fonts-deva-extra.conf
│ │ │ │ │ ├── [ 35] 65-0-fonts-gubbi.conf -> ../conf.avail/65-0-fonts-gubbi.conf
│ │ │ │ │ ├── [ 40] 65-0-fonts-gujr-extra.conf -> ../conf.avail/65-0-fonts-gujr-extra.conf
│ │ │ │ │ ├── [ 40] 65-0-fonts-guru-extra.conf -> ../conf.avail/65-0-fonts-guru-extra.conf
│ │ │ │ │ ├── [ 40] 65-0-fonts-orya-extra.conf -> ../conf.avail/65-0-fonts-orya-extra.conf
│ │ │ │ │ ├── [ 35] 65-0-fonts-pagul.conf -> ../conf.avail/65-0-fonts-pagul.conf
│ │ │ │ │ ├── [ 40] 65-0-fonts-telu-extra.conf -> ../conf.avail/65-0-fonts-telu-extra.conf
│ │ │ │ │ ├── [ 33] 65-0-smc-meera.conf -> ../conf.avail/65-0-smc-meera.conf
│ │ │ │ │ ├── [ 35] 65-0-smc-rachana.conf -> ../conf.avail/65-0-smc-rachana.conf
│ │ │ │ │ ├── [ 41] 65-droid-sans-fallback.conf -> ../conf.avail/65-droid-sans-fallback.conf
│ │ │ │ │ ├── [ 35] 65-fonts-persian.conf -> ../conf.avail/65-fonts-persian.conf
│ │ │ │ │ ├── [ 428] 65-khmer.conf
│ │ │ │ │ ├── [ 30] 65-nonlatin.conf -> ../conf.avail/65-nonlatin.conf
│ │ │ │ │ ├── [ 36] 66-lohit-assamese.conf -> ../conf.avail/66-lohit-assamese.conf
│ │ │ │ │ ├── [ 35] 66-lohit-bengali.conf -> ../conf.avail/66-lohit-bengali.conf
│ │ │ │ │ ├── [ 38] 66-lohit-devanagari.conf -> ../conf.avail/66-lohit-devanagari.conf
│ │ │ │ │ ├── [ 36] 66-lohit-gujarati.conf -> ../conf.avail/66-lohit-gujarati.conf
│ │ │ │ │ ├── [ 36] 66-lohit-gurmukhi.conf -> ../conf.avail/66-lohit-gurmukhi.conf
│ │ │ │ │ ├── [ 35] 66-lohit-kannada.conf -> ../conf.avail/66-lohit-kannada.conf
│ │ │ │ │ ├── [ 32] 66-lohit-odia.conf -> ../conf.avail/66-lohit-odia.conf
│ │ │ │ │ ├── [ 43] 66-lohit-tamil-classical.conf -> ../conf.avail/66-lohit-tamil-classical.conf
│ │ │ │ │ ├── [ 33] 66-lohit-tamil.conf -> ../conf.avail/66-lohit-tamil.conf
│ │ │ │ │ ├── [ 34] 66-lohit-telugu.conf -> ../conf.avail/66-lohit-telugu.conf
│ │ │ │ │ ├── [ 39] 67-fonts-smc-manjari.conf -> ../conf.avail/67-fonts-smc-manjari.conf
│ │ │ │ │ ├── [ 39] 67-smc-anjalioldlipi.conf -> ../conf.avail/67-smc-anjalioldlipi.conf
│ │ │ │ │ ├── [ 34] 67-smc-chilanka.conf -> ../conf.avail/67-smc-chilanka.conf
│ │ │ │ │ ├── [ 32] 67-smc-dyuthi.conf -> ../conf.avail/67-smc-dyuthi.conf
│ │ │ │ │ ├── [ 33] 67-smc-karumbi.conf -> ../conf.avail/67-smc-karumbi.conf
│ │ │ │ │ ├── [ 36] 67-smc-keraleeyam.conf -> ../conf.avail/67-smc-keraleeyam.conf
│ │ │ │ │ ├── [ 44] 67-smc-raghumalayalamsans.conf -> ../conf.avail/67-smc-raghumalayalamsans.conf
│ │ │ │ │ ├── [ 32] 67-smc-suruma.conf -> ../conf.avail/67-smc-suruma.conf
│ │ │ │ │ ├── [ 31] 67-smc-uroob.conf -> ../conf.avail/67-smc-uroob.conf
│ │ │ │ │ ├── [ 42] 69-language-selector-ja.conf -> ../conf.avail/69-language-selector-ja.conf
│ │ │ │ │ ├── [ 45] 69-language-selector-zh-cn.conf -> ../conf.avail/69-language-selector-zh-cn.conf
│ │ │ │ │ ├── [ 45] 69-language-selector-zh-hk.conf -> ../conf.avail/69-language-selector-zh-hk.conf
│ │ │ │ │ ├── [ 45] 69-language-selector-zh-mo.conf -> ../conf.avail/69-language-selector-zh-mo.conf
│ │ │ │ │ ├── [ 45] 69-language-selector-zh-sg.conf -> ../conf.avail/69-language-selector-zh-sg.conf
│ │ │ │ │ ├── [ 45] 69-language-selector-zh-tw.conf -> ../conf.avail/69-language-selector-zh-tw.conf
│ │ │ │ │ ├── [ 29] 69-unifont.conf -> ../conf.avail/69-unifont.conf
│ │ │ │ │ ├── [ 55] 70-fonts-noto-cjk.conf -> /usr/share/fontconfig/conf.avail/70-fonts-noto-cjk.conf
│ │ │ │ │ ├── [ 32] 70-no-bitmaps.conf -> ../conf.avail/70-no-bitmaps.conf
│ │ │ │ │ ├── [ 31] 80-delicious.conf -> ../conf.avail/80-delicious.conf
│ │ │ │ │ ├── [ 62] 89-tlwg-garuda-synthetic.conf -> /usr/share/fontconfig/conf.avail/89-tlwg-garuda-synthetic.conf
│ │ │ │ │ ├── [ 63] 89-tlwg-kinnari-synthetic.conf -> /usr/share/fontconfig/conf.avail/89-tlwg-kinnari-synthetic.conf
│ │ │ │ │ ├── [ 64] 89-tlwg-laksaman-synthetic.conf -> /usr/share/fontconfig/conf.avail/89-tlwg-laksaman-synthetic.conf
│ │ │ │ │ ├── [ 62] 89-tlwg-umpush-synthetic.conf -> /usr/share/fontconfig/conf.avail/89-tlwg-umpush-synthetic.conf
│ │ │ │ │ ├── [ 31] 90-synthetic.conf -> ../conf.avail/90-synthetic.conf
│ │ │ │ │ ├── [ 42] 99-language-selector-zh.conf -> ../conf.avail/99-language-selector-zh.conf
│ │ │ │ │ └── [ 978] README
│ │ │ │ └── [2.7K] fonts.conf
│ │ │ ├── [ 20] fprintd.conf
│ │ │ ├── [ 740] fstab
│ │ │ ├── [ 694] fuse.conf
│ │ │ ├── [4.0K] fwupd
│ │ │ │ ├── [1.9K] daemon.conf
│ │ │ │ ├── [ 94] msr.conf
│ │ │ │ ├── [ 486] redfish.conf
│ │ │ │ ├── [4.0K] remotes.d
│ │ │ │ │ ├── [ 247] dell-esrt.conf
│ │ │ │ │ ├── [ 406] lvfs.conf
│ │ │ │ │ ├── [ 363] lvfs-testing.conf
│ │ │ │ │ ├── [ 317] vendor.conf
│ │ │ │ │ └── [ 296] vendor-directory.conf
│ │ │ │ ├── [ 274] thunderbolt.conf
│ │ │ │ └── [ 785] uefi_capsule.conf
│ │ │ ├── [2.5K] gai.conf
│ │ │ ├── [4.0K] gdb
│ │ │ │ └── [ 39] gdbinit
│ │ │ ├── [4.0K] gdm3
│ │ │ │ ├── [ 996] config-error-dialog.sh
│ │ │ │ ├── [ 554] custom.conf
│ │ │ │ ├── [1.4K] greeter.dconf-defaults
│ │ │ │ ├── [4.0K] Init
│ │ │ │ │ └── [2.7K] Default
│ │ │ │ ├── [4.0K] PostLogin
│ │ │ │ │ └── [ 441] Default.sample
│ │ │ │ ├── [4.0K] PostSession
│ │ │ │ │ └── [ 18] Default
│ │ │ │ ├── [4.0K] PreSession
│ │ │ │ │ └── [ 258] Default
│ │ │ │ ├── [4.0K] Prime
│ │ │ │ │ └── [ 97] Default
│ │ │ │ ├── [4.0K] PrimeOff
│ │ │ │ │ └── [ 93] Default
│ │ │ │ └── [7.1K] Xsession
│ │ │ ├── [4.0K] geoclue
│ │ │ │ └── [3.5K] geoclue.conf
│ │ │ ├── [4.0K] ghostscript
│ │ │ │ └── [4.0K] cidfmap.d
│ │ │ │ ├── [ 475] 90gs-cjk-resource-cns1.conf
│ │ │ │ ├── [ 504] 90gs-cjk-resource-gb1.conf
│ │ │ │ ├── [ 546] 90gs-cjk-resource-japan1.conf
│ │ │ │ ├── [ 387] 90gs-cjk-resource-japan2.conf
│ │ │ │ └── [ 786] 90gs-cjk-resource-korea1.conf
│ │ │ ├── [4.0K] gnome
│ │ │ │ ├── [ 12K] defaults.list
│ │ │ │ └── [4.5K] menus.blacklist
│ │ │ ├── [4.0K] groff
│ │ │ │ ├── [1.0K] man.local
│ │ │ │ └── [1.0K] mdoc.local
│ │ │ ├── [1.1K] group-
│ │ │ ├── [4.0K] grub.d
│ │ │ │ ├── [ 10K] 00_header
│ │ │ │ ├── [6.1K] 05_debian_theme
│ │ │ │ ├── [ 18K] 10_linux
│ │ │ │ ├── [ 42K] 10_linux_zfs
│ │ │ │ ├── [ 14K] 20_linux_xen
│ │ │ │ ├── [2.9K] 20_memtest86+
│ │ │ │ ├── [ 13K] 30_os-prober
│ │ │ │ ├── [1.3K] 30_uefi-firmware
│ │ │ │ ├── [ 700] 35_fwupd
│ │ │ │ ├── [ 214] 40_custom
│ │ │ │ ├── [ 215] 41_custom
│ │ │ │ └── [ 483] README
│ │ │ ├── [4.0K] gtk-2.0
│ │ │ │ └── [ 890] im-multipress.conf
│ │ │ ├── [4.0K] gtk-3.0
│ │ │ │ ├── [ 890] im-multipress.conf
│ │ │ │ └── [ 126] settings.ini
│ │ │ ├── [4.3K] hdparm.conf
│ │ │ ├── [ 92] host.conf
│ │ │ ├── [ 4] hostid
│ │ │ ├── [ 23] hostname
│ │ │ ├── [ 237] hosts
│ │ │ ├── [ 411] hosts.allow
│ │ │ ├── [ 711] hosts.deny
│ │ │ ├── [4.0K] hp
│ │ │ │ └── [ 975] hplip.conf
│ │ │ ├── [4.0K] ifplugd
│ │ │ │ └── [4.0K] action.d
│ │ │ │ └── [ 34] action_wpa -> ../../wpa_supplicant/action_wpa.sh
│ │ │ ├── [4.0K] init
│ │ │ │ └── [ 453] whoopsie.conf
│ │ │ ├── [4.0K] init.d
│ │ │ │ ├── [2.2K] acpid
│ │ │ │ ├── [5.4K] alsa-utils
│ │ │ │ ├── [2.0K] anacron
│ │ │ │ ├── [3.7K] apparmor
│ │ │ │ ├── [2.8K] apport
│ │ │ │ ├── [2.3K] avahi-daemon
│ │ │ │ ├── [2.9K] bluetooth
│ │ │ │ ├── [1.2K] console-setup.sh
│ │ │ │ ├── [3.0K] cron
│ │ │ │ ├── [2.7K] cups
│ │ │ │ ├── [1.9K] cups-browsed
│ │ │ │ ├── [3.1K] dbus
│ │ │ │ ├── [3.0K] gdm3
│ │ │ │ ├── [ 985] grub-common
│ │ │ │ ├── [1.7K] hwclock.sh
│ │ │ │ ├── [2.6K] irqbalance
│ │ │ │ ├── [3.1K] kerneloops
│ │ │ │ ├── [1.4K] keyboard-setup.sh
│ │ │ │ ├── [2.0K] kmod
│ │ │ │ ├── [1.8K] open-vm-tools
│ │ │ │ ├── [8.9K] openvpn
│ │ │ │ ├── [1.4K] plymouth
│ │ │ │ ├── [ 760] plymouth-log
│ │ │ │ ├── [ 959] procps
│ │ │ │ ├── [ 469] pulseaudio-enable-autospawn
│ │ │ │ ├── [4.3K] rsync
│ │ │ │ ├── [2.2K] saned
│ │ │ │ ├── [2.0K] speech-dispatcher
│ │ │ │ ├── [2.4K] spice-vdagent
│ │ │ │ ├── [4.0K] ssh
│ │ │ │ ├── [6.7K] udev
│ │ │ │ ├── [2.0K] ufw
│ │ │ │ ├── [1.4K] unattended-upgrades
│ │ │ │ ├── [1.3K] uuidd
│ │ │ │ ├── [ 485] whoopsie
│ │ │ │ └── [2.7K] x11-common
│ │ │ ├── [4.0K] initramfs-tools
│ │ │ │ ├── [1.3K] initramfs.conf
│ │ │ │ ├── [ 246] modules
│ │ │ │ └── [ 378] update-initramfs.conf
│ │ │ ├── [1.7K] inputrc
│ │ │ ├── [4.0K] insserv.conf.d
│ │ │ │ └── [ 24] gdm3
│ │ │ ├── [4.0K] ipp-usb
│ │ │ │ └── [1.6K] ipp-usb.conf
│ │ │ ├── [4.0K] iproute2
│ │ │ │ ├── [ 85] bpf_pinning
│ │ │ │ ├── [ 81] ematch_map
│ │ │ │ ├── [ 31] group
│ │ │ │ ├── [ 262] nl_protos
│ │ │ │ ├── [ 331] rt_dsfield
│ │ │ │ ├── [ 219] rt_protos
│ │ │ │ ├── [4.0K] rt_protos.d
│ │ │ │ │ └── [ 144] README
│ │ │ │ ├── [ 112] rt_realms
│ │ │ │ ├── [ 92] rt_scopes
│ │ │ │ ├── [ 87] rt_tables
│ │ │ │ └── [4.0K] rt_tables.d
│ │ │ │ └── [ 144] README
│ │ │ ├── [ 26] issue
│ │ │ ├── [ 19] issue.net
│ │ │ ├── [4.0K] kernel
│ │ │ │ ├── [4.0K] postinst.d
│ │ │ │ │ ├── [ 863] initramfs-tools
│ │ │ │ │ ├── [1.1K] unattended-upgrades
│ │ │ │ │ ├── [ 49] update-notifier -> /usr/share/update-notifier/notify-reboot-required
│ │ │ │ │ ├── [ 882] xx-update-initrd-links
│ │ │ │ │ ├── [ 372] zz-shim
│ │ │ │ │ └── [ 646] zz-update-grub
│ │ │ │ ├── [4.0K] postrm.d
│ │ │ │ │ ├── [ 816] initramfs-tools
│ │ │ │ │ └── [ 646] zz-update-grub
│ │ │ │ └── [4.0K] preinst.d
│ │ │ │ └── [ 529] intel-microcode
│ │ │ ├── [ 110] kernel-img.conf
│ │ │ ├── [1.3K] kerneloops.conf
│ │ │ ├── [4.0K] ldap
│ │ │ │ └── [ 334] ldap.conf
│ │ │ ├── [ 34] ld.so.conf
│ │ │ ├── [4.0K] ld.so.conf.d
│ │ │ │ ├── [ 44] libc.conf
│ │ │ │ └── [ 100] x86_64-linux-gnu.conf
│ │ │ ├── [ 267] legal
│ │ │ ├── [ 27] libao.conf
│ │ │ ├── [ 191] libaudit.conf
│ │ │ ├── [4.0K] libblockdev
│ │ │ │ └── [4.0K] conf.d
│ │ │ │ └── [ 949] 00-default.cfg
│ │ │ ├── [4.0K] libnl-3
│ │ │ │ ├── [1.1K] classid
│ │ │ │ └── [1.5K] pktloc
│ │ │ ├── [4.0K] libreoffice
│ │ │ │ ├── [3.9K] psprint.conf
│ │ │ │ ├── [4.0K] registry
│ │ │ │ │ ├── [213K] calc.xcd
│ │ │ │ │ ├── [ 66K] draw.xcd
│ │ │ │ │ ├── [1.0K] gnome.xcd
│ │ │ │ │ ├── [ 83K] graphicfilter.xcd
│ │ │ │ │ ├── [289K] impress.xcd
│ │ │ │ │ ├── [ 568] Langpack-en-US.xcd
│ │ │ │ │ ├── [1.7K] lingucomponent.xcd
│ │ │ │ │ ├── [2.1M] main.xcd
│ │ │ │ │ ├── [ 23K] math.xcd
│ │ │ │ │ ├── [ 715] ogltrans.xcd
│ │ │ │ │ ├── [ 64] oo-ad-ldap.xcd.sample -> /usr/share/doc/libreoffice-common/examples/oo-ad-ldap.xcd.sample
│ │ │ │ │ ├── [ 61] oo-ldap.xcd.sample -> /usr/share/doc/libreoffice-common/examples/oo-ldap.xcd.sample
│ │ │ │ │ ├── [9.1K] pdfimport.xcd
│ │ │ │ │ ├── [ 584] pyuno.xcd
│ │ │ │ │ ├── [4.0K] res
│ │ │ │ │ │ └── [ 38K] fcfg_langpack_en-US.xcd
│ │ │ │ │ ├── [428K] writer.xcd
│ │ │ │ │ └── [ 18K] xsltfilter.xcd
│ │ │ │ ├── [ 434] sofficerc
│ │ │ │ └── [ 803] soffice.sh
│ │ │ ├── [2.9K] locale.alias
│ │ │ ├── [ 33] localtime -> /usr/share/zoneinfo/Asia/Shanghai
│ │ │ ├── [4.0K] logcheck
│ │ │ │ ├── [4.0K] ignore.d.paranoid
│ │ │ │ │ └── [ 182] cracklib-runtime
│ │ │ │ └── [4.0K] ignore.d.server
│ │ │ │ ├── [1.3K] gpg-agent
│ │ │ │ ├── [ 93] libsasl2-modules
│ │ │ │ └── [ 656] rsyslog
│ │ │ ├── [4.0K] logrotate.d
│ │ │ │ ├── [ 120] alternatives
│ │ │ │ ├── [ 126] apport
│ │ │ │ ├── [ 173] apt
│ │ │ │ ├── [ 91] bootlog
│ │ │ │ ├── [ 130] btmp
│ │ │ │ ├── [ 181] cups-daemon
│ │ │ │ ├── [ 112] dpkg
│ │ │ │ ├── [ 94] ppp
│ │ │ │ ├── [ 374] rsyslog
│ │ │ │ ├── [ 132] sane-utils
│ │ │ │ ├── [ 677] speech-dispatcher
│ │ │ │ ├── [ 270] ubuntu-advantage-tools
│ │ │ │ ├── [ 209] ufw
│ │ │ │ ├── [ 235] unattended-upgrades
│ │ │ │ └── [ 145] wtmp
│ │ │ ├── [4.0K] modprobe.d
│ │ │ │ ├── [2.4K] alsa-base.conf
│ │ │ │ ├── [ 154] amd64-microcode-blacklist.conf
│ │ │ │ ├── [ 325] blacklist-ath_pci.conf
│ │ │ │ ├── [1.5K] blacklist.conf
│ │ │ │ ├── [ 210] blacklist-firewire.conf
│ │ │ │ ├── [ 677] blacklist-framebuffer.conf
│ │ │ │ ├── [ 156] blacklist-modem.conf
│ │ │ │ ├── [ 41] blacklist-oss.conf -> /lib/linux-sound-base/noOSS.modprobe.conf
│ │ │ │ ├── [ 583] blacklist-rare-network.conf
│ │ │ │ ├── [ 154] intel-microcode-blacklist.conf
│ │ │ │ └── [ 347] iwlwifi.conf
│ │ │ ├── [4.0K] modules-load.d
│ │ │ │ ├── [ 119] cups-filters.conf
│ │ │ │ ├── [ 10] modules.conf -> ../modules
│ │ │ │ └── [ 103] snap.docker.conf
│ │ │ ├── [4.0K] netplan
│ │ │ │ └── [ 104] 01-network-manager-all.yaml
│ │ │ ├── [4.0K] network
│ │ │ │ ├── [4.0K] if-down.d
│ │ │ │ │ ├── [1015] avahi-autoipd
│ │ │ │ │ ├── [ 372] openvpn
│ │ │ │ │ └── [ 32] wpasupplicant -> ../../wpa_supplicant/ifupdown.sh
│ │ │ │ ├── [4.0K] if-post-down.d
│ │ │ │ │ ├── [1.4K] wireless-tools
│ │ │ │ │ └── [ 32] wpasupplicant -> ../../wpa_supplicant/ifupdown.sh
│ │ │ │ ├── [4.0K] if-pre-up.d
│ │ │ │ │ ├── [ 344] ethtool
│ │ │ │ │ ├── [4.1K] wireless-tools
│ │ │ │ │ └── [ 32] wpasupplicant -> ../../wpa_supplicant/ifupdown.sh
│ │ │ │ └── [4.0K] if-up.d
│ │ │ │ ├── [ 923] avahi-autoipd
│ │ │ │ ├── [1.6K] ethtool
│ │ │ │ ├── [ 385] openvpn
│ │ │ │ └── [ 32] wpasupplicant -> ../../wpa_supplicant/ifupdown.sh
│ │ │ ├── [4.0K] NetworkManager
│ │ │ │ ├── [4.0K] conf.d
│ │ │ │ │ └── [ 32] default-wifi-powersave-on.conf
│ │ │ │ ├── [4.0K] dispatcher.d
│ │ │ │ │ └── [2.2K] 01-ifupdown
│ │ │ │ └── [ 98] NetworkManager.conf
│ │ │ ├── [4.0K] newt
│ │ │ │ ├── [ 30] palette -> /etc/alternatives/newt-palette
│ │ │ │ ├── [ 0] palette.original
│ │ │ │ └── [ 160] palette.ubuntu
│ │ │ ├── [ 542] nsswitch.conf
│ │ │ ├── [4.0K] openvpn
│ │ │ │ └── [1.4K] update-resolv-conf
│ │ │ ├── [4.0K] PackageKit
│ │ │ │ ├── [ 706] PackageKit.conf
│ │ │ │ └── [1.7K] Vendor.conf
│ │ │ ├── [4.0K] pam.d
│ │ │ │ ├── [ 384] chfn
│ │ │ │ ├── [ 92] chpasswd
│ │ │ │ ├── [ 581] chsh
│ │ │ │ ├── [1.3K] common-account
│ │ │ │ ├── [1.3K] common-auth
│ │ │ │ ├── [1.7K] common-password
│ │ │ │ ├── [1.4K] common-session
│ │ │ │ ├── [1.4K] common-session-noninteractive
│ │ │ │ ├── [ 606] cron
│ │ │ │ ├── [ 69] cups
│ │ │ │ ├── [1.2K] gdm-autologin
│ │ │ │ ├── [1.3K] gdm-fingerprint
│ │ │ │ ├── [ 383] gdm-launch-environment
│ │ │ │ ├── [1.3K] gdm-password
│ │ │ │ ├── [ 31] gdm-smartcard -> /etc/alternatives/gdm-smartcard
│ │ │ │ ├── [1.4K] gdm-smartcard-pkcs11-exclusive
│ │ │ │ ├── [1.4K] gdm-smartcard-sssd-exclusive
│ │ │ │ ├── [1.4K] gdm-smartcard-sssd-or-password
│ │ │ │ ├── [4.0K] login
│ │ │ │ ├── [ 92] newusers
│ │ │ │ ├── [ 520] other
│ │ │ │ ├── [ 92] passwd
│ │ │ │ ├── [ 270] polkit-1
│ │ │ │ ├── [ 168] ppp
│ │ │ │ ├── [ 143] runuser
│ │ │ │ ├── [ 138] runuser-l
│ │ │ │ ├── [2.1K] sshd
│ │ │ │ ├── [2.2K] su
│ │ │ │ ├── [ 330] sudo
│ │ │ │ ├── [ 315] sudo-i
│ │ │ │ ├── [ 137] su-l
│ │ │ │ └── [ 119] vmtoolsd
│ │ │ ├── [4.0K] pcmcia
│ │ │ │ └── [1.1K] config.opts
│ │ │ ├── [4.0K] perl
│ │ │ │ └── [4.0K] Net
│ │ │ │ └── [ 611] libnet.cfg
│ │ │ ├── [4.0K] pki
│ │ │ │ ├── [4.0K] fwupd
│ │ │ │ │ ├── [2.1K] GPG-KEY-Linux-Foundation-Firmware
│ │ │ │ │ ├── [ 959] GPG-KEY-Linux-Vendor-Firmware-Service
│ │ │ │ │ └── [1.6K] LVFS-CA.pem
│ │ │ │ └── [4.0K] fwupd-metadata
│ │ │ │ ├── [2.1K] GPG-KEY-Linux-Foundation-Metadata
│ │ │ │ ├── [ 959] GPG-KEY-Linux-Vendor-Firmware-Service
│ │ │ │ └── [1.6K] LVFS-CA.pem
│ │ │ ├── [4.0K] pm
│ │ │ │ └── [4.0K] sleep.d
│ │ │ │ ├── [ 210] 10_grub-common
│ │ │ │ └── [ 672] 10_unattended-upgrades-hibernate
│ │ │ ├── [4.0K] polkit-1
│ │ │ │ └── [4.0K] localauthority.conf.d
│ │ │ │ ├── [ 267] 50-localauthority.conf
│ │ │ │ └── [ 65] 51-ubuntu-admin.conf
│ │ │ ├── [4.0K] ppp
│ │ │ │ ├── [ 80] chap-secrets
│ │ │ │ ├── [1.7K] ip-down
│ │ │ │ ├── [4.0K] ip-down.d
│ │ │ │ │ └── [ 718] 0000usepeerdns
│ │ │ │ ├── [1.8K] ip-pre-up
│ │ │ │ ├── [1.9K] ip-up
│ │ │ │ ├── [4.0K] ip-up.d
│ │ │ │ │ └── [1.2K] 0000usepeerdns
│ │ │ │ ├── [ 834] ipv6-down
│ │ │ │ ├── [ 974] ipv6-up
│ │ │ │ ├── [ 13K] options
│ │ │ │ ├── [2.1K] options.pptp
│ │ │ │ ├── [1.6K] pap-secrets
│ │ │ │ └── [4.0K] peers
│ │ │ │ └── [1.1K] provider
│ │ │ ├── [4.0K] profile.d
│ │ │ │ ├── [ 96] 01-locale-fix.sh
│ │ │ │ ├── [ 835] apps-bin-path.sh
│ │ │ │ ├── [ 726] bash_completion.sh
│ │ │ │ ├── [1003] cedilla-portuguese.sh
│ │ │ │ ├── [ 677] debuginfod.csh
│ │ │ │ ├── [ 692] debuginfod.sh
│ │ │ │ ├── [1012] gnome-session_gnomerc.sh
│ │ │ │ ├── [ 376] im-config_wayland.sh
│ │ │ │ ├── [1.9K] vte-2.91.sh
│ │ │ │ ├── [ 967] vte.csh
│ │ │ │ └── [ 954] xdg_dirs_desktop_session.sh
│ │ │ ├── [4.0K] pulse
│ │ │ │ ├── [1.2K] client.conf
│ │ │ │ ├── [4.0K] client.conf.d
│ │ │ │ │ └── [ 32] 01-enable-autospawn.conf -> /run/pulseaudio-enable-autospawn
│ │ │ │ ├── [2.4K] daemon.conf
│ │ │ │ ├── [5.3K] default.pa
│ │ │ │ └── [2.1K] system.pa
│ │ │ ├── [4.0K] python3
│ │ │ │ └── [ 94] debian_config
│ │ │ ├── [4.0K] python3.10
│ │ │ │ └── [ 155] sitecustomize.py
│ │ │ ├── [4.0K] rc0.d
│ │ │ │ ├── [ 20] K01alsa-utils -> ../init.d/alsa-utils
│ │ │ │ ├── [ 22] K01avahi-daemon -> ../init.d/avahi-daemon
│ │ │ │ ├── [ 19] K01bluetooth -> ../init.d/bluetooth
│ │ │ │ ├── [ 22] K01cups-browsed -> ../init.d/cups-browsed
│ │ │ │ ├── [ 14] K01gdm3 -> ../init.d/gdm3
│ │ │ │ ├── [ 20] K01irqbalance -> ../init.d/irqbalance
│ │ │ │ ├── [ 20] K01kerneloops -> ../init.d/kerneloops
│ │ │ │ ├── [ 23] K01open-vm-tools -> ../init.d/open-vm-tools
│ │ │ │ ├── [ 17] K01openvpn -> ../init.d/openvpn
│ │ │ │ ├── [ 18] K01plymouth -> ../init.d/plymouth
│ │ │ │ ├── [ 37] K01pulseaudio-enable-autospawn -> ../init.d/pulseaudio-enable-autospawn
│ │ │ │ ├── [ 15] K01saned -> ../init.d/saned
│ │ │ │ ├── [ 27] K01speech-dispatcher -> ../init.d/speech-dispatcher
│ │ │ │ ├── [ 23] K01spice-vdagent -> ../init.d/spice-vdagent
│ │ │ │ ├── [ 14] K01udev -> ../init.d/udev
│ │ │ │ ├── [ 29] K01unattended-upgrades -> ../init.d/unattended-upgrades
│ │ │ │ └── [ 15] K01uuidd -> ../init.d/uuidd
│ │ │ ├── [4.0K] rc1.d
│ │ │ │ ├── [ 20] K01alsa-utils -> ../init.d/alsa-utils
│ │ │ │ ├── [ 22] K01avahi-daemon -> ../init.d/avahi-daemon
│ │ │ │ ├── [ 19] K01bluetooth -> ../init.d/bluetooth
│ │ │ │ ├── [ 14] K01cups -> ../init.d/cups
│ │ │ │ ├── [ 22] K01cups-browsed -> ../init.d/cups-browsed
│ │ │ │ ├── [ 14] K01gdm3 -> ../init.d/gdm3
│ │ │ │ ├── [ 20] K01irqbalance -> ../init.d/irqbalance
│ │ │ │ ├── [ 20] K01kerneloops -> ../init.d/kerneloops
│ │ │ │ ├── [ 23] K01open-vm-tools -> ../init.d/open-vm-tools
│ │ │ │ ├── [ 17] K01openvpn -> ../init.d/openvpn
│ │ │ │ ├── [ 37] K01pulseaudio-enable-autospawn -> ../init.d/pulseaudio-enable-autospawn
│ │ │ │ ├── [ 15] K01saned -> ../init.d/saned
│ │ │ │ ├── [ 27] K01speech-dispatcher -> ../init.d/speech-dispatcher
│ │ │ │ ├── [ 23] K01spice-vdagent -> ../init.d/spice-vdagent
│ │ │ │ ├── [ 13] K01ufw -> ../init.d/ufw
│ │ │ │ ├── [ 15] K01uuidd -> ../init.d/uuidd
│ │ │ │ └── [ 18] K01whoopsie -> ../init.d/whoopsie
│ │ │ ├── [4.0K] rc2.d
│ │ │ │ ├── [ 27] K01speech-dispatcher -> ../init.d/speech-dispatcher
│ │ │ │ ├── [ 15] S01acpid -> ../init.d/acpid
│ │ │ │ ├── [ 17] S01anacron -> ../init.d/anacron
│ │ │ │ ├── [ 16] S01apport -> ../init.d/apport
│ │ │ │ ├── [ 22] S01avahi-daemon -> ../init.d/avahi-daemon
│ │ │ │ ├── [ 19] S01bluetooth -> ../init.d/bluetooth
│ │ │ │ ├── [ 26] S01console-setup.sh -> ../init.d/console-setup.sh
│ │ │ │ ├── [ 14] S01cron -> ../init.d/cron
│ │ │ │ ├── [ 14] S01cups -> ../init.d/cups
│ │ │ │ ├── [ 22] S01cups-browsed -> ../init.d/cups-browsed
│ │ │ │ ├── [ 14] S01dbus -> ../init.d/dbus
│ │ │ │ ├── [ 14] S01gdm3 -> ../init.d/gdm3
│ │ │ │ ├── [ 21] S01grub-common -> ../init.d/grub-common
│ │ │ │ ├── [ 20] S01irqbalance -> ../init.d/irqbalance
│ │ │ │ ├── [ 20] S01kerneloops -> ../init.d/kerneloops
│ │ │ │ ├── [ 23] S01open-vm-tools -> ../init.d/open-vm-tools
│ │ │ │ ├── [ 17] S01openvpn -> ../init.d/openvpn
│ │ │ │ ├── [ 18] S01plymouth -> ../init.d/plymouth
│ │ │ │ ├── [ 37] S01pulseaudio-enable-autospawn -> ../init.d/pulseaudio-enable-autospawn
│ │ │ │ ├── [ 15] S01rsync -> ../init.d/rsync
│ │ │ │ ├── [ 15] S01saned -> ../init.d/saned
│ │ │ │ ├── [ 23] S01spice-vdagent -> ../init.d/spice-vdagent
│ │ │ │ ├── [ 13] S01ssh -> ../init.d/ssh
│ │ │ │ ├── [ 29] S01unattended-upgrades -> ../init.d/unattended-upgrades
│ │ │ │ ├── [ 15] S01uuidd -> ../init.d/uuidd
│ │ │ │ └── [ 18] S01whoopsie -> ../init.d/whoopsie
│ │ │ ├── [4.0K] rc3.d
│ │ │ │ ├── [ 27] K01speech-dispatcher -> ../init.d/speech-dispatcher
│ │ │ │ ├── [ 15] S01acpid -> ../init.d/acpid
│ │ │ │ ├── [ 17] S01anacron -> ../init.d/anacron
│ │ │ │ ├── [ 16] S01apport -> ../init.d/apport
│ │ │ │ ├── [ 22] S01avahi-daemon -> ../init.d/avahi-daemon
│ │ │ │ ├── [ 19] S01bluetooth -> ../init.d/bluetooth
│ │ │ │ ├── [ 26] S01console-setup.sh -> ../init.d/console-setup.sh
│ │ │ │ ├── [ 14] S01cron -> ../init.d/cron
│ │ │ │ ├── [ 14] S01cups -> ../init.d/cups
│ │ │ │ ├── [ 22] S01cups-browsed -> ../init.d/cups-browsed
│ │ │ │ ├── [ 14] S01dbus -> ../init.d/dbus
│ │ │ │ ├── [ 14] S01gdm3 -> ../init.d/gdm3
│ │ │ │ ├── [ 21] S01grub-common -> ../init.d/grub-common
│ │ │ │ ├── [ 20] S01irqbalance -> ../init.d/irqbalance
│ │ │ │ ├── [ 20] S01kerneloops -> ../init.d/kerneloops
│ │ │ │ ├── [ 23] S01open-vm-tools -> ../init.d/open-vm-tools
│ │ │ │ ├── [ 17] S01openvpn -> ../init.d/openvpn
│ │ │ │ ├── [ 18] S01plymouth -> ../init.d/plymouth
│ │ │ │ ├── [ 37] S01pulseaudio-enable-autospawn -> ../init.d/pulseaudio-enable-autospawn
│ │ │ │ ├── [ 15] S01rsync -> ../init.d/rsync
│ │ │ │ ├── [ 15] S01saned -> ../init.d/saned
│ │ │ │ ├── [ 23] S01spice-vdagent -> ../init.d/spice-vdagent
│ │ │ │ ├── [ 13] S01ssh -> ../init.d/ssh
│ │ │ │ ├── [ 29] S01unattended-upgrades -> ../init.d/unattended-upgrades
│ │ │ │ ├── [ 15] S01uuidd -> ../init.d/uuidd
│ │ │ │ └── [ 18] S01whoopsie -> ../init.d/whoopsie
│ │ │ ├── [4.0K] rc4.d
│ │ │ │ ├── [ 27] K01speech-dispatcher -> ../init.d/speech-dispatcher
│ │ │ │ ├── [ 15] S01acpid -> ../init.d/acpid
│ │ │ │ ├── [ 17] S01anacron -> ../init.d/anacron
│ │ │ │ ├── [ 16] S01apport -> ../init.d/apport
│ │ │ │ ├── [ 22] S01avahi-daemon -> ../init.d/avahi-daemon
│ │ │ │ ├── [ 19] S01bluetooth -> ../init.d/bluetooth
│ │ │ │ ├── [ 26] S01console-setup.sh -> ../init.d/console-setup.sh
│ │ │ │ ├── [ 14] S01cron -> ../init.d/cron
│ │ │ │ ├── [ 14] S01cups -> ../init.d/cups
│ │ │ │ ├── [ 22] S01cups-browsed -> ../init.d/cups-browsed
│ │ │ │ ├── [ 14] S01dbus -> ../init.d/dbus
│ │ │ │ ├── [ 14] S01gdm3 -> ../init.d/gdm3
│ │ │ │ ├── [ 21] S01grub-common -> ../init.d/grub-common
│ │ │ │ ├── [ 20] S01irqbalance -> ../init.d/irqbalance
│ │ │ │ ├── [ 20] S01kerneloops -> ../init.d/kerneloops
│ │ │ │ ├── [ 23] S01open-vm-tools -> ../init.d/open-vm-tools
│ │ │ │ ├── [ 17] S01openvpn -> ../init.d/openvpn
│ │ │ │ ├── [ 18] S01plymouth -> ../init.d/plymouth
│ │ │ │ ├── [ 37] S01pulseaudio-enable-autospawn -> ../init.d/pulseaudio-enable-autospawn
│ │ │ │ ├── [ 15] S01rsync -> ../init.d/rsync
│ │ │ │ ├── [ 15] S01saned -> ../init.d/saned
│ │ │ │ ├── [ 23] S01spice-vdagent -> ../init.d/spice-vdagent
│ │ │ │ ├── [ 13] S01ssh -> ../init.d/ssh
│ │ │ │ ├── [ 29] S01unattended-upgrades -> ../init.d/unattended-upgrades
│ │ │ │ ├── [ 15] S01uuidd -> ../init.d/uuidd
│ │ │ │ └── [ 18] S01whoopsie -> ../init.d/whoopsie
│ │ │ ├── [4.0K] rc5.d
│ │ │ │ ├── [ 27] K01speech-dispatcher -> ../init.d/speech-dispatcher
│ │ │ │ ├── [ 15] S01acpid -> ../init.d/acpid
│ │ │ │ ├── [ 17] S01anacron -> ../init.d/anacron
│ │ │ │ ├── [ 16] S01apport -> ../init.d/apport
│ │ │ │ ├── [ 22] S01avahi-daemon -> ../init.d/avahi-daemon
│ │ │ │ ├── [ 19] S01bluetooth -> ../init.d/bluetooth
│ │ │ │ ├── [ 26] S01console-setup.sh -> ../init.d/console-setup.sh
│ │ │ │ ├── [ 14] S01cron -> ../init.d/cron
│ │ │ │ ├── [ 14] S01cups -> ../init.d/cups
│ │ │ │ ├── [ 22] S01cups-browsed -> ../init.d/cups-browsed
│ │ │ │ ├── [ 14] S01dbus -> ../init.d/dbus
│ │ │ │ ├── [ 14] S01gdm3 -> ../init.d/gdm3
│ │ │ │ ├── [ 21] S01grub-common -> ../init.d/grub-common
│ │ │ │ ├── [ 20] S01irqbalance -> ../init.d/irqbalance
│ │ │ │ ├── [ 20] S01kerneloops -> ../init.d/kerneloops
│ │ │ │ ├── [ 23] S01open-vm-tools -> ../init.d/open-vm-tools
│ │ │ │ ├── [ 17] S01openvpn -> ../init.d/openvpn
│ │ │ │ ├── [ 18] S01plymouth -> ../init.d/plymouth
│ │ │ │ ├── [ 37] S01pulseaudio-enable-autospawn -> ../init.d/pulseaudio-enable-autospawn
│ │ │ │ ├── [ 15] S01rsync -> ../init.d/rsync
│ │ │ │ ├── [ 15] S01saned -> ../init.d/saned
│ │ │ │ ├── [ 23] S01spice-vdagent -> ../init.d/spice-vdagent
│ │ │ │ ├── [ 13] S01ssh -> ../init.d/ssh
│ │ │ │ ├── [ 29] S01unattended-upgrades -> ../init.d/unattended-upgrades
│ │ │ │ ├── [ 15] S01uuidd -> ../init.d/uuidd
│ │ │ │ └── [ 18] S01whoopsie -> ../init.d/whoopsie
│ │ │ ├── [4.0K] rc6.d
│ │ │ │ ├── [ 20] K01alsa-utils -> ../init.d/alsa-utils
│ │ │ │ ├── [ 22] K01avahi-daemon -> ../init.d/avahi-daemon
│ │ │ │ ├── [ 19] K01bluetooth -> ../init.d/bluetooth
│ │ │ │ ├── [ 22] K01cups-browsed -> ../init.d/cups-browsed
│ │ │ │ ├── [ 14] K01gdm3 -> ../init.d/gdm3
│ │ │ │ ├── [ 20] K01irqbalance -> ../init.d/irqbalance
│ │ │ │ ├── [ 20] K01kerneloops -> ../init.d/kerneloops
│ │ │ │ ├── [ 23] K01open-vm-tools -> ../init.d/open-vm-tools
│ │ │ │ ├── [ 17] K01openvpn -> ../init.d/openvpn
│ │ │ │ ├── [ 18] K01plymouth -> ../init.d/plymouth
│ │ │ │ ├── [ 37] K01pulseaudio-enable-autospawn -> ../init.d/pulseaudio-enable-autospawn
│ │ │ │ ├── [ 15] K01saned -> ../init.d/saned
│ │ │ │ ├── [ 27] K01speech-dispatcher -> ../init.d/speech-dispatcher
│ │ │ │ ├── [ 23] K01spice-vdagent -> ../init.d/spice-vdagent
│ │ │ │ ├── [ 14] K01udev -> ../init.d/udev
│ │ │ │ ├── [ 29] K01unattended-upgrades -> ../init.d/unattended-upgrades
│ │ │ │ └── [ 15] K01uuidd -> ../init.d/uuidd
│ │ │ ├── [4.0K] rcS.d
│ │ │ │ ├── [ 20] S01alsa-utils -> ../init.d/alsa-utils
│ │ │ │ ├── [ 18] S01apparmor -> ../init.d/apparmor
│ │ │ │ ├── [ 27] S01keyboard-setup.sh -> ../init.d/keyboard-setup.sh
│ │ │ │ ├── [ 14] S01kmod -> ../init.d/kmod
│ │ │ │ ├── [ 22] S01plymouth-log -> ../init.d/plymouth-log
│ │ │ │ ├── [ 16] S01procps -> ../init.d/procps
│ │ │ │ ├── [ 14] S01udev -> ../init.d/udev
│ │ │ │ ├── [ 13] S01ufw -> ../init.d/ufw
│ │ │ │ └── [ 20] S01x11-common -> ../init.d/x11-common
│ │ │ ├── [4.0K] rsyslog.d
│ │ │ │ ├── [ 314] 20-ufw.conf
│ │ │ │ └── [1.1K] 50-default.conf
│ │ │ ├── [4.0K] sane.d
│ │ │ │ ├── [ 25] abaton.conf
│ │ │ │ ├── [ 13] agfafocus.conf
│ │ │ │ ├── [3.2K] airscan.conf
│ │ │ │ ├── [ 24] apple.conf
│ │ │ │ ├── [ 25] artec.conf
│ │ │ │ ├── [4.1K] artec_eplus48u.conf
│ │ │ │ ├── [ 547] avision.conf
│ │ │ │ ├── [ 29] bh.conf
│ │ │ │ ├── [ 193] canon630u.conf
│ │ │ │ ├── [ 26] canon.conf
│ │ │ │ ├── [4.0K] canon_dr.conf
│ │ │ │ ├── [ 258] canon_lide70.conf
│ │ │ │ ├── [1.1K] canon_pp.conf
│ │ │ │ ├── [ 552] cardscan.conf
│ │ │ │ ├── [ 753] coolscan2.conf
│ │ │ │ ├── [ 753] coolscan3.conf
│ │ │ │ ├── [ 34] coolscan.conf
│ │ │ │ ├── [ 983] dc210.conf
│ │ │ │ ├── [ 983] dc240.conf
│ │ │ │ ├── [ 703] dc25.conf
│ │ │ │ ├── [ 490] dell1600n_net.conf
│ │ │ │ ├── [1.1K] dll.conf
│ │ │ │ ├── [4.0K] dll.d
│ │ │ │ │ ├── [ 42] airscan
│ │ │ │ │ └── [ 38] hplip
│ │ │ │ ├── [ 12] dmc.conf
│ │ │ │ ├── [2.7K] epjitsu.conf
│ │ │ │ ├── [ 374] epson2.conf
│ │ │ │ ├── [ 792] epson.conf
│ │ │ │ ├── [ 273] epsonds.conf
│ │ │ │ ├── [1.4K] escl.conf
│ │ │ │ ├── [3.3K] fujitsu.conf
│ │ │ │ ├── [2.4K] genesys.conf
│ │ │ │ ├── [1.1K] gphoto2.conf
│ │ │ │ ├── [7.8K] gt68xx.conf
│ │ │ │ ├── [ 395] hp3900.conf
│ │ │ │ ├── [ 76] hp4200.conf
│ │ │ │ ├── [ 238] hp5400.conf
│ │ │ │ ├── [ 497] hp.conf
│ │ │ │ ├── [ 23] hpsj5s.conf
│ │ │ │ ├── [ 24] hs2p.conf
│ │ │ │ ├── [ 38] ibm.conf
│ │ │ │ ├── [2.5K] kodakaio.conf
│ │ │ │ ├── [ 367] kodak.conf
│ │ │ │ ├── [ 39] kvs1025.conf
│ │ │ │ ├── [ 112] leo.conf
│ │ │ │ ├── [ 119] lexmark.conf
│ │ │ │ ├── [ 187] ma1509.conf
│ │ │ │ ├── [1.2K] magicolor.conf
│ │ │ │ ├── [ 665] matsushita.conf
│ │ │ │ ├── [ 279] microtek2.conf
│ │ │ │ ├── [ 268] microtek.conf
│ │ │ │ ├── [2.1K] mustek.conf
│ │ │ │ ├── [3.7K] mustek_pp.conf
│ │ │ │ ├── [ 808] mustek_usb.conf
│ │ │ │ ├── [ 13] nec.conf
│ │ │ │ ├── [ 573] net.conf
│ │ │ │ ├── [ 365] p5.conf
│ │ │ │ ├── [ 75] pie.conf
│ │ │ │ ├── [ 669] pieusb.conf
│ │ │ │ ├── [1.2K] pixma.conf
│ │ │ │ ├── [4.0K] plustek.conf
│ │ │ │ ├── [ 942] plustek_pp.conf
│ │ │ │ ├── [ 391] qcam.conf
│ │ │ │ ├── [ 29] ricoh.conf
│ │ │ │ ├── [ 183] rts8891.conf
│ │ │ │ ├── [ 13] s9036.conf
│ │ │ │ ├── [1.0K] saned.conf
│ │ │ │ ├── [ 48] sceptre.conf
│ │ │ │ ├── [1.4K] sharp.conf
│ │ │ │ ├── [ 115] sm3840.conf
│ │ │ │ ├── [2.2K] snapscan.conf
│ │ │ │ ├── [ 10] sp15c.conf
│ │ │ │ ├── [2.2K] st400.conf
│ │ │ │ ├── [ 178] stv680.conf
│ │ │ │ ├── [ 27] tamarack.conf
│ │ │ │ ├── [ 355] teco1.conf
│ │ │ │ ├── [ 634] teco2.conf
│ │ │ │ ├── [ 217] teco3.conf
│ │ │ │ ├── [1.8K] test.conf
│ │ │ │ ├── [1.5K] u12.conf
│ │ │ │ ├── [ 386] umax1220u.conf
│ │ │ │ ├── [3.0K] umax.conf
│ │ │ │ ├── [1.6K] umax_pp.conf
│ │ │ │ └── [4.0K] xerox_mfp.conf
│ │ │ ├── [4.0K] security
│ │ │ │ ├── [4.5K] access.conf
│ │ │ │ ├── [1.8K] capability.conf
│ │ │ │ ├── [2.2K] faillock.conf
│ │ │ │ ├── [3.5K] group.conf
│ │ │ │ ├── [2.1K] limits.conf
│ │ │ │ ├── [1.6K] namespace.conf
│ │ │ │ ├── [1016] namespace.init
│ │ │ │ ├── [ 0] opasswd
│ │ │ │ ├── [2.9K] pam_env.conf
│ │ │ │ ├── [2.6K] pwquality.conf
│ │ │ │ ├── [ 419] sepermit.conf
│ │ │ │ └── [2.1K] time.conf
│ │ │ ├── [4.0K] selinux
│ │ │ │ └── [2.0K] semanage.conf
│ │ │ ├── [4.0K] sensors.d
│ │ │ ├── [4.0K] sgml
│ │ │ │ ├── [ 31] catalog -> /var/lib/sgml-base/supercatalog
│ │ │ │ ├── [4.0K] docbook-xml
│ │ │ │ │ ├── [4.0K] 4.0
│ │ │ │ │ │ └── [1.6K] dbgenent.ent
│ │ │ │ │ ├── [4.0K] 4.1.2
│ │ │ │ │ │ └── [1.6K] dbgenent.mod
│ │ │ │ │ ├── [4.0K] 4.2
│ │ │ │ │ │ └── [1.5K] dbgenent.mod
│ │ │ │ │ ├── [4.0K] 4.3
│ │ │ │ │ │ └── [1.5K] dbgenent.mod
│ │ │ │ │ ├── [4.0K] 4.4
│ │ │ │ │ │ └── [1.5K] dbgenent.mod
│ │ │ │ │ └── [4.0K] 4.5
│ │ │ │ │ └── [1.5K] dbgenent.mod
│ │ │ │ ├── [ 376] docbook-xml.cat
│ │ │ │ ├── [ 652] sgml-data.cat
│ │ │ │ └── [ 45] xml-core.cat
│ │ │ ├── [ 142] shells
│ │ │ ├── [4.0K] skel
│ │ │ ├── [4.0K] snmp
│ │ │ │ └── [ 510] snmp.conf
│ │ │ ├── [4.0K] speech-dispatcher
│ │ │ │ ├── [4.0K] clients
│ │ │ │ │ └── [ 116] emacs.conf
│ │ │ │ ├── [4.0K] modules
│ │ │ │ │ ├── [1.7K] cicero.conf
│ │ │ │ │ ├── [4.3K] dtk-generic.conf
│ │ │ │ │ ├── [4.0K] epos-generic.conf
│ │ │ │ │ ├── [2.3K] espeak.conf
│ │ │ │ │ ├── [8.8K] espeak-mbrola-generic.conf
│ │ │ │ │ ├── [2.4K] espeak-ng.conf
│ │ │ │ │ ├── [2.4K] espeak-ng-mbrola.conf
│ │ │ │ │ ├── [9.9K] espeak-ng-mbrola-generic.conf
│ │ │ │ │ ├── [3.8K] festival.conf
│ │ │ │ │ ├── [1.1K] flite.conf
│ │ │ │ │ ├── [3.5K] llia_phon-generic.conf
│ │ │ │ │ ├── [6.4K] mary-generic.conf
│ │ │ │ │ └── [3.8K] swift-generic.conf
│ │ │ │ └── [ 14K] speechd.conf
│ │ │ ├── [4.0K] ssh
│ │ │ │ ├── [494K] moduli
│ │ │ │ ├── [1.6K] ssh_config
│ │ │ │ ├── [3.2K] sshd_config
│ │ │ │ ├── [ 525] ssh_host_ecdsa_key
│ │ │ │ ├── [ 189] ssh_host_ecdsa_key.pub
│ │ │ │ ├── [ 419] ssh_host_ed25519_key
│ │ │ │ ├── [ 109] ssh_host_ed25519_key.pub
│ │ │ │ ├── [2.6K] ssh_host_rsa_key
│ │ │ │ ├── [ 581] ssh_host_rsa_key.pub
│ │ │ │ └── [ 342] ssh_import_id
│ │ │ ├── [4.0K] ssl
│ │ │ │ ├── [ 16K] certs
│ │ │ │ │ ├── [ 23] 002c0b4f.0 -> GlobalSign_Root_R46.pem
│ │ │ │ │ ├── [ 21] 00b9d922.0 -> ssl-cert-snakeoil.pem
│ │ │ │ │ ├── [ 45] 02265526.0 -> Entrust_Root_Certification_Authority_-_G2.pem
│ │ │ │ │ ├── [ 27] 062cdee6.0 -> GlobalSign_Root_CA_-_R3.pem
│ │ │ │ │ ├── [ 25] 064e0aa9.0 -> QuoVadis_Root_CA_2_G3.pem
│ │ │ │ │ ├── [ 50] 06dc52d5.0 -> SSL.com_EV_Root_Certification_Authority_RSA_R2.pem
│ │ │ │ │ ├── [ 34] 08063a00.0 -> Security_Communication_RootCA3.pem
│ │ │ │ │ ├── [ 54] 09789157.0 -> Starfield_Services_Root_Certificate_Authority_-_G2.pem
│ │ │ │ │ ├── [ 15] 0a775a30.0 -> GTS_Root_R3.pem
│ │ │ │ │ ├── [ 16] 0b1b94ef.0 -> CFCA_EV_ROOT.pem
│ │ │ │ │ ├── [ 16] 0b9bc432.0 -> ISRG_Root_X2.pem
│ │ │ │ │ ├── [ 44] 0bf05006.0 -> SSL.com_Root_Certification_Authority_ECC.pem
│ │ │ │ │ ├── [ 21] 0c31d5ce.0 -> ssl-cert-snakeoil.pem
│ │ │ │ │ ├── [ 32] 0f5dc4f3.0 -> UCA_Extended_Validation_Root.pem
│ │ │ │ │ ├── [ 26] 0f6fa695.0 -> GDCA_TrustAUTH_R5_ROOT.pem
│ │ │ │ │ ├── [ 15] 1001acf7.0 -> GTS_Root_R1.pem
│ │ │ │ │ ├── [ 46] 106f3e4d.0 -> Entrust_Root_Certification_Authority_-_EC1.pem
│ │ │ │ │ ├── [ 27] 14bc7599.0 -> emSign_ECC_Root_CA_-_G3.pem
│ │ │ │ │ ├── [ 23] 18856ac4.0 -> SecureSign_RootCA11.pem
│ │ │ │ │ ├── [ 31] 1d3472b9.0 -> GlobalSign_ECC_Root_CA_-_R5.pem
│ │ │ │ │ ├── [ 37] 1e08bfd1.0 -> IdenTrust_Public_Sector_Root_CA_1.pem
│ │ │ │ │ ├── [ 32] 1e09d511.0 -> T-TeleSec_GlobalRoot_Class_2.pem
│ │ │ │ │ ├── [ 38] 244b5494.0 -> DigiCert_High_Assurance_EV_Root_CA.pem
│ │ │ │ │ ├── [ 23] 2923b3f9.0 -> emSign_Root_CA_-_G1.pem
│ │ │ │ │ ├── [ 20] 2ae6433e.0 -> CA_Disig_Root_R2.pem
│ │ │ │ │ ├── [ 26] 2b349938.0 -> AffirmTrust_Commercial.pem
│ │ │ │ │ ├── [ 59] 32888f65.0 -> Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem
│ │ │ │ │ ├── [ 27] 3513523f.0 -> DigiCert_Global_Root_CA.pem
│ │ │ │ │ ├── [ 61] 3bde41ac.0 -> Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
│ │ │ │ │ ├── [ 63] 3bde41ac.1 -> Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068_2.pem
│ │ │ │ │ ├── [ 27] 3e45d192.0 -> Hongkong_Post_Root_CA_1.pem
│ │ │ │ │ ├── [ 45] 3fb36b73.0 -> NAVER_Global_Root_Certification_Authority.pem
│ │ │ │ │ ├── [ 31] 40193066.0 -> Certum_Trusted_Network_CA_2.pem
│ │ │ │ │ ├── [ 16] 4042bcee.0 -> ISRG_Root_X1.pem
│ │ │ │ │ ├── [ 34] 40547a79.0 -> COMODO_Certification_Authority.pem
│ │ │ │ │ ├── [ 23] 406c9bb1.0 -> emSign_Root_CA_-_C1.pem
│ │ │ │ │ ├── [ 29] 48bec511.0 -> Certum_Trusted_Network_CA.pem
│ │ │ │ │ ├── [ 27] 4b718d9b.0 -> emSign_ECC_Root_CA_-_C3.pem
│ │ │ │ │ ├── [ 45] 4bfab552.0 -> Starfield_Root_Certificate_Authority_-_G2.pem
│ │ │ │ │ ├── [ 26] 4f316efb.0 -> SwissSign_Gold_CA_-_G2.pem
│ │ │ │ │ ├── [ 35] 5273a94c.0 -> E-Tugra_Certification_Authority.pem
│ │ │ │ │ ├── [ 32] 5443e9e3.0 -> T-TeleSec_GlobalRoot_Class_3.pem
│ │ │ │ │ ├── [ 27] 54657681.0 -> Buypass_Class_2_Root_CA.pem
│ │ │ │ │ ├── [ 28] 57bcb2da.0 -> SwissSign_Silver_CA_-_G2.pem
│ │ │ │ │ ├── [ 38] 5860aaa6.0 -> Security_Communication_ECC_RootCA1.pem
│ │ │ │ │ ├── [ 29] 5931b5bc.0 -> D-TRUST_EV_Root_CA_1_2020.pem
│ │ │ │ │ ├── [ 33] 5a7722fb.0 -> E-Tugra_Global_Root_CA_ECC_v3.pem
│ │ │ │ │ ├── [ 22] 5ad8a5d6.0 -> GlobalSign_Root_CA.pem
│ │ │ │ │ ├── [ 26] 5cd81ad7.0 -> TeliaSonera_Root_CA_v1.pem
│ │ │ │ │ ├── [ 45] 5e98733a.0 -> Entrust_Root_Certification_Authority_-_G4.pem
│ │ │ │ │ ├── [ 23] 5f15c80c.0 -> TWCA_Global_Root_CA.pem
│ │ │ │ │ ├── [ 23] 5f618aec.0 -> certSIGN_Root_CA_G2.pem
│ │ │ │ │ ├── [ 27] 607986c7.0 -> DigiCert_Global_Root_G2.pem
│ │ │ │ │ ├── [ 15] 626dceaf.0 -> GTS_Root_R2.pem
│ │ │ │ │ ├── [ 29] 653b494a.0 -> Baltimore_CyberTrust_Root.pem
│ │ │ │ │ ├── [ 33] 66445960.0 -> E-Tugra_Global_Root_CA_RSA_v3.pem
│ │ │ │ │ ├── [ 27] 68dd7389.0 -> Hongkong_Post_Root_CA_3.pem
│ │ │ │ │ ├── [ 40] 6b99d060.0 -> Entrust_Root_Certification_Authority.pem
│ │ │ │ │ ├── [ 20] 6d41d539.0 -> Amazon_Root_CA_2.pem
│ │ │ │ │ ├── [ 44] 6fa5da56.0 -> SSL.com_Root_Certification_Authority_RSA.pem
│ │ │ │ │ ├── [ 24] 706f604c.0 -> XRamp_Global_CA_Root.pem
│ │ │ │ │ ├── [ 25] 749e9e03.0 -> QuoVadis_Root_CA_1_G3.pem
│ │ │ │ │ ├── [ 28] 75d1b2ed.0 -> DigiCert_Trusted_Root_G4.pem
│ │ │ │ │ ├── [ 22] 76faf6c0.0 -> QuoVadis_Root_CA_3.pem
│ │ │ │ │ ├── [ 63] 7719f463.0 -> Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem
│ │ │ │ │ ├── [ 35] 773e07ad.0 -> OISTE_WISeKey_Global_Root_GC_CA.pem
│ │ │ │ │ ├── [ 17] 7a3adc42.0 -> vTrus_Root_CA.pem
│ │ │ │ │ ├── [ 21] 7a780d93.0 -> Certainly_Root_R1.pem
│ │ │ │ │ ├── [ 31] 7f3d5d1d.0 -> DigiCert_Assured_ID_Root_G3.pem
│ │ │ │ │ ├── [ 34] 8160b96c.0 -> Microsec_e-Szigno_Root_CA_2009.pem
│ │ │ │ │ ├── [ 21] 8508e720.0 -> Certainly_Root_E1.pem
│ │ │ │ │ ├── [ 20] 8cb5ee0f.0 -> Amazon_Root_CA_3.pem
│ │ │ │ │ ├── [ 20] 8d86cdd1.0 -> certSIGN_ROOT_CA.pem
│ │ │ │ │ ├── [ 49] 8d89cda1.0 -> Microsoft_ECC_Root_Certificate_Authority_2017.pem
│ │ │ │ │ ├── [ 20] 8f103249.0 -> Telia_Root_CA_v2.pem
│ │ │ │ │ ├── [ 22] 90c5a3c8.0 -> HiPKI_Root_CA_-_G1.pem
│ │ │ │ │ ├── [ 34] 930ac5d2.0 -> Actalis_Authentication_Root_CA.pem
│ │ │ │ │ ├── [ 26] 93bc0acc.0 -> AffirmTrust_Networking.pem
│ │ │ │ │ ├── [ 20] 9482e63a.0 -> Certum_EC-384_CA.pem
│ │ │ │ │ ├── [ 33] 9846683b.0 -> DigiCert_TLS_ECC_P384_Root_G5.pem
│ │ │ │ │ ├── [ 48] 988a38cb.0 -> NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem
│ │ │ │ │ ├── [ 53] 9b5697b0.0 -> Trustwave_Global_ECC_P256_Certification_Authority.pem
│ │ │ │ │ ├── [ 27] 9c8dfbd4.0 -> AffirmTrust_Premium_ECC.pem
│ │ │ │ │ ├── [ 31] 9d04f354.0 -> DigiCert_Assured_ID_Root_G2.pem
│ │ │ │ │ ├── [ 29] 9ef4a08a.0 -> D-TRUST_BR_Root_CA_1_2020.pem
│ │ │ │ │ ├── [ 31] 9f727ac7.0 -> HARICA_TLS_RSA_Root_CA_2021.pem
│ │ │ │ │ ├── [ 15] a3418fda.0 -> GTS_Root_R4.pem
│ │ │ │ │ ├── [ 13] a94d09e5.0 -> ACCVRAIZ1.pem
│ │ │ │ │ ├── [ 48] ACCVRAIZ1.pem -> /usr/share/ca-certificates/mozilla/ACCVRAIZ1.crt
│ │ │ │ │ ├── [ 55] AC_RAIZ_FNMT-RCM.pem -> /usr/share/ca-certificates/mozilla/AC_RAIZ_FNMT-RCM.crt
│ │ │ │ │ ├── [ 74] AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.pem -> /usr/share/ca-certificates/mozilla/AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.crt
│ │ │ │ │ ├── [ 69] Actalis_Authentication_Root_CA.pem -> /usr/share/ca-certificates/mozilla/Actalis_Authentication_Root_CA.crt
│ │ │ │ │ ├── [ 45] aee5f10d.0 -> Entrust.net_Premium_2048_Secure_Server_CA.pem
│ │ │ │ │ ├── [ 61] AffirmTrust_Commercial.pem -> /usr/share/ca-certificates/mozilla/AffirmTrust_Commercial.crt
│ │ │ │ │ ├── [ 61] AffirmTrust_Networking.pem -> /usr/share/ca-certificates/mozilla/AffirmTrust_Networking.crt
│ │ │ │ │ ├── [ 62] AffirmTrust_Premium_ECC.pem -> /usr/share/ca-certificates/mozilla/AffirmTrust_Premium_ECC.crt
│ │ │ │ │ ├── [ 58] AffirmTrust_Premium.pem -> /usr/share/ca-certificates/mozilla/AffirmTrust_Premium.crt
│ │ │ │ │ ├── [ 55] Amazon_Root_CA_1.pem -> /usr/share/ca-certificates/mozilla/Amazon_Root_CA_1.crt
│ │ │ │ │ ├── [ 55] Amazon_Root_CA_2.pem -> /usr/share/ca-certificates/mozilla/Amazon_Root_CA_2.crt
│ │ │ │ │ ├── [ 55] Amazon_Root_CA_3.pem -> /usr/share/ca-certificates/mozilla/Amazon_Root_CA_3.crt
│ │ │ │ │ ├── [ 55] Amazon_Root_CA_4.pem -> /usr/share/ca-certificates/mozilla/Amazon_Root_CA_4.crt
│ │ │ │ │ ├── [ 64] ANF_Secure_Server_Root_CA.pem -> /usr/share/ca-certificates/mozilla/ANF_Secure_Server_Root_CA.crt
│ │ │ │ │ ├── [ 60] Atos_TrustedRoot_2011.pem -> /usr/share/ca-certificates/mozilla/Atos_TrustedRoot_2011.crt
│ │ │ │ │ ├── [ 98] Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068_2.pem -> /usr/share/ca-certificates/mozilla/Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068_2.crt
│ │ │ │ │ ├── [ 96] Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem -> /usr/share/ca-certificates/mozilla/Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.crt
│ │ │ │ │ ├── [ 31] b0e59380.0 -> GlobalSign_ECC_Root_CA_-_R4.pem
│ │ │ │ │ ├── [ 31] b1159c4c.0 -> DigiCert_Assured_ID_Root_CA.pem
│ │ │ │ │ ├── [ 29] b433981b.0 -> ANF_Secure_Server_Root_CA.pem
│ │ │ │ │ ├── [ 20] b66938e9.0 -> Secure_Global_CA.pem
│ │ │ │ │ ├── [ 23] b727005e.0 -> AffirmTrust_Premium.pem
│ │ │ │ │ ├── [ 37] b7a5b843.0 -> TWCA_Root_Certification_Authority.pem
│ │ │ │ │ ├── [ 39] b81b93f0.0 -> AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.pem
│ │ │ │ │ ├── [ 64] Baltimore_CyberTrust_Root.pem -> /usr/share/ca-certificates/mozilla/Baltimore_CyberTrust_Root.crt
│ │ │ │ │ ├── [ 49] bf53fb88.0 -> Microsoft_RSA_Root_Certificate_Authority_2017.pem
│ │ │ │ │ ├── [ 62] Buypass_Class_2_Root_CA.pem -> /usr/share/ca-certificates/mozilla/Buypass_Class_2_Root_CA.crt
│ │ │ │ │ ├── [ 62] Buypass_Class_3_Root_CA.pem -> /usr/share/ca-certificates/mozilla/Buypass_Class_3_Root_CA.crt
│ │ │ │ │ ├── [ 22] c01eb047.0 -> UCA_Global_G2_Root.pem
│ │ │ │ │ ├── [ 34] c28a8a30.0 -> D-TRUST_Root_Class_3_CA_2_2009.pem
│ │ │ │ │ ├── [ 37] ca6e4ad9.0 -> ePKI_Root_Certification_Authority.pem
│ │ │ │ │ ├── [204K] ca-certificates.crt
│ │ │ │ │ ├── [ 55] CA_Disig_Root_R2.pem -> /usr/share/ca-certificates/mozilla/CA_Disig_Root_R2.crt
│ │ │ │ │ ├── [ 44] cbf06781.0 -> Go_Daddy_Root_Certificate_Authority_-_G2.pem
│ │ │ │ │ ├── [ 14] cc450945.0 -> Izenpe.com.pem
│ │ │ │ │ ├── [ 34] cd58d51e.0 -> Security_Communication_RootCA2.pem
│ │ │ │ │ ├── [ 20] cd8c0d63.0 -> AC_RAIZ_FNMT-RCM.pem
│ │ │ │ │ ├── [ 20] ce5e74ef.0 -> Amazon_Root_CA_1.pem
│ │ │ │ │ ├── [ 56] Certainly_Root_E1.pem -> /usr/share/ca-certificates/mozilla/Certainly_Root_E1.crt
│ │ │ │ │ ├── [ 56] Certainly_Root_R1.pem -> /usr/share/ca-certificates/mozilla/Certainly_Root_R1.crt
│ │ │ │ │ ├── [ 47] Certigna.pem -> /usr/share/ca-certificates/mozilla/Certigna.crt
│ │ │ │ │ ├── [ 55] Certigna_Root_CA.pem -> /usr/share/ca-certificates/mozilla/Certigna_Root_CA.crt
│ │ │ │ │ ├── [ 58] certSIGN_Root_CA_G2.pem -> /usr/share/ca-certificates/mozilla/certSIGN_Root_CA_G2.crt
│ │ │ │ │ ├── [ 55] certSIGN_ROOT_CA.pem -> /usr/share/ca-certificates/mozilla/certSIGN_ROOT_CA.crt
│ │ │ │ │ ├── [ 55] Certum_EC-384_CA.pem -> /usr/share/ca-certificates/mozilla/Certum_EC-384_CA.crt
│ │ │ │ │ ├── [ 66] Certum_Trusted_Network_CA_2.pem -> /usr/share/ca-certificates/mozilla/Certum_Trusted_Network_CA_2.crt
│ │ │ │ │ ├── [ 64] Certum_Trusted_Network_CA.pem -> /usr/share/ca-certificates/mozilla/Certum_Trusted_Network_CA.crt
│ │ │ │ │ ├── [ 61] Certum_Trusted_Root_CA.pem -> /usr/share/ca-certificates/mozilla/Certum_Trusted_Root_CA.crt
│ │ │ │ │ ├── [ 51] CFCA_EV_ROOT.pem -> /usr/share/ca-certificates/mozilla/CFCA_EV_ROOT.crt
│ │ │ │ │ ├── [ 63] Comodo_AAA_Services_root.pem -> /usr/share/ca-certificates/mozilla/Comodo_AAA_Services_root.crt
│ │ │ │ │ ├── [ 69] COMODO_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/COMODO_Certification_Authority.crt
│ │ │ │ │ ├── [ 73] COMODO_ECC_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/COMODO_ECC_Certification_Authority.crt
│ │ │ │ │ ├── [ 73] COMODO_RSA_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/COMODO_RSA_Certification_Authority.crt
│ │ │ │ │ ├── [ 37] d4dae3dd.0 -> D-TRUST_Root_Class_3_CA_2_EV_2009.pem
│ │ │ │ │ ├── [ 32] d52c538d.0 -> DigiCert_TLS_RSA4096_Root_G5.pem
│ │ │ │ │ ├── [ 38] d6325660.0 -> COMODO_RSA_Certification_Authority.pem
│ │ │ │ │ ├── [ 22] d7e8dc79.0 -> QuoVadis_Root_CA_2.pem
│ │ │ │ │ ├── [ 53] d887a5bb.0 -> Trustwave_Global_ECC_P384_Certification_Authority.pem
│ │ │ │ │ ├── [ 27] dc4d6a89.0 -> GlobalSign_Root_CA_-_R6.pem
│ │ │ │ │ ├── [ 27] dd8e9d41.0 -> DigiCert_Global_Root_G3.pem
│ │ │ │ │ ├── [ 20] de6d66f3.0 -> Amazon_Root_CA_4.pem
│ │ │ │ │ ├── [ 66] DigiCert_Assured_ID_Root_CA.pem -> /usr/share/ca-certificates/mozilla/DigiCert_Assured_ID_Root_CA.crt
│ │ │ │ │ ├── [ 66] DigiCert_Assured_ID_Root_G2.pem -> /usr/share/ca-certificates/mozilla/DigiCert_Assured_ID_Root_G2.crt
│ │ │ │ │ ├── [ 66] DigiCert_Assured_ID_Root_G3.pem -> /usr/share/ca-certificates/mozilla/DigiCert_Assured_ID_Root_G3.crt
│ │ │ │ │ ├── [ 62] DigiCert_Global_Root_CA.pem -> /usr/share/ca-certificates/mozilla/DigiCert_Global_Root_CA.crt
│ │ │ │ │ ├── [ 62] DigiCert_Global_Root_G2.pem -> /usr/share/ca-certificates/mozilla/DigiCert_Global_Root_G2.crt
│ │ │ │ │ ├── [ 62] DigiCert_Global_Root_G3.pem -> /usr/share/ca-certificates/mozilla/DigiCert_Global_Root_G3.crt
│ │ │ │ │ ├── [ 73] DigiCert_High_Assurance_EV_Root_CA.pem -> /usr/share/ca-certificates/mozilla/DigiCert_High_Assurance_EV_Root_CA.crt
│ │ │ │ │ ├── [ 68] DigiCert_TLS_ECC_P384_Root_G5.pem -> /usr/share/ca-certificates/mozilla/DigiCert_TLS_ECC_P384_Root_G5.crt
│ │ │ │ │ ├── [ 67] DigiCert_TLS_RSA4096_Root_G5.pem -> /usr/share/ca-certificates/mozilla/DigiCert_TLS_RSA4096_Root_G5.crt
│ │ │ │ │ ├── [ 63] DigiCert_Trusted_Root_G4.pem -> /usr/share/ca-certificates/mozilla/DigiCert_Trusted_Root_G4.crt
│ │ │ │ │ ├── [ 64] D-TRUST_BR_Root_CA_1_2020.pem -> /usr/share/ca-certificates/mozilla/D-TRUST_BR_Root_CA_1_2020.crt
│ │ │ │ │ ├── [ 64] D-TRUST_EV_Root_CA_1_2020.pem -> /usr/share/ca-certificates/mozilla/D-TRUST_EV_Root_CA_1_2020.crt
│ │ │ │ │ ├── [ 69] D-TRUST_Root_Class_3_CA_2_2009.pem -> /usr/share/ca-certificates/mozilla/D-TRUST_Root_Class_3_CA_2_2009.crt
│ │ │ │ │ ├── [ 72] D-TRUST_Root_Class_3_CA_2_EV_2009.pem -> /usr/share/ca-certificates/mozilla/D-TRUST_Root_Class_3_CA_2_EV_2009.crt
│ │ │ │ │ ├── [ 12] e113c810.0 -> Certigna.pem
│ │ │ │ │ ├── [ 25] e18bfb83.0 -> QuoVadis_Root_CA_3_G3.pem
│ │ │ │ │ ├── [ 26] e35234b1.0 -> Certum_Trusted_Root_CA.pem
│ │ │ │ │ ├── [ 25] e36a6752.0 -> Atos_TrustedRoot_2011.pem
│ │ │ │ │ ├── [ 35] e73d606e.0 -> OISTE_WISeKey_Global_Root_GB_CA.pem
│ │ │ │ │ ├── [ 25] e868b802.0 -> e-Szigno_Root_CA_2017.pem
│ │ │ │ │ ├── [ 27] e8de2f56.0 -> Buypass_Class_3_Root_CA.pem
│ │ │ │ │ ├── [ 31] ecccd8db.0 -> HARICA_TLS_ECC_Root_CA_2021.pem
│ │ │ │ │ ├── [ 21] ed858448.0 -> vTrus_ECC_Root_CA.pem
│ │ │ │ │ ├── [ 28] ee64a828.0 -> Comodo_AAA_Services_root.pem
│ │ │ │ │ ├── [ 38] eed8c118.0 -> COMODO_ECC_Certification_Authority.pem
│ │ │ │ │ ├── [ 34] ef954a4e.0 -> IdenTrust_Commercial_Root_CA_1.pem
│ │ │ │ │ ├── [ 62] emSign_ECC_Root_CA_-_C3.pem -> /usr/share/ca-certificates/mozilla/emSign_ECC_Root_CA_-_C3.crt
│ │ │ │ │ ├── [ 62] emSign_ECC_Root_CA_-_G3.pem -> /usr/share/ca-certificates/mozilla/emSign_ECC_Root_CA_-_G3.crt
│ │ │ │ │ ├── [ 58] emSign_Root_CA_-_C1.pem -> /usr/share/ca-certificates/mozilla/emSign_Root_CA_-_C1.crt
│ │ │ │ │ ├── [ 58] emSign_Root_CA_-_G1.pem -> /usr/share/ca-certificates/mozilla/emSign_Root_CA_-_G1.crt
│ │ │ │ │ ├── [ 80] Entrust.net_Premium_2048_Secure_Server_CA.pem -> /usr/share/ca-certificates/mozilla/Entrust.net_Premium_2048_Secure_Server_CA.crt
│ │ │ │ │ ├── [ 81] Entrust_Root_Certification_Authority_-_EC1.pem -> /usr/share/ca-certificates/mozilla/Entrust_Root_Certification_Authority_-_EC1.crt
│ │ │ │ │ ├── [ 80] Entrust_Root_Certification_Authority_-_G2.pem -> /usr/share/ca-certificates/mozilla/Entrust_Root_Certification_Authority_-_G2.crt
│ │ │ │ │ ├── [ 80] Entrust_Root_Certification_Authority_-_G4.pem -> /usr/share/ca-certificates/mozilla/Entrust_Root_Certification_Authority_-_G4.crt
│ │ │ │ │ ├── [ 75] Entrust_Root_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/Entrust_Root_Certification_Authority.crt
│ │ │ │ │ ├── [ 72] ePKI_Root_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/ePKI_Root_Certification_Authority.crt
│ │ │ │ │ ├── [ 60] e-Szigno_Root_CA_2017.pem -> /usr/share/ca-certificates/mozilla/e-Szigno_Root_CA_2017.crt
│ │ │ │ │ ├── [ 70] E-Tugra_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/E-Tugra_Certification_Authority.crt
│ │ │ │ │ ├── [ 68] E-Tugra_Global_Root_CA_ECC_v3.pem -> /usr/share/ca-certificates/mozilla/E-Tugra_Global_Root_CA_ECC_v3.crt
│ │ │ │ │ ├── [ 68] E-Tugra_Global_Root_CA_RSA_v3.pem -> /usr/share/ca-certificates/mozilla/E-Tugra_Global_Root_CA_RSA_v3.crt
│ │ │ │ │ ├── [ 23] f081611a.0 -> Go_Daddy_Class_2_CA.pem
│ │ │ │ │ ├── [ 47] f0c70a8d.0 -> SSL.com_EV_Root_Certification_Authority_ECC.pem
│ │ │ │ │ ├── [ 44] f249de83.0 -> Trustwave_Global_Certification_Authority.pem
│ │ │ │ │ ├── [ 41] f30dd6ad.0 -> USERTrust_ECC_Certification_Authority.pem
│ │ │ │ │ ├── [ 34] f3377b1b.0 -> Security_Communication_Root_CA.pem
│ │ │ │ │ ├── [ 24] f387163d.0 -> Starfield_Class_2_CA.pem
│ │ │ │ │ ├── [ 18] f39fc864.0 -> SecureTrust_CA.pem
│ │ │ │ │ ├── [ 20] f51bb24c.0 -> Certigna_Root_CA.pem
│ │ │ │ │ ├── [ 20] fa5da96b.0 -> GLOBALTRUST_2020.pem
│ │ │ │ │ ├── [ 41] fc5a8f99.0 -> USERTrust_RSA_Certification_Authority.pem
│ │ │ │ │ ├── [ 20] fd64f3fc.0 -> TunTrust_Root_CA.pem
│ │ │ │ │ ├── [ 19] fe8a2cd8.0 -> SZAFIR_ROOT_CA2.pem
│ │ │ │ │ ├── [ 23] feffd413.0 -> GlobalSign_Root_E46.pem
│ │ │ │ │ ├── [ 49] ff34af3f.0 -> TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem
│ │ │ │ │ ├── [ 61] GDCA_TrustAUTH_R5_ROOT.pem -> /usr/share/ca-certificates/mozilla/GDCA_TrustAUTH_R5_ROOT.crt
│ │ │ │ │ ├── [ 66] GlobalSign_ECC_Root_CA_-_R4.pem -> /usr/share/ca-certificates/mozilla/GlobalSign_ECC_Root_CA_-_R4.crt
│ │ │ │ │ ├── [ 66] GlobalSign_ECC_Root_CA_-_R5.pem -> /usr/share/ca-certificates/mozilla/GlobalSign_ECC_Root_CA_-_R5.crt
│ │ │ │ │ ├── [ 57] GlobalSign_Root_CA.pem -> /usr/share/ca-certificates/mozilla/GlobalSign_Root_CA.crt
│ │ │ │ │ ├── [ 62] GlobalSign_Root_CA_-_R3.pem -> /usr/share/ca-certificates/mozilla/GlobalSign_Root_CA_-_R3.crt
│ │ │ │ │ ├── [ 62] GlobalSign_Root_CA_-_R6.pem -> /usr/share/ca-certificates/mozilla/GlobalSign_Root_CA_-_R6.crt
│ │ │ │ │ ├── [ 58] GlobalSign_Root_E46.pem -> /usr/share/ca-certificates/mozilla/GlobalSign_Root_E46.crt
│ │ │ │ │ ├── [ 58] GlobalSign_Root_R46.pem -> /usr/share/ca-certificates/mozilla/GlobalSign_Root_R46.crt
│ │ │ │ │ ├── [ 55] GLOBALTRUST_2020.pem -> /usr/share/ca-certificates/mozilla/GLOBALTRUST_2020.crt
│ │ │ │ │ ├── [ 58] Go_Daddy_Class_2_CA.pem -> /usr/share/ca-certificates/mozilla/Go_Daddy_Class_2_CA.crt
│ │ │ │ │ ├── [ 79] Go_Daddy_Root_Certificate_Authority_-_G2.pem -> /usr/share/ca-certificates/mozilla/Go_Daddy_Root_Certificate_Authority_-_G2.crt
│ │ │ │ │ ├── [ 50] GTS_Root_R1.pem -> /usr/share/ca-certificates/mozilla/GTS_Root_R1.crt
│ │ │ │ │ ├── [ 50] GTS_Root_R2.pem -> /usr/share/ca-certificates/mozilla/GTS_Root_R2.crt
│ │ │ │ │ ├── [ 50] GTS_Root_R3.pem -> /usr/share/ca-certificates/mozilla/GTS_Root_R3.crt
│ │ │ │ │ ├── [ 50] GTS_Root_R4.pem -> /usr/share/ca-certificates/mozilla/GTS_Root_R4.crt
│ │ │ │ │ ├── [ 66] HARICA_TLS_ECC_Root_CA_2021.pem -> /usr/share/ca-certificates/mozilla/HARICA_TLS_ECC_Root_CA_2021.crt
│ │ │ │ │ ├── [ 66] HARICA_TLS_RSA_Root_CA_2021.pem -> /usr/share/ca-certificates/mozilla/HARICA_TLS_RSA_Root_CA_2021.crt
│ │ │ │ │ ├── [ 98] Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem -> /usr/share/ca-certificates/mozilla/Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.crt
│ │ │ │ │ ├── [ 94] Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem -> /usr/share/ca-certificates/mozilla/Hellenic_Academic_and_Research_Institutions_RootCA_2015.crt
│ │ │ │ │ ├── [ 57] HiPKI_Root_CA_-_G1.pem -> /usr/share/ca-certificates/mozilla/HiPKI_Root_CA_-_G1.crt
│ │ │ │ │ ├── [ 62] Hongkong_Post_Root_CA_1.pem -> /usr/share/ca-certificates/mozilla/Hongkong_Post_Root_CA_1.crt
│ │ │ │ │ ├── [ 62] Hongkong_Post_Root_CA_3.pem -> /usr/share/ca-certificates/mozilla/Hongkong_Post_Root_CA_3.crt
│ │ │ │ │ ├── [ 69] IdenTrust_Commercial_Root_CA_1.pem -> /usr/share/ca-certificates/mozilla/IdenTrust_Commercial_Root_CA_1.crt
│ │ │ │ │ ├── [ 72] IdenTrust_Public_Sector_Root_CA_1.pem -> /usr/share/ca-certificates/mozilla/IdenTrust_Public_Sector_Root_CA_1.crt
│ │ │ │ │ ├── [ 51] ISRG_Root_X1.pem -> /usr/share/ca-certificates/mozilla/ISRG_Root_X1.crt
│ │ │ │ │ ├── [ 51] ISRG_Root_X2.pem -> /usr/share/ca-certificates/mozilla/ISRG_Root_X2.crt
│ │ │ │ │ ├── [ 49] Izenpe.com.pem -> /usr/share/ca-certificates/mozilla/Izenpe.com.crt
│ │ │ │ │ ├── [4.0K] java
│ │ │ │ │ │ └── [154K] cacerts
│ │ │ │ │ ├── [ 69] Microsec_e-Szigno_Root_CA_2009.pem -> /usr/share/ca-certificates/mozilla/Microsec_e-Szigno_Root_CA_2009.crt
│ │ │ │ │ ├── [ 84] Microsoft_ECC_Root_Certificate_Authority_2017.pem -> /usr/share/ca-certificates/mozilla/Microsoft_ECC_Root_Certificate_Authority_2017.crt
│ │ │ │ │ ├── [ 84] Microsoft_RSA_Root_Certificate_Authority_2017.pem -> /usr/share/ca-certificates/mozilla/Microsoft_RSA_Root_Certificate_Authority_2017.crt
│ │ │ │ │ ├── [ 80] NAVER_Global_Root_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/NAVER_Global_Root_Certification_Authority.crt
│ │ │ │ │ ├── [ 83] NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem -> /usr/share/ca-certificates/mozilla/NetLock_Arany_=Class_Gold=_Főtanúsítvány.crt
│ │ │ │ │ ├── [ 70] OISTE_WISeKey_Global_Root_GB_CA.pem -> /usr/share/ca-certificates/mozilla/OISTE_WISeKey_Global_Root_GB_CA.crt
│ │ │ │ │ ├── [ 70] OISTE_WISeKey_Global_Root_GC_CA.pem -> /usr/share/ca-certificates/mozilla/OISTE_WISeKey_Global_Root_GC_CA.crt
│ │ │ │ │ ├── [ 60] QuoVadis_Root_CA_1_G3.pem -> /usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_1_G3.crt
│ │ │ │ │ ├── [ 60] QuoVadis_Root_CA_2_G3.pem -> /usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_2_G3.crt
│ │ │ │ │ ├── [ 57] QuoVadis_Root_CA_2.pem -> /usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_2.crt
│ │ │ │ │ ├── [ 60] QuoVadis_Root_CA_3_G3.pem -> /usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_3_G3.crt
│ │ │ │ │ ├── [ 57] QuoVadis_Root_CA_3.pem -> /usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_3.crt
│ │ │ │ │ ├── [ 55] Secure_Global_CA.pem -> /usr/share/ca-certificates/mozilla/Secure_Global_CA.crt
│ │ │ │ │ ├── [ 58] SecureSign_RootCA11.pem -> /usr/share/ca-certificates/mozilla/SecureSign_RootCA11.crt
│ │ │ │ │ ├── [ 53] SecureTrust_CA.pem -> /usr/share/ca-certificates/mozilla/SecureTrust_CA.crt
│ │ │ │ │ ├── [ 73] Security_Communication_ECC_RootCA1.pem -> /usr/share/ca-certificates/mozilla/Security_Communication_ECC_RootCA1.crt
│ │ │ │ │ ├── [ 69] Security_Communication_RootCA2.pem -> /usr/share/ca-certificates/mozilla/Security_Communication_RootCA2.crt
│ │ │ │ │ ├── [ 69] Security_Communication_RootCA3.pem -> /usr/share/ca-certificates/mozilla/Security_Communication_RootCA3.crt
│ │ │ │ │ ├── [ 69] Security_Communication_Root_CA.pem -> /usr/share/ca-certificates/mozilla/Security_Communication_Root_CA.crt
│ │ │ │ │ ├── [1.1K] ssl-cert-snakeoil.pem
│ │ │ │ │ ├── [ 82] SSL.com_EV_Root_Certification_Authority_ECC.pem -> /usr/share/ca-certificates/mozilla/SSL.com_EV_Root_Certification_Authority_ECC.crt
│ │ │ │ │ ├── [ 85] SSL.com_EV_Root_Certification_Authority_RSA_R2.pem -> /usr/share/ca-certificates/mozilla/SSL.com_EV_Root_Certification_Authority_RSA_R2.crt
│ │ │ │ │ ├── [ 79] SSL.com_Root_Certification_Authority_ECC.pem -> /usr/share/ca-certificates/mozilla/SSL.com_Root_Certification_Authority_ECC.crt
│ │ │ │ │ ├── [ 79] SSL.com_Root_Certification_Authority_RSA.pem -> /usr/share/ca-certificates/mozilla/SSL.com_Root_Certification_Authority_RSA.crt
│ │ │ │ │ ├── [ 59] Starfield_Class_2_CA.pem -> /usr/share/ca-certificates/mozilla/Starfield_Class_2_CA.crt
│ │ │ │ │ ├── [ 80] Starfield_Root_Certificate_Authority_-_G2.pem -> /usr/share/ca-certificates/mozilla/Starfield_Root_Certificate_Authority_-_G2.crt
│ │ │ │ │ ├── [ 89] Starfield_Services_Root_Certificate_Authority_-_G2.pem -> /usr/share/ca-certificates/mozilla/Starfield_Services_Root_Certificate_Authority_-_G2.crt
│ │ │ │ │ ├── [ 61] SwissSign_Gold_CA_-_G2.pem -> /usr/share/ca-certificates/mozilla/SwissSign_Gold_CA_-_G2.crt
│ │ │ │ │ ├── [ 63] SwissSign_Silver_CA_-_G2.pem -> /usr/share/ca-certificates/mozilla/SwissSign_Silver_CA_-_G2.crt
│ │ │ │ │ ├── [ 54] SZAFIR_ROOT_CA2.pem -> /usr/share/ca-certificates/mozilla/SZAFIR_ROOT_CA2.crt
│ │ │ │ │ ├── [ 55] Telia_Root_CA_v2.pem -> /usr/share/ca-certificates/mozilla/Telia_Root_CA_v2.crt
│ │ │ │ │ ├── [ 61] TeliaSonera_Root_CA_v1.pem -> /usr/share/ca-certificates/mozilla/TeliaSonera_Root_CA_v1.crt
│ │ │ │ │ ├── [ 79] Trustwave_Global_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/Trustwave_Global_Certification_Authority.crt
│ │ │ │ │ ├── [ 88] Trustwave_Global_ECC_P256_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/Trustwave_Global_ECC_P256_Certification_Authority.crt
│ │ │ │ │ ├── [ 88] Trustwave_Global_ECC_P384_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/Trustwave_Global_ECC_P384_Certification_Authority.crt
│ │ │ │ │ ├── [ 67] T-TeleSec_GlobalRoot_Class_2.pem -> /usr/share/ca-certificates/mozilla/T-TeleSec_GlobalRoot_Class_2.crt
│ │ │ │ │ ├── [ 67] T-TeleSec_GlobalRoot_Class_3.pem -> /usr/share/ca-certificates/mozilla/T-TeleSec_GlobalRoot_Class_3.crt
│ │ │ │ │ ├── [ 84] TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem -> /usr/share/ca-certificates/mozilla/TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.crt
│ │ │ │ │ ├── [ 55] TunTrust_Root_CA.pem -> /usr/share/ca-certificates/mozilla/TunTrust_Root_CA.crt
│ │ │ │ │ ├── [ 58] TWCA_Global_Root_CA.pem -> /usr/share/ca-certificates/mozilla/TWCA_Global_Root_CA.crt
│ │ │ │ │ ├── [ 72] TWCA_Root_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/TWCA_Root_Certification_Authority.crt
│ │ │ │ │ ├── [ 67] UCA_Extended_Validation_Root.pem -> /usr/share/ca-certificates/mozilla/UCA_Extended_Validation_Root.crt
│ │ │ │ │ ├── [ 57] UCA_Global_G2_Root.pem -> /usr/share/ca-certificates/mozilla/UCA_Global_G2_Root.crt
│ │ │ │ │ ├── [ 76] USERTrust_ECC_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/USERTrust_ECC_Certification_Authority.crt
│ │ │ │ │ ├── [ 76] USERTrust_RSA_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/USERTrust_RSA_Certification_Authority.crt
│ │ │ │ │ ├── [ 56] vTrus_ECC_Root_CA.pem -> /usr/share/ca-certificates/mozilla/vTrus_ECC_Root_CA.crt
│ │ │ │ │ ├── [ 52] vTrus_Root_CA.pem -> /usr/share/ca-certificates/mozilla/vTrus_Root_CA.crt
│ │ │ │ │ └── [ 59] XRamp_Global_CA_Root.pem -> /usr/share/ca-certificates/mozilla/XRamp_Global_CA_Root.crt
│ │ │ │ ├── [ 12K] openssl.cnf
│ │ │ │ └── [4.0K] private
│ │ │ │ └── [1.7K] ssl-cert-snakeoil.key
│ │ │ ├── [4.0K] sudoers.d
│ │ │ │ └── [1.1K] README
│ │ │ ├── [4.0K] sysctl.d
│ │ │ │ ├── [ 77] 10-console-messages.conf
│ │ │ │ ├── [ 490] 10-ipv6-privacy.conf
│ │ │ │ ├── [1.2K] 10-kernel-hardening.conf
│ │ │ │ ├── [1.2K] 10-magic-sysrq.conf
│ │ │ │ ├── [ 158] 10-network-security.conf
│ │ │ │ ├── [1.3K] 10-ptrace.conf
│ │ │ │ ├── [ 506] 10-zeropage.conf
│ │ │ │ ├── [ 14] 99-sysctl.conf -> ../sysctl.conf
│ │ │ │ └── [ 798] README.sysctl
│ │ │ ├── [4.0K] systemd
│ │ │ │ ├── [1.3K] journald.conf
│ │ │ │ ├── [1.3K] logind.conf
│ │ │ │ ├── [ 846] networkd.conf
│ │ │ │ ├── [ 804] oomd.conf
│ │ │ │ ├── [ 670] pstore.conf
│ │ │ │ ├── [1.4K] resolved.conf
│ │ │ │ ├── [ 931] sleep.conf
│ │ │ │ ├── [4.0K] system
│ │ │ │ │ ├── [4.0K] bluetooth.target.wants
│ │ │ │ │ │ └── [ 37] bluetooth.service -> /lib/systemd/system/bluetooth.service
│ │ │ │ │ ├── [4.0K] cloud-final.service.wants
│ │ │ │ │ │ └── [ 40] snapd.seeded.service -> /lib/systemd/system/snapd.seeded.service
│ │ │ │ │ ├── [ 42] dbus-fi.w1.wpa_supplicant1.service -> /lib/systemd/system/wpa_supplicant.service
│ │ │ │ │ ├── [ 37] dbus-org.bluez.service -> /lib/systemd/system/bluetooth.service
│ │ │ │ │ ├── [ 40] dbus-org.freedesktop.Avahi.service -> /lib/systemd/system/avahi-daemon.service
│ │ │ │ │ ├── [ 40] dbus-org.freedesktop.ModemManager1.service -> /lib/systemd/system/ModemManager.service
│ │ │ │ │ ├── [ 53] dbus-org.freedesktop.nm-dispatcher.service -> /lib/systemd/system/NetworkManager-dispatcher.service
│ │ │ │ │ ├── [ 40] dbus-org.freedesktop.oom1.service -> /lib/systemd/system/systemd-oomd.service
│ │ │ │ │ ├── [ 44] dbus-org.freedesktop.resolve1.service -> /lib/systemd/system/systemd-resolved.service
│ │ │ │ │ ├── [ 36] dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service
│ │ │ │ │ ├── [ 45] dbus-org.freedesktop.timesync1.service -> /lib/systemd/system/systemd-timesyncd.service
│ │ │ │ │ ├── [ 32] display-manager.service -> /lib/systemd/system/gdm3.service
│ │ │ │ │ ├── [4.0K] display-manager.service.wants
│ │ │ │ │ │ └── [ 39] gpu-manager.service -> /lib/systemd/system/gpu-manager.service
│ │ │ │ │ ├── [4.0K] emergency.target.wants
│ │ │ │ │ │ └── [ 48] grub-initrd-fallback.service -> /lib/systemd/system/grub-initrd-fallback.service
│ │ │ │ │ ├── [4.0K] final.target.wants
│ │ │ │ │ │ └── [ 49] snapd.system-shutdown.service -> /lib/systemd/system/snapd.system-shutdown.service
│ │ │ │ │ ├── [4.0K] getty.target.wants
│ │ │ │ │ │ └── [ 34] getty@tty1.service -> /lib/systemd/system/getty@.service
│ │ │ │ │ ├── [4.0K] graphical.target.wants
│ │ │ │ │ │ ├── [ 43] accounts-daemon.service -> /lib/systemd/system/accounts-daemon.service
│ │ │ │ │ │ ├── [ 49] power-profiles-daemon.service -> /lib/systemd/system/power-profiles-daemon.service
│ │ │ │ │ │ ├── [ 46] switcheroo-control.service -> /lib/systemd/system/switcheroo-control.service
│ │ │ │ │ │ └── [ 35] udisks2.service -> /lib/systemd/system/udisks2.service
│ │ │ │ │ ├── [4.0K] multi-user.target.wants
│ │ │ │ │ │ ├── [ 35] anacron.service -> /lib/systemd/system/anacron.service
│ │ │ │ │ │ ├── [ 40] avahi-daemon.service -> /lib/systemd/system/avahi-daemon.service
│ │ │ │ │ │ ├── [ 41] console-setup.service -> /lib/systemd/system/console-setup.service
│ │ │ │ │ │ ├── [ 32] cron.service -> /lib/systemd/system/cron.service
│ │ │ │ │ │ ├── [ 40] cups-browsed.service -> /lib/systemd/system/cups-browsed.service
│ │ │ │ │ │ ├── [ 29] cups.path -> /lib/systemd/system/cups.path
│ │ │ │ │ │ ├── [ 32] cups.service -> /lib/systemd/system/cups.service
│ │ │ │ │ │ ├── [ 33] dmesg.service -> /lib/systemd/system/dmesg.service
│ │ │ │ │ │ ├── [ 40] e2scrub_reap.service -> /lib/systemd/system/e2scrub_reap.service
│ │ │ │ │ │ ├── [ 39] grub-common.service -> /lib/systemd/system/grub-common.service
│ │ │ │ │ │ ├── [ 48] grub-initrd-fallback.service -> /lib/systemd/system/grub-initrd-fallback.service
│ │ │ │ │ │ ├── [ 38] irqbalance.service -> /lib/systemd/system/irqbalance.service
│ │ │ │ │ │ ├── [ 38] kerneloops.service -> /lib/systemd/system/kerneloops.service
│ │ │ │ │ │ ├── [ 40] ModemManager.service -> /lib/systemd/system/ModemManager.service
│ │ │ │ │ │ ├── [ 47] networkd-dispatcher.service -> /lib/systemd/system/networkd-dispatcher.service
│ │ │ │ │ │ ├── [ 42] NetworkManager.service -> /lib/systemd/system/NetworkManager.service
│ │ │ │ │ │ ├── [ 41] open-vm-tools.service -> /lib/systemd/system/open-vm-tools.service
│ │ │ │ │ │ ├── [ 35] openvpn.service -> /lib/systemd/system/openvpn.service
│ │ │ │ │ │ ├── [ 36] remote-fs.target -> /lib/systemd/system/remote-fs.target
│ │ │ │ │ │ ├── [ 35] rsyslog.service -> /lib/systemd/system/rsyslog.service
│ │ │ │ │ │ ├── [ 45] run-vmblock\x2dfuse.mount -> /lib/systemd/system/run-vmblock\x2dfuse.mount
│ │ │ │ │ │ ├── [ 41] secureboot-db.service -> /lib/systemd/system/secureboot-db.service
│ │ │ │ │ │ ├── [ 37] snap-bare-5.mount -> /etc/systemd/system/snap-bare-5.mount
│ │ │ │ │ │ ├── [ 42] snap-core20-2105.mount -> /etc/systemd/system/snap-core20-2105.mount
│ │ │ │ │ │ ├── [ 42] snap-core20-2182.mount -> /etc/systemd/system/snap-core20-2182.mount
│ │ │ │ │ │ ├── [ 42] snap-core22-1033.mount -> /etc/systemd/system/snap-core22-1033.mount
│ │ │ │ │ │ ├── [ 42] snap-core22-1122.mount -> /etc/systemd/system/snap-core22-1122.mount
│ │ │ │ │ │ ├── [ 52] snapd.aa-prompt-listener.service -> /lib/systemd/system/snapd.aa-prompt-listener.service
│ │ │ │ │ │ ├── [ 42] snapd.apparmor.service -> /lib/systemd/system/snapd.apparmor.service
│ │ │ │ │ │ ├── [ 44] snapd.autoimport.service -> /lib/systemd/system/snapd.autoimport.service
│ │ │ │ │ │ ├── [ 44] snapd.core-fixup.service -> /lib/systemd/system/snapd.core-fixup.service
│ │ │ │ │ │ ├── [ 42] snap-docker-2915.mount -> /etc/systemd/system/snap-docker-2915.mount
│ │ │ │ │ │ ├── [ 47] snap.docker.dockerd.service -> /etc/systemd/system/snap.docker.dockerd.service
│ │ │ │ │ │ ├── [ 64] snap.docker.nvidia-container-toolkit.service -> /etc/systemd/system/snap.docker.nvidia-container-toolkit.service
│ │ │ │ │ │ ├── [ 58] snapd.recovery-chooser-trigger.service -> /lib/systemd/system/snapd.recovery-chooser-trigger.service
│ │ │ │ │ │ ├── [ 40] snapd.seeded.service -> /lib/systemd/system/snapd.seeded.service
│ │ │ │ │ │ ├── [ 33] snapd.service -> /lib/systemd/system/snapd.service
│ │ │ │ │ │ ├── [ 43] snap-firefox-3972.mount -> /etc/systemd/system/snap-firefox-3972.mount
│ │ │ │ │ │ ├── [ 43] snap-firefox-4033.mount -> /etc/systemd/system/snap-firefox-4033.mount
│ │ │ │ │ │ ├── [ 59] snap-gnome\x2d3\x2d38\x2d2004-143.mount -> /etc/systemd/system/snap-gnome\x2d3\x2d38\x2d2004-143.mount
│ │ │ │ │ │ ├── [ 54] snap-gnome\x2d42\x2d2204-141.mount -> /etc/systemd/system/snap-gnome\x2d42\x2d2204-141.mount
│ │ │ │ │ │ ├── [ 54] snap-gnome\x2d42\x2d2204-172.mount -> /etc/systemd/system/snap-gnome\x2d42\x2d2204-172.mount
│ │ │ │ │ │ ├── [ 59] snap-gtk\x2dcommon\x2dthemes-1535.mount -> /etc/systemd/system/snap-gtk\x2dcommon\x2dthemes-1535.mount
│ │ │ │ │ │ ├── [ 42] snap-snapd-20671.mount -> /etc/systemd/system/snap-snapd-20671.mount
│ │ │ │ │ │ ├── [ 42] snap-snapd-21184.mount -> /etc/systemd/system/snap-snapd-21184.mount
│ │ │ │ │ │ ├── [ 65] snap-snapd\x2ddesktop\x2dintegration-83.mount -> /etc/systemd/system/snap-snapd\x2ddesktop\x2dintegration-83.mount
│ │ │ │ │ │ ├── [ 48] snap-snap\x2dstore-959.mount -> /etc/systemd/system/snap-snap\x2dstore-959.mount
│ │ │ │ │ │ ├── [ 31] ssh.service -> /lib/systemd/system/ssh.service
│ │ │ │ │ │ ├── [ 40] systemd-oomd.service -> /lib/systemd/system/systemd-oomd.service
│ │ │ │ │ │ ├── [ 44] systemd-resolved.service -> /lib/systemd/system/systemd-resolved.service
│ │ │ │ │ │ ├── [ 36] thermald.service -> /lib/systemd/system/thermald.service
│ │ │ │ │ │ ├── [ 42] ua-reboot-cmds.service -> /lib/systemd/system/ua-reboot-cmds.service
│ │ │ │ │ │ ├── [ 44] ubuntu-advantage.service -> /lib/systemd/system/ubuntu-advantage.service
│ │ │ │ │ │ ├── [ 31] ufw.service -> /lib/systemd/system/ufw.service
│ │ │ │ │ │ ├── [ 47] unattended-upgrades.service -> /lib/systemd/system/unattended-upgrades.service
│ │ │ │ │ │ ├── [ 66] var-snap-firefox-common-host\x2dhunspell.mount -> /etc/systemd/system/var-snap-firefox-common-host\x2dhunspell.mount
│ │ │ │ │ │ ├── [ 33] whoopsie.path -> /lib/systemd/system/whoopsie.path
│ │ │ │ │ │ └── [ 42] wpa_supplicant.service -> /lib/systemd/system/wpa_supplicant.service
│ │ │ │ │ ├── [4.0K] network-online.target.wants
│ │ │ │ │ │ └── [ 54] NetworkManager-wait-online.service -> /lib/systemd/system/NetworkManager-wait-online.service
│ │ │ │ │ ├── [4.0K] oem-config.service.wants
│ │ │ │ │ │ └── [ 39] gpu-manager.service -> /lib/systemd/system/gpu-manager.service
│ │ │ │ │ ├── [4.0K] open-vm-tools.service.requires
│ │ │ │ │ │ └── [ 34] vgauth.service -> /lib/systemd/system/vgauth.service
│ │ │ │ │ ├── [4.0K] paths.target.wants
│ │ │ │ │ │ ├── [ 30] acpid.path -> /lib/systemd/system/acpid.path
│ │ │ │ │ │ └── [ 42] apport-autoreport.path -> /lib/systemd/system/apport-autoreport.path
│ │ │ │ │ ├── [4.0K] printer.target.wants
│ │ │ │ │ │ └── [ 32] cups.service -> /lib/systemd/system/cups.service
│ │ │ │ │ ├── [4.0K] rescue.target.wants
│ │ │ │ │ │ └── [ 48] grub-initrd-fallback.service -> /lib/systemd/system/grub-initrd-fallback.service
│ │ │ │ │ ├── [4.0K] sleep.target.wants
│ │ │ │ │ │ ├── [ 39] grub-common.service -> /lib/systemd/system/grub-common.service
│ │ │ │ │ │ └── [ 48] grub-initrd-fallback.service -> /lib/systemd/system/grub-initrd-fallback.service
│ │ │ │ │ ├── [ 334] snap-bare-5.mount
│ │ │ │ │ ├── [ 349] snap-core20-2105.mount
│ │ │ │ │ ├── [ 349] snap-core20-2182.mount
│ │ │ │ │ ├── [ 349] snap-core22-1033.mount
│ │ │ │ │ ├── [ 349] snap-core22-1122.mount
│ │ │ │ │ ├── [4.0K] snapd.mounts.target.wants
│ │ │ │ │ │ ├── [ 37] snap-bare-5.mount -> /etc/systemd/system/snap-bare-5.mount
│ │ │ │ │ │ ├── [ 42] snap-core20-2105.mount -> /etc/systemd/system/snap-core20-2105.mount
│ │ │ │ │ │ ├── [ 42] snap-core20-2182.mount -> /etc/systemd/system/snap-core20-2182.mount
│ │ │ │ │ │ ├── [ 42] snap-core22-1033.mount -> /etc/systemd/system/snap-core22-1033.mount
│ │ │ │ │ │ ├── [ 42] snap-core22-1122.mount -> /etc/systemd/system/snap-core22-1122.mount
│ │ │ │ │ │ ├── [ 42] snap-docker-2915.mount -> /etc/systemd/system/snap-docker-2915.mount
│ │ │ │ │ │ ├── [ 43] snap-firefox-3972.mount -> /etc/systemd/system/snap-firefox-3972.mount
│ │ │ │ │ │ ├── [ 43] snap-firefox-4033.mount -> /etc/systemd/system/snap-firefox-4033.mount
│ │ │ │ │ │ ├── [ 59] snap-gnome\x2d3\x2d38\x2d2004-143.mount -> /etc/systemd/system/snap-gnome\x2d3\x2d38\x2d2004-143.mount
│ │ │ │ │ │ ├── [ 54] snap-gnome\x2d42\x2d2204-141.mount -> /etc/systemd/system/snap-gnome\x2d42\x2d2204-141.mount
│ │ │ │ │ │ ├── [ 54] snap-gnome\x2d42\x2d2204-172.mount -> /etc/systemd/system/snap-gnome\x2d42\x2d2204-172.mount
│ │ │ │ │ │ ├── [ 59] snap-gtk\x2dcommon\x2dthemes-1535.mount -> /etc/systemd/system/snap-gtk\x2dcommon\x2dthemes-1535.mount
│ │ │ │ │ │ ├── [ 42] snap-snapd-20671.mount -> /etc/systemd/system/snap-snapd-20671.mount
│ │ │ │ │ │ ├── [ 42] snap-snapd-21184.mount -> /etc/systemd/system/snap-snapd-21184.mount
│ │ │ │ │ │ ├── [ 65] snap-snapd\x2ddesktop\x2dintegration-83.mount -> /etc/systemd/system/snap-snapd\x2ddesktop\x2dintegration-83.mount
│ │ │ │ │ │ ├── [ 48] snap-snap\x2dstore-959.mount -> /etc/systemd/system/snap-snap\x2dstore-959.mount
│ │ │ │ │ │ └── [ 66] var-snap-firefox-common-host\x2dhunspell.mount -> /etc/systemd/system/var-snap-firefox-common-host\x2dhunspell.mount
│ │ │ │ │ ├── [ 349] snap-docker-2915.mount
│ │ │ │ │ ├── [ 486] snap.docker.dockerd.service
│ │ │ │ │ ├── [ 551] snap.docker.nvidia-container-toolkit.service
│ │ │ │ │ ├── [ 352] snap-firefox-3972.mount
│ │ │ │ │ ├── [ 352] snap-firefox-4033.mount
│ │ │ │ │ ├── [ 373] snap-gnome\x2d3\x2d38\x2d2004-143.mount
│ │ │ │ │ ├── [ 367] snap-gnome\x2d42\x2d2204-141.mount
│ │ │ │ │ ├── [ 367] snap-gnome\x2d42\x2d2204-172.mount
│ │ │ │ │ ├── [ 382] snap-gtk\x2dcommon\x2dthemes-1535.mount
│ │ │ │ │ ├── [ 349] snap-snapd-20671.mount
│ │ │ │ │ ├── [ 349] snap-snapd-21184.mount
│ │ │ │ │ ├── [ 400] snap-snapd\x2ddesktop\x2dintegration-83.mount
│ │ │ │ │ ├── [ 358] snap-snap\x2dstore-959.mount
│ │ │ │ │ ├── [4.0K] sockets.target.wants
│ │ │ │ │ │ ├── [ 32] acpid.socket -> /lib/systemd/system/acpid.socket
│ │ │ │ │ │ ├── [ 41] apport-forward.socket -> /lib/systemd/system/apport-forward.socket
│ │ │ │ │ │ ├── [ 39] avahi-daemon.socket -> /lib/systemd/system/avahi-daemon.socket
│ │ │ │ │ │ ├── [ 31] cups.socket -> /lib/systemd/system/cups.socket
│ │ │ │ │ │ ├── [ 32] snapd.socket -> /lib/systemd/system/snapd.socket
│ │ │ │ │ │ └── [ 32] uuidd.socket -> /lib/systemd/system/uuidd.socket
│ │ │ │ │ ├── [ 31] sshd.service -> /lib/systemd/system/ssh.service
│ │ │ │ │ ├── [ 9] sudo.service -> /dev/null
│ │ │ │ │ ├── [4.0K] sysinit.target.wants
│ │ │ │ │ │ ├── [ 36] apparmor.service -> /lib/systemd/system/apparmor.service
│ │ │ │ │ │ ├── [ 42] keyboard-setup.service -> /lib/systemd/system/keyboard-setup.service
│ │ │ │ │ │ ├── [ 36] setvtrgb.service -> /lib/systemd/system/setvtrgb.service
│ │ │ │ │ │ ├── [ 42] systemd-pstore.service -> /lib/systemd/system/systemd-pstore.service
│ │ │ │ │ │ └── [ 45] systemd-timesyncd.service -> /lib/systemd/system/systemd-timesyncd.service
│ │ │ │ │ ├── [ 35] syslog.service -> /lib/systemd/system/rsyslog.service
│ │ │ │ │ ├── [4.0K] timers.target.wants
│ │ │ │ │ │ ├── [ 33] anacron.timer -> /lib/systemd/system/anacron.timer
│ │ │ │ │ │ ├── [ 43] apport-autoreport.timer -> /lib/systemd/system/apport-autoreport.timer
│ │ │ │ │ │ ├── [ 35] apt-daily.timer -> /lib/systemd/system/apt-daily.timer
│ │ │ │ │ │ ├── [ 43] apt-daily-upgrade.timer -> /lib/systemd/system/apt-daily-upgrade.timer
│ │ │ │ │ │ ├── [ 40] dpkg-db-backup.timer -> /lib/systemd/system/dpkg-db-backup.timer
│ │ │ │ │ │ ├── [ 37] e2scrub_all.timer -> /lib/systemd/system/e2scrub_all.timer
│ │ │ │ │ │ ├── [ 32] fstrim.timer -> /lib/systemd/system/fstrim.timer
│ │ │ │ │ │ ├── [ 39] fwupd-refresh.timer -> /lib/systemd/system/fwupd-refresh.timer
│ │ │ │ │ │ ├── [ 35] logrotate.timer -> /lib/systemd/system/logrotate.timer
│ │ │ │ │ │ ├── [ 32] man-db.timer -> /lib/systemd/system/man-db.timer
│ │ │ │ │ │ ├── [ 35] motd-news.timer -> /lib/systemd/system/motd-news.timer
│ │ │ │ │ │ ├── [ 43] snapd.snap-repair.timer -> /lib/systemd/system/snapd.snap-repair.timer
│ │ │ │ │ │ ├── [ 34] ua-timer.timer -> /lib/systemd/system/ua-timer.timer
│ │ │ │ │ │ ├── [ 50] update-notifier-download.timer -> /lib/systemd/system/update-notifier-download.timer
│ │ │ │ │ │ └── [ 46] update-notifier-motd.timer -> /lib/systemd/system/update-notifier-motd.timer
│ │ │ │ │ ├── [ 382] var-snap-firefox-common-host\x2dhunspell.mount
│ │ │ │ │ └── [ 41] vmtoolsd.service -> /lib/systemd/system/open-vm-tools.service
│ │ │ │ ├── [1.9K] system.conf
│ │ │ │ ├── [ 748] timesyncd.conf
│ │ │ │ ├── [4.0K] user
│ │ │ │ │ ├── [4.0K] default.target.wants
│ │ │ │ │ │ ├── [ 38] pipewire.service -> /usr/lib/systemd/user/pipewire.service
│ │ │ │ │ │ ├── [ 40] pulseaudio.service -> /usr/lib/systemd/user/pulseaudio.service
│ │ │ │ │ │ ├── [ 82] snap.snapd-desktop-integration.snapd-desktop-integration.service -> /etc/systemd/user/snap.snapd-desktop-integration.snapd-desktop-integration.service
│ │ │ │ │ │ ├── [ 47] tracker-extract-3.service -> /usr/lib/systemd/user/tracker-extract-3.service
│ │ │ │ │ │ └── [ 40] ubuntu-report.path -> /usr/lib/systemd/user/ubuntu-report.path
│ │ │ │ │ ├── [4.0K] gnome-session.target.wants
│ │ │ │ │ │ ├── [ 64] org.freedesktop.IBus.session.GNOME.service -> /usr/lib/systemd/user/org.freedesktop.IBus.session.GNOME.service
│ │ │ │ │ │ └── [ 48] tracker-miner-fs-3.service -> /usr/lib/systemd/user/tracker-miner-fs-3.service
│ │ │ │ │ ├── [4.0K] graphical-session-pre.target.wants
│ │ │ │ │ │ ├── [ 43] gnome-keyring.service -> /usr/lib/systemd/user/gnome-keyring.service
│ │ │ │ │ │ ├── [ 47] session-migration.service -> /usr/lib/systemd/user/session-migration.service
│ │ │ │ │ │ └── [ 66] xdg-desktop-portal-rewrite-launchers.service -> /usr/lib/systemd/user/xdg-desktop-portal-rewrite-launchers.service
│ │ │ │ │ ├── [4.0K] pipewire.service.wants
│ │ │ │ │ │ └── [ 52] pipewire-media-session.service -> /usr/lib/systemd/user/pipewire-media-session.service
│ │ │ │ │ ├── [ 52] pipewire-session-manager.service -> /usr/lib/systemd/user/pipewire-media-session.service
│ │ │ │ │ ├── [ 464] snap.snapd-desktop-integration.snapd-desktop-integration.service
│ │ │ │ │ └── [4.0K] sockets.target.wants
│ │ │ │ │ ├── [ 36] dirmngr.socket -> /usr/lib/systemd/user/dirmngr.socket
│ │ │ │ │ ├── [ 46] gpg-agent-browser.socket -> /usr/lib/systemd/user/gpg-agent-browser.socket
│ │ │ │ │ ├── [ 44] gpg-agent-extra.socket -> /usr/lib/systemd/user/gpg-agent-extra.socket
│ │ │ │ │ ├── [ 38] gpg-agent.socket -> /usr/lib/systemd/user/gpg-agent.socket
│ │ │ │ │ ├── [ 42] gpg-agent-ssh.socket -> /usr/lib/systemd/user/gpg-agent-ssh.socket
│ │ │ │ │ ├── [ 37] pipewire.socket -> /usr/lib/systemd/user/pipewire.socket
│ │ │ │ │ ├── [ 46] pk-debconf-helper.socket -> /usr/lib/systemd/user/pk-debconf-helper.socket
│ │ │ │ │ ├── [ 39] pulseaudio.socket -> /usr/lib/systemd/user/pulseaudio.socket
│ │ │ │ │ └── [ 46] speech-dispatcher.socket -> /usr/lib/systemd/user/speech-dispatcher.socket
│ │ │ │ └── [1.4K] user.conf
│ │ │ ├── [4.0K] terminfo
│ │ │ │ └── [ 212] README
│ │ │ ├── [4.0K] thermald
│ │ │ │ └── [ 508] thermal-cpu-cdev-order.xml
│ │ │ ├── [4.0K] thunderbird
│ │ │ │ └── [ 163] syspref.js
│ │ │ ├── [4.0K] ubuntu-advantage
│ │ │ │ ├── [4.2K] help_data.yaml
│ │ │ │ └── [ 63] uaclient.conf
│ │ │ ├── [4.0K] udev
│ │ │ │ ├── [4.0K] rules.d
│ │ │ │ │ ├── [ 12K] 70-snap.firefox.rules
│ │ │ │ │ ├── [1.6K] 70-snap.snapd-desktop-integration.rules
│ │ │ │ │ ├── [ 62K] 70-snap.snapd.rules
│ │ │ │ │ └── [3.7K] 70-snap.snap-store.rules
│ │ │ │ └── [ 305] udev.conf
│ │ │ ├── [4.0K] udisks2
│ │ │ │ ├── [2.9K] mount_options.conf.example
│ │ │ │ └── [ 251] udisks2.conf
│ │ │ ├── [4.0K] ufw
│ │ │ │ ├── [ 915] after6.rules
│ │ │ │ ├── [1.1K] after.init
│ │ │ │ ├── [1004] after.rules
│ │ │ │ ├── [4.0K] applications.d
│ │ │ │ │ ├── [ 152] cups
│ │ │ │ │ └── [ 145] openssh-server
│ │ │ │ ├── [6.5K] before6.rules
│ │ │ │ ├── [1.1K] before.init
│ │ │ │ ├── [2.5K] before.rules
│ │ │ │ ├── [1.4K] sysctl.conf
│ │ │ │ ├── [ 312] ufw.conf
│ │ │ │ ├── [ 107] user6.rules
│ │ │ │ └── [ 307] user.rules
│ │ │ ├── [4.0K] update-manager
│ │ │ │ ├── [ 235] meta-release
│ │ │ │ ├── [ 819] release-upgrades
│ │ │ │ └── [4.0K] release-upgrades.d
│ │ │ │ └── [ 215] ubuntu-advantage-upgrades.cfg
│ │ │ ├── [4.0K] update-motd.d
│ │ │ │ ├── [1.2K] 00-header
│ │ │ │ ├── [1.1K] 10-help-text
│ │ │ │ ├── [4.9K] 50-motd-news
│ │ │ │ ├── [ 84] 85-fwupd
│ │ │ │ ├── [ 218] 90-updates-available
│ │ │ │ ├── [ 296] 91-contract-ua-esm-status
│ │ │ │ ├── [ 558] 91-release-upgrade
│ │ │ │ ├── [ 165] 92-unattended-upgrades
│ │ │ │ ├── [ 379] 95-hwe-eol
│ │ │ │ ├── [ 142] 98-fsck-at-reboot
│ │ │ │ └── [ 144] 98-reboot-required
│ │ │ ├── [4.0K] UPower
│ │ │ │ └── [2.8K] UPower.conf
│ │ │ ├── [4.0K] vim
│ │ │ │ ├── [2.2K] vimrc
│ │ │ │ └── [ 662] vimrc.tiny
│ │ │ ├── [4.0K] wpa_supplicant
│ │ │ │ ├── [ 937] action_wpa.sh
│ │ │ │ ├── [ 25K] functions.sh
│ │ │ │ └── [4.6K] ifupdown.sh
│ │ │ ├── [4.0K] X11
│ │ │ │ ├── [4.0K] app-defaults
│ │ │ │ │ ├── [6.4K] Bitmap
│ │ │ │ │ ├── [ 431] Bitmap-color
│ │ │ │ │ ├── [6.4K] Bitmap-nocase
│ │ │ │ │ ├── [ 115] Clock-color
│ │ │ │ │ ├── [9.6K] Editres
│ │ │ │ │ ├── [2.7K] Editres-color
│ │ │ │ │ ├── [3.1K] Viewres
│ │ │ │ │ ├── [ 973] Viewres-color
│ │ │ │ │ ├── [ 22K] XCalc
│ │ │ │ │ ├── [ 10K] XCalc-color
│ │ │ │ │ ├── [4.0K] XClipboard
│ │ │ │ │ ├── [ 20] XClock
│ │ │ │ │ ├── [ 245] XClock-color
│ │ │ │ │ ├── [ 615] XConsole
│ │ │ │ │ ├── [3.1K] Xditview
│ │ │ │ │ ├── [1.3K] Xditview-chrtr
│ │ │ │ │ ├── [ 15K] Xedit
│ │ │ │ │ ├── [5.4K] Xedit-color
│ │ │ │ │ ├── [ 754] Xfd
│ │ │ │ │ ├── [4.7K] XFontSel
│ │ │ │ │ ├── [ 65] Xgc
│ │ │ │ │ ├── [2.3K] Xgc-color
│ │ │ │ │ ├── [ 106] XLoad
│ │ │ │ │ ├── [ 133] XLogo
│ │ │ │ │ ├── [ 215] XLogo-color
│ │ │ │ │ ├── [ 730] Xmag
│ │ │ │ │ ├── [6.0K] Xman
│ │ │ │ │ ├── [ 248] Xmessage
│ │ │ │ │ ├── [ 920] Xmessage-color
│ │ │ │ │ ├── [1.1K] XMore
│ │ │ │ │ ├── [3.8K] XSm
│ │ │ │ │ └── [6.5K] Xvidtune
│ │ │ │ ├── [4.0K] cursors
│ │ │ │ │ ├── [ 27] core.theme
│ │ │ │ │ ├── [ 32] handhelds.theme
│ │ │ │ │ ├── [ 31] redglass.theme
│ │ │ │ │ └── [ 33] whiteglass.theme
│ │ │ │ ├── [ 15] default-display-manager
│ │ │ │ ├── [4.0K] fonts
│ │ │ │ │ ├── [4.0K] misc
│ │ │ │ │ │ └── [6.1K] xfonts-base.alias
│ │ │ │ │ └── [4.0K] Type1
│ │ │ │ │ └── [2.6K] xfonts-scalable.scale
│ │ │ │ ├── [ 17K] rgb.txt
│ │ │ │ ├── [4.0K] xinit
│ │ │ │ │ ├── [ 164] xinitrc
│ │ │ │ │ ├── [ 134] xinputrc
│ │ │ │ │ └── [ 46] xserverrc
│ │ │ │ ├── [ 709] Xreset
│ │ │ │ ├── [4.0K] Xreset.d
│ │ │ │ │ └── [ 205] README
│ │ │ │ ├── [4.0K] Xresources
│ │ │ │ │ └── [ 319] x11-common
│ │ │ │ ├── [4.0K] Xsession
│ │ │ │ ├── [4.0K] Xsession.d
│ │ │ │ │ ├── [1.0K] 20dbus_xdg-runtime
│ │ │ │ │ ├── [1.8K] 20x11-common_process-args
│ │ │ │ │ ├── [ 878] 30x11-common_xresources
│ │ │ │ │ ├── [ 389] 35x11-common_xhost-local
│ │ │ │ │ ├── [ 187] 40x11-common_xsessionrc
│ │ │ │ │ ├── [1.5K] 50x11-common_determine-startup
│ │ │ │ │ ├── [ 743] 55gnome-session_gnomerc
│ │ │ │ │ ├── [ 991] 60x11-common_xdg_path
│ │ │ │ │ ├── [1.5K] 70im-config_launch
│ │ │ │ │ ├── [ 511] 90atk-adaptor
│ │ │ │ │ ├── [ 880] 90gpg-agent
│ │ │ │ │ ├── [ 335] 90qt-a11y
│ │ │ │ │ ├── [ 385] 90x11-common_ssh-agent
│ │ │ │ │ ├── [ 431] 90xbrlapi
│ │ │ │ │ └── [ 166] 99x11-common_start
│ │ │ │ ├── [ 265] Xsession.options
│ │ │ │ ├── [4.0K] xsm
│ │ │ │ │ └── [ 77] system.xsm
│ │ │ │ ├── [ 13] XvMCConfig
│ │ │ │ └── [ 630] Xwrapper.config
│ │ │ ├── [4.0K] xdg
│ │ │ │ ├── [4.0K] autostart
│ │ │ │ │ ├── [ 193] at-spi-dbus-bus.desktop
│ │ │ │ │ ├── [ 227] geoclue-demo-agent.desktop
│ │ │ │ │ ├── [ 357] gnome-initial-setup-copy-worker.desktop
│ │ │ │ │ ├── [ 454] gnome-initial-setup-first-login.desktop
│ │ │ │ │ ├── [ 485] gnome-keyring-pkcs11.desktop
│ │ │ │ │ ├── [ 478] gnome-keyring-secrets.desktop
│ │ │ │ │ ├── [ 445] gnome-keyring-ssh.desktop
│ │ │ │ │ ├── [ 177] gnome-shell-overrides-migration.desktop
│ │ │ │ │ ├── [ 226] im-launch.desktop
│ │ │ │ │ ├── [ 350] nm-applet.desktop
│ │ │ │ │ ├── [ 315] orca-autostart.desktop
│ │ │ │ │ ├── [ 379] org.gnome.DejaDup.Monitor.desktop
│ │ │ │ │ ├── [ 470] org.gnome.Evolution-alarm-notify.desktop
│ │ │ │ │ ├── [ 299] org.gnome.SettingsDaemon.A11ySettings.desktop
│ │ │ │ │ ├── [ 294] org.gnome.SettingsDaemon.Color.desktop
│ │ │ │ │ ├── [ 292] org.gnome.SettingsDaemon.Datetime.desktop
│ │ │ │ │ ├── [ 246] org.gnome.SettingsDaemon.DiskUtilityNotify.desktop
│ │ │ │ │ ├── [ 314] org.gnome.SettingsDaemon.Housekeeping.desktop
│ │ │ │ │ ├── [ 303] org.gnome.SettingsDaemon.Keyboard.desktop
│ │ │ │ │ ├── [ 301] org.gnome.SettingsDaemon.MediaKeys.desktop
│ │ │ │ │ ├── [ 294] org.gnome.SettingsDaemon.Power.desktop
│ │ │ │ │ ├── [ 313] org.gnome.SettingsDaemon.PrintNotifications.desktop
│ │ │ │ │ ├── [ 293] org.gnome.SettingsDaemon.Rfkill.desktop
│ │ │ │ │ ├── [ 313] org.gnome.SettingsDaemon.ScreensaverProxy.desktop
│ │ │ │ │ ├── [ 292] org.gnome.SettingsDaemon.Sharing.desktop
│ │ │ │ │ ├── [ 291] org.gnome.SettingsDaemon.Smartcard.desktop
│ │ │ │ │ ├── [ 298] org.gnome.SettingsDaemon.Sound.desktop
│ │ │ │ │ ├── [ 301] org.gnome.SettingsDaemon.UsbProtection.desktop
│ │ │ │ │ ├── [ 298] org.gnome.SettingsDaemon.Wacom.desktop
│ │ │ │ │ ├── [ 289] org.gnome.SettingsDaemon.Wwan.desktop
│ │ │ │ │ ├── [ 291] org.gnome.SettingsDaemon.XSettings.desktop
│ │ │ │ │ ├── [ 369] print-applet.desktop
│ │ │ │ │ ├── [5.2K] pulseaudio.desktop
│ │ │ │ │ ├── [ 228] snap-userd-autostart.desktop
│ │ │ │ │ ├── [ 191] spice-vdagent.desktop
│ │ │ │ │ ├── [ 445] tracker-miner-fs-3.desktop
│ │ │ │ │ ├── [4.0K] ubuntu-advantage-notification.desktop
│ │ │ │ │ ├── [ 153] ubuntu-report-on-upgrade.desktop
│ │ │ │ │ ├── [ 11K] update-notifier.desktop
│ │ │ │ │ ├── [ 303] user-dirs-update-gtk.desktop
│ │ │ │ │ ├── [ 222] vmware-user.desktop
│ │ │ │ │ └── [ 250] xdg-user-dirs.desktop
│ │ │ │ ├── [4.0K] menus
│ │ │ │ │ └── [ 16K] gnome-applications.menu
│ │ │ │ ├── [4.0K] systemd
│ │ │ │ │ └── [ 18] user -> ../../systemd/user
│ │ │ │ ├── [ 414] user-dirs.conf
│ │ │ │ ├── [ 418] user-dirs.defaults
│ │ │ │ └── [4.0K] Xwayland-session.d
│ │ │ │ ├── [ 453] 00-at-spi
│ │ │ │ ├── [2.1K] 00-pulseaudio-x11
│ │ │ │ ├── [ 753] 00-xrdb
│ │ │ │ └── [ 34] 10-ibus-x11
│ │ │ └── [4.0K] xml
│ │ │ ├── [3.2K] catalog
│ │ │ ├── [3.1K] catalog.old
│ │ │ ├── [ 10K] docbook-xml.xml
│ │ │ ├── [9.9K] docbook-xml.xml.old
│ │ │ ├── [1.3K] sgml-data.xml
│ │ │ ├── [1.2K] sgml-data.xml.old
│ │ │ ├── [ 840] xml-core.xml
│ │ │ └── [ 673] xml-core.xml.old
│ │ ├── [1.8K] ethertypes
│ │ ├── [4.0K] firefox
│ │ │ └── [4.0K] pref
│ │ │ └── [ 355] apturl.js
│ │ ├── [4.0K] fonts
│ │ │ ├── [4.0K] conf.avail
│ │ │ │ ├── [ 225] 10-antialias.conf
│ │ │ │ ├── [ 706] 10-autohint.conf
│ │ │ │ ├── [ 692] 10-hinting-full.conf
│ │ │ │ ├── [ 696] 10-hinting-medium.conf
│ │ │ │ ├── [ 692] 10-hinting-none.conf
│ │ │ │ ├── [ 696] 10-hinting-slight.conf
│ │ │ │ ├── [ 723] 10-no-sub-pixel.conf
│ │ │ │ ├── [2.2K] 10-scale-bitmap-fonts.conf
│ │ │ │ ├── [ 748] 10-sub-pixel-bgr.conf
│ │ │ │ ├── [ 748] 10-sub-pixel-rgb.conf
│ │ │ │ ├── [ 758] 10-sub-pixel-vbgr.conf
│ │ │ │ ├── [ 758] 10-sub-pixel-vrgb.conf
│ │ │ │ ├── [ 701] 10-unhinted.conf
│ │ │ │ ├── [ 771] 11-lcdfilter-default.conf
│ │ │ │ ├── [ 768] 11-lcdfilter-legacy.conf
│ │ │ │ ├── [ 765] 11-lcdfilter-light.conf
│ │ │ │ ├── [ 864] 20-unhint-small-dejavu-lgc-sans.conf
│ │ │ │ ├── [ 874] 20-unhint-small-dejavu-lgc-sans-mono.conf
│ │ │ │ ├── [ 866] 20-unhint-small-dejavu-lgc-serif.conf
│ │ │ │ ├── [ 856] 20-unhint-small-dejavu-sans.conf
│ │ │ │ ├── [ 866] 20-unhint-small-dejavu-sans-mono.conf
│ │ │ │ ├── [ 858] 20-unhint-small-dejavu-serif.conf
│ │ │ │ ├── [1.5K] 20-unhint-small-vera.conf
│ │ │ │ ├── [3.4K] 25-unhint-nonlatin.conf
│ │ │ │ ├── [ 16K] 30-cjk-aliases.conf
│ │ │ │ ├── [ 218] 30-droid-noto-mono.conf
│ │ │ │ ├── [ 13K] 30-metric-aliases.conf
│ │ │ │ ├── [5.5K] 40-nonlatin.conf
│ │ │ │ ├── [3.5K] 45-generic.conf
│ │ │ │ ├── [6.5K] 45-latin.conf
│ │ │ │ ├── [ 799] 49-sansserif.conf
│ │ │ │ ├── [ 911] 50-user.conf
│ │ │ │ ├── [ 423] 51-local.conf
│ │ │ │ ├── [ 943] 53-monospace-lcd-filter.conf
│ │ │ │ ├── [ 806] 56-language-selector-ar.conf
│ │ │ │ ├── [1.7K] 57-dejavu-sans.conf
│ │ │ │ ├── [1.2K] 57-dejavu-sans-mono.conf
│ │ │ │ ├── [1.3K] 57-dejavu-serif.conf
│ │ │ │ ├── [2.0K] 58-dejavu-lgc-sans.conf
│ │ │ │ ├── [1.5K] 58-dejavu-lgc-sans-mono.conf
│ │ │ │ ├── [1.6K] 58-dejavu-lgc-serif.conf
│ │ │ │ ├── [ 488] 59-lohit-devanagari.conf
│ │ │ │ ├── [2.0K] 60-generic.conf
│ │ │ │ ├── [2.0K] 60-latin.conf
│ │ │ │ ├── [ 998] 64-language-selector-prefer.conf
│ │ │ │ ├── [1.0K] 65-0-fonts-beng-extra.conf
│ │ │ │ ├── [4.9K] 65-0-fonts-deva-extra.conf
│ │ │ │ ├── [ 779] 65-0-fonts-gubbi.conf
│ │ │ │ ├── [ 687] 65-0-fonts-gujr-extra.conf
│ │ │ │ ├── [ 689] 65-0-fonts-guru-extra.conf
│ │ │ │ ├── [ 678] 65-0-fonts-orya-extra.conf
│ │ │ │ ├── [ 648] 65-0-fonts-pagul.conf
│ │ │ │ ├── [ 684] 65-0-fonts-telu-extra.conf
│ │ │ │ ├── [ 438] 65-0-smc-meera.conf
│ │ │ │ ├── [ 432] 65-0-smc-rachana.conf
│ │ │ │ ├── [ 202] 65-droid-sans-fallback.conf
│ │ │ │ ├── [ 10K] 65-fonts-persian.conf
│ │ │ │ ├── [ 464] 65-khmer.conf
│ │ │ │ ├── [7.8K] 65-nonlatin.conf
│ │ │ │ ├── [ 642] 66-lohit-assamese.conf
│ │ │ │ ├── [ 639] 66-lohit-bengali.conf
│ │ │ │ ├── [2.8K] 66-lohit-devanagari.conf
│ │ │ │ ├── [ 643] 66-lohit-gujarati.conf
│ │ │ │ ├── [ 640] 66-lohit-gurmukhi.conf
│ │ │ │ ├── [ 636] 66-lohit-kannada.conf
│ │ │ │ ├── [ 631] 66-lohit-odia.conf
│ │ │ │ ├── [ 663] 66-lohit-tamil-classical.conf
│ │ │ │ ├── [ 633] 66-lohit-tamil.conf
│ │ │ │ ├── [ 451] 66-lohit-telugu.conf
│ │ │ │ ├── [ 441] 67-fonts-smc-manjari.conf
│ │ │ │ ├── [ 643] 67-lohit-malayalam.conf
│ │ │ │ ├── [ 438] 67-smc-anjalioldlipi.conf
│ │ │ │ ├── [ 422] 67-smc-chilanka.conf
│ │ │ │ ├── [ 424] 67-smc-dyuthi.conf
│ │ │ │ ├── [ 420] 67-smc-karumbi.conf
│ │ │ │ ├── [ 432] 67-smc-keraleeyam.conf
│ │ │ │ ├── [ 473] 67-smc-raghumalayalamsans.conf
│ │ │ │ ├── [ 424] 67-smc-suruma.conf
│ │ │ │ ├── [ 415] 67-smc-uroob.conf
│ │ │ │ ├── [ 819] 69-language-selector-ja.conf
│ │ │ │ ├── [1.7K] 69-language-selector-zh-cn.conf
│ │ │ │ ├── [1.5K] 69-language-selector-zh-hk.conf
│ │ │ │ ├── [1.6K] 69-language-selector-zh-mo.conf
│ │ │ │ ├── [1.7K] 69-language-selector-zh-sg.conf
│ │ │ │ ├── [2.1K] 69-language-selector-zh-tw.conf
│ │ │ │ ├── [ 847] 69-unifont.conf
│ │ │ │ ├── [ 487] 70-force-bitmaps.conf
│ │ │ │ ├── [ 487] 70-no-bitmaps.conf
│ │ │ │ ├── [ 77] 70-yes-bitmaps.conf
│ │ │ │ ├── [ 597] 80-delicious.conf
│ │ │ │ ├── [1.9K] 90-synthetic.conf
│ │ │ │ └── [1.8K] 99-language-selector-zh.conf
│ │ │ ├── [4.0K] conf.d
│ │ │ │ ├── [ 31] 10-antialias.conf -> ../conf.avail/10-antialias.conf
│ │ │ │ ├── [ 36] 10-hinting-slight.conf -> ../conf.avail/10-hinting-slight.conf
│ │ │ │ ├── [ 40] 10-scale-bitmap-fonts.conf -> ../conf.avail/10-scale-bitmap-fonts.conf
│ │ │ │ ├── [ 39] 11-lcdfilter-default.conf -> ../conf.avail/11-lcdfilter-default.conf
│ │ │ │ ├── [ 50] 20-unhint-small-dejavu-lgc-sans.conf -> ../conf.avail/20-unhint-small-dejavu-lgc-sans.conf
│ │ │ │ ├── [ 55] 20-unhint-small-dejavu-lgc-sans-mono.conf -> ../conf.avail/20-unhint-small-dejavu-lgc-sans-mono.conf
│ │ │ │ ├── [ 51] 20-unhint-small-dejavu-lgc-serif.conf -> ../conf.avail/20-unhint-small-dejavu-lgc-serif.conf
│ │ │ │ ├── [ 46] 20-unhint-small-dejavu-sans.conf -> ../conf.avail/20-unhint-small-dejavu-sans.conf
│ │ │ │ ├── [ 51] 20-unhint-small-dejavu-sans-mono.conf -> ../conf.avail/20-unhint-small-dejavu-sans-mono.conf
│ │ │ │ ├── [ 47] 20-unhint-small-dejavu-serif.conf -> ../conf.avail/20-unhint-small-dejavu-serif.conf
│ │ │ │ ├── [ 39] 20-unhint-small-vera.conf -> ../conf.avail/20-unhint-small-vera.conf
│ │ │ │ ├── [ 33] 30-cjk-aliases.conf -> ../conf.avail/30-cjk-aliases.conf
│ │ │ │ ├── [ 36] 30-metric-aliases.conf -> ../conf.avail/30-metric-aliases.conf
│ │ │ │ ├── [ 51] 30-opensymbol.conf -> /usr/share/fontconfig/conf.avail/30-opensymbol.conf
│ │ │ │ ├── [ 30] 40-nonlatin.conf -> ../conf.avail/40-nonlatin.conf
│ │ │ │ ├── [ 29] 45-generic.conf -> ../conf.avail/45-generic.conf
│ │ │ │ ├── [ 27] 45-latin.conf -> ../conf.avail/45-latin.conf
│ │ │ │ ├── [ 31] 49-sansserif.conf -> ../conf.avail/49-sansserif.conf
│ │ │ │ ├── [ 26] 50-user.conf -> ../conf.avail/50-user.conf
│ │ │ │ ├── [ 27] 51-local.conf -> ../conf.avail/51-local.conf
│ │ │ │ ├── [ 42] 56-language-selector-ar.conf -> ../conf.avail/56-language-selector-ar.conf
│ │ │ │ ├── [ 33] 57-dejavu-sans.conf -> ../conf.avail/57-dejavu-sans.conf
│ │ │ │ ├── [ 38] 57-dejavu-sans-mono.conf -> ../conf.avail/57-dejavu-sans-mono.conf
│ │ │ │ ├── [ 34] 57-dejavu-serif.conf -> ../conf.avail/57-dejavu-serif.conf
│ │ │ │ ├── [ 37] 58-dejavu-lgc-sans.conf -> ../conf.avail/58-dejavu-lgc-sans.conf
│ │ │ │ ├── [ 42] 58-dejavu-lgc-sans-mono.conf -> ../conf.avail/58-dejavu-lgc-sans-mono.conf
│ │ │ │ ├── [ 38] 58-dejavu-lgc-serif.conf -> ../conf.avail/58-dejavu-lgc-serif.conf
│ │ │ │ ├── [ 38] 59-lohit-devanagari.conf -> ../conf.avail/59-lohit-devanagari.conf
│ │ │ │ ├── [ 29] 60-generic.conf -> ../conf.avail/60-generic.conf
│ │ │ │ ├── [ 27] 60-latin.conf -> ../conf.avail/60-latin.conf
│ │ │ │ ├── [ 49] 61-urw-bookman.conf -> /usr/share/fontconfig/conf.avail/urw-bookman.conf
│ │ │ │ ├── [ 46] 61-urw-c059.conf -> /usr/share/fontconfig/conf.avail/urw-c059.conf
│ │ │ │ ├── [ 50] 61-urw-d050000l.conf -> /usr/share/fontconfig/conf.avail/urw-d050000l.conf
│ │ │ │ ├── [ 60] 61-urw-fallback-backwards.conf -> /usr/share/fontconfig/conf.avail/urw-fallback-backwards.conf
│ │ │ │ ├── [ 59] 61-urw-fallback-generics.conf -> /usr/share/fontconfig/conf.avail/urw-fallback-generics.conf
│ │ │ │ ├── [ 48] 61-urw-gothic.conf -> /usr/share/fontconfig/conf.avail/urw-gothic.conf
│ │ │ │ ├── [ 56] 61-urw-nimbus-mono-ps.conf -> /usr/share/fontconfig/conf.avail/urw-nimbus-mono-ps.conf
│ │ │ │ ├── [ 54] 61-urw-nimbus-roman.conf -> /usr/share/fontconfig/conf.avail/urw-nimbus-roman.conf
│ │ │ │ ├── [ 53] 61-urw-nimbus-sans.conf -> /usr/share/fontconfig/conf.avail/urw-nimbus-sans.conf
│ │ │ │ ├── [ 46] 61-urw-p052.conf -> /usr/share/fontconfig/conf.avail/urw-p052.conf
│ │ │ │ ├── [ 61] 61-urw-standard-symbols-ps.conf -> /usr/share/fontconfig/conf.avail/urw-standard-symbols-ps.conf
│ │ │ │ ├── [ 46] 61-urw-z003.conf -> /usr/share/fontconfig/conf.avail/urw-z003.conf
│ │ │ │ ├── [ 56] 64-01-tlwg-kinnari.conf -> /usr/share/fontconfig/conf.avail/64-01-tlwg-kinnari.conf
│ │ │ │ ├── [ 55] 64-02-tlwg-norasi.conf -> /usr/share/fontconfig/conf.avail/64-02-tlwg-norasi.conf
│ │ │ │ ├── [ 53] 64-10-tlwg-loma.conf -> /usr/share/fontconfig/conf.avail/64-10-tlwg-loma.conf
│ │ │ │ ├── [ 54] 64-11-tlwg-waree.conf -> /usr/share/fontconfig/conf.avail/64-11-tlwg-waree.conf
│ │ │ │ ├── [ 55] 64-13-tlwg-garuda.conf -> /usr/share/fontconfig/conf.avail/64-13-tlwg-garuda.conf
│ │ │ │ ├── [ 55] 64-14-tlwg-umpush.conf -> /usr/share/fontconfig/conf.avail/64-14-tlwg-umpush.conf
│ │ │ │ ├── [ 52] 64-15-laksaman.conf -> /usr/share/fontconfig/conf.avail/64-15-laksaman.conf
│ │ │ │ ├── [ 53] 64-21-tlwg-typo.conf -> /usr/share/fontconfig/conf.avail/64-21-tlwg-typo.conf
│ │ │ │ ├── [ 55] 64-22-tlwg-typist.conf -> /usr/share/fontconfig/conf.avail/64-22-tlwg-typist.conf
│ │ │ │ ├── [ 53] 64-23-tlwg-mono.conf -> /usr/share/fontconfig/conf.avail/64-23-tlwg-mono.conf
│ │ │ │ ├── [ 46] 64-language-selector-prefer.conf -> ../conf.avail/64-language-selector-prefer.conf
│ │ │ │ ├── [ 40] 65-0-fonts-beng-extra.conf -> ../conf.avail/65-0-fonts-beng-extra.conf
│ │ │ │ ├── [ 40] 65-0-fonts-deva-extra.conf -> ../conf.avail/65-0-fonts-deva-extra.conf
│ │ │ │ ├── [ 35] 65-0-fonts-gubbi.conf -> ../conf.avail/65-0-fonts-gubbi.conf
│ │ │ │ ├── [ 40] 65-0-fonts-gujr-extra.conf -> ../conf.avail/65-0-fonts-gujr-extra.conf
│ │ │ │ ├── [ 40] 65-0-fonts-guru-extra.conf -> ../conf.avail/65-0-fonts-guru-extra.conf
│ │ │ │ ├── [ 40] 65-0-fonts-orya-extra.conf -> ../conf.avail/65-0-fonts-orya-extra.conf
│ │ │ │ ├── [ 35] 65-0-fonts-pagul.conf -> ../conf.avail/65-0-fonts-pagul.conf
│ │ │ │ ├── [ 40] 65-0-fonts-telu-extra.conf -> ../conf.avail/65-0-fonts-telu-extra.conf
│ │ │ │ ├── [ 33] 65-0-smc-meera.conf -> ../conf.avail/65-0-smc-meera.conf
│ │ │ │ ├── [ 35] 65-0-smc-rachana.conf -> ../conf.avail/65-0-smc-rachana.conf
│ │ │ │ ├── [ 41] 65-droid-sans-fallback.conf -> ../conf.avail/65-droid-sans-fallback.conf
│ │ │ │ ├── [ 35] 65-fonts-persian.conf -> ../conf.avail/65-fonts-persian.conf
│ │ │ │ ├── [ 428] 65-khmer.conf
│ │ │ │ ├── [ 30] 65-nonlatin.conf -> ../conf.avail/65-nonlatin.conf
│ │ │ │ ├── [ 36] 66-lohit-assamese.conf -> ../conf.avail/66-lohit-assamese.conf
│ │ │ │ ├── [ 35] 66-lohit-bengali.conf -> ../conf.avail/66-lohit-bengali.conf
│ │ │ │ ├── [ 38] 66-lohit-devanagari.conf -> ../conf.avail/66-lohit-devanagari.conf
│ │ │ │ ├── [ 36] 66-lohit-gujarati.conf -> ../conf.avail/66-lohit-gujarati.conf
│ │ │ │ ├── [ 36] 66-lohit-gurmukhi.conf -> ../conf.avail/66-lohit-gurmukhi.conf
│ │ │ │ ├── [ 35] 66-lohit-kannada.conf -> ../conf.avail/66-lohit-kannada.conf
│ │ │ │ ├── [ 32] 66-lohit-odia.conf -> ../conf.avail/66-lohit-odia.conf
│ │ │ │ ├── [ 43] 66-lohit-tamil-classical.conf -> ../conf.avail/66-lohit-tamil-classical.conf
│ │ │ │ ├── [ 33] 66-lohit-tamil.conf -> ../conf.avail/66-lohit-tamil.conf
│ │ │ │ ├── [ 34] 66-lohit-telugu.conf -> ../conf.avail/66-lohit-telugu.conf
│ │ │ │ ├── [ 39] 67-fonts-smc-manjari.conf -> ../conf.avail/67-fonts-smc-manjari.conf
│ │ │ │ ├── [ 39] 67-smc-anjalioldlipi.conf -> ../conf.avail/67-smc-anjalioldlipi.conf
│ │ │ │ ├── [ 34] 67-smc-chilanka.conf -> ../conf.avail/67-smc-chilanka.conf
│ │ │ │ ├── [ 32] 67-smc-dyuthi.conf -> ../conf.avail/67-smc-dyuthi.conf
│ │ │ │ ├── [ 33] 67-smc-karumbi.conf -> ../conf.avail/67-smc-karumbi.conf
│ │ │ │ ├── [ 36] 67-smc-keraleeyam.conf -> ../conf.avail/67-smc-keraleeyam.conf
│ │ │ │ ├── [ 44] 67-smc-raghumalayalamsans.conf -> ../conf.avail/67-smc-raghumalayalamsans.conf
│ │ │ │ ├── [ 32] 67-smc-suruma.conf -> ../conf.avail/67-smc-suruma.conf
│ │ │ │ ├── [ 31] 67-smc-uroob.conf -> ../conf.avail/67-smc-uroob.conf
│ │ │ │ ├── [ 42] 69-language-selector-ja.conf -> ../conf.avail/69-language-selector-ja.conf
│ │ │ │ ├── [ 45] 69-language-selector-zh-cn.conf -> ../conf.avail/69-language-selector-zh-cn.conf
│ │ │ │ ├── [ 45] 69-language-selector-zh-hk.conf -> ../conf.avail/69-language-selector-zh-hk.conf
│ │ │ │ ├── [ 45] 69-language-selector-zh-mo.conf -> ../conf.avail/69-language-selector-zh-mo.conf
│ │ │ │ ├── [ 45] 69-language-selector-zh-sg.conf -> ../conf.avail/69-language-selector-zh-sg.conf
│ │ │ │ ├── [ 45] 69-language-selector-zh-tw.conf -> ../conf.avail/69-language-selector-zh-tw.conf
│ │ │ │ ├── [ 29] 69-unifont.conf -> ../conf.avail/69-unifont.conf
│ │ │ │ ├── [ 55] 70-fonts-noto-cjk.conf -> /usr/share/fontconfig/conf.avail/70-fonts-noto-cjk.conf
│ │ │ │ ├── [ 32] 70-no-bitmaps.conf -> ../conf.avail/70-no-bitmaps.conf
│ │ │ │ ├── [ 31] 80-delicious.conf -> ../conf.avail/80-delicious.conf
│ │ │ │ ├── [ 62] 89-tlwg-garuda-synthetic.conf -> /usr/share/fontconfig/conf.avail/89-tlwg-garuda-synthetic.conf
│ │ │ │ ├── [ 63] 89-tlwg-kinnari-synthetic.conf -> /usr/share/fontconfig/conf.avail/89-tlwg-kinnari-synthetic.conf
│ │ │ │ ├── [ 64] 89-tlwg-laksaman-synthetic.conf -> /usr/share/fontconfig/conf.avail/89-tlwg-laksaman-synthetic.conf
│ │ │ │ ├── [ 62] 89-tlwg-umpush-synthetic.conf -> /usr/share/fontconfig/conf.avail/89-tlwg-umpush-synthetic.conf
│ │ │ │ ├── [ 31] 90-synthetic.conf -> ../conf.avail/90-synthetic.conf
│ │ │ │ ├── [ 42] 99-language-selector-zh.conf -> ../conf.avail/99-language-selector-zh.conf
│ │ │ │ └── [ 978] README
│ │ │ └── [2.7K] fonts.conf
│ │ ├── [ 20] fprintd.conf
│ │ ├── [ 740] fstab
│ │ ├── [ 694] fuse.conf
│ │ ├── [4.0K] fwupd
│ │ │ ├── [1.9K] daemon.conf
│ │ │ ├── [ 94] msr.conf
│ │ │ ├── [ 486] redfish.conf
│ │ │ ├── [4.0K] remotes.d
│ │ │ │ ├── [ 247] dell-esrt.conf
│ │ │ │ ├── [ 406] lvfs.conf
│ │ │ │ ├── [ 363] lvfs-testing.conf
│ │ │ │ ├── [ 317] vendor.conf
│ │ │ │ └── [ 296] vendor-directory.conf
│ │ │ ├── [ 274] thunderbolt.conf
│ │ │ └── [ 785] uefi_capsule.conf
│ │ ├── [2.5K] gai.conf
│ │ ├── [4.0K] gdb
│ │ │ └── [ 39] gdbinit
│ │ ├── [4.0K] gdm3
│ │ │ ├── [ 996] config-error-dialog.sh
│ │ │ ├── [ 554] custom.conf
│ │ │ ├── [1.4K] greeter.dconf-defaults
│ │ │ ├── [4.0K] Init
│ │ │ │ └── [2.7K] Default
│ │ │ ├── [4.0K] PostLogin
│ │ │ │ └── [ 441] Default.sample
│ │ │ ├── [4.0K] PostSession
│ │ │ │ └── [ 18] Default
│ │ │ ├── [4.0K] PreSession
│ │ │ │ └── [ 258] Default
│ │ │ ├── [4.0K] Prime
│ │ │ │ └── [ 97] Default
│ │ │ ├── [4.0K] PrimeOff
│ │ │ │ └── [ 93] Default
│ │ │ └── [7.1K] Xsession
│ │ ├── [4.0K] geoclue
│ │ │ └── [3.5K] geoclue.conf
│ │ ├── [4.0K] ghostscript
│ │ │ └── [4.0K] cidfmap.d
│ │ │ ├── [ 475] 90gs-cjk-resource-cns1.conf
│ │ │ ├── [ 504] 90gs-cjk-resource-gb1.conf
│ │ │ ├── [ 546] 90gs-cjk-resource-japan1.conf
│ │ │ ├── [ 387] 90gs-cjk-resource-japan2.conf
│ │ │ └── [ 786] 90gs-cjk-resource-korea1.conf
│ │ ├── [4.0K] gnome
│ │ │ ├── [ 12K] defaults.list
│ │ │ └── [4.5K] menus.blacklist
│ │ ├── [4.0K] groff
│ │ │ ├── [1.0K] man.local
│ │ │ └── [1.0K] mdoc.local
│ │ ├── [1.1K] group
│ │ ├── [1.1K] group-
│ │ ├── [4.0K] grub.d
│ │ │ ├── [ 10K] 00_header
│ │ │ ├── [6.1K] 05_debian_theme
│ │ │ ├── [ 18K] 10_linux
│ │ │ ├── [ 42K] 10_linux_zfs
│ │ │ ├── [ 14K] 20_linux_xen
│ │ │ ├── [2.9K] 20_memtest86+
│ │ │ ├── [ 13K] 30_os-prober
│ │ │ ├── [1.3K] 30_uefi-firmware
│ │ │ ├── [ 700] 35_fwupd
│ │ │ ├── [ 214] 40_custom
│ │ │ ├── [ 215] 41_custom
│ │ │ └── [ 483] README
│ │ ├── [ 907] gshadow
│ │ ├── [ 901] gshadow-
│ │ ├── [4.0K] gtk-2.0
│ │ │ └── [ 890] im-multipress.conf
│ │ ├── [4.0K] gtk-3.0
│ │ │ ├── [ 890] im-multipress.conf
│ │ │ └── [ 126] settings.ini
│ │ ├── [4.3K] hdparm.conf
│ │ ├── [ 92] host.conf
│ │ ├── [ 4] hostid
│ │ ├── [ 23] hostname
│ │ ├── [ 237] hosts
│ │ ├── [ 411] hosts.allow
│ │ ├── [ 711] hosts.deny
│ │ ├── [4.0K] hp
│ │ │ └── [ 975] hplip.conf
│ │ ├── [4.0K] ifplugd
│ │ │ └── [4.0K] action.d
│ │ │ └── [ 34] action_wpa -> ../../wpa_supplicant/action_wpa.sh
│ │ ├── [4.0K] init
│ │ │ └── [ 453] whoopsie.conf
│ │ ├── [4.0K] init.d
│ │ │ ├── [2.2K] acpid
│ │ │ ├── [5.4K] alsa-utils
│ │ │ ├── [2.0K] anacron
│ │ │ ├── [3.7K] apparmor
│ │ │ ├── [2.8K] apport
│ │ │ ├── [2.3K] avahi-daemon
│ │ │ ├── [2.9K] bluetooth
│ │ │ ├── [1.2K] console-setup.sh
│ │ │ ├── [3.0K] cron
│ │ │ ├── [2.7K] cups
│ │ │ ├── [1.9K] cups-browsed
│ │ │ ├── [3.1K] dbus
│ │ │ ├── [3.0K] gdm3
│ │ │ ├── [ 985] grub-common
│ │ │ ├── [1.7K] hwclock.sh
│ │ │ ├── [2.6K] irqbalance
│ │ │ ├── [3.1K] kerneloops
│ │ │ ├── [1.4K] keyboard-setup.sh
│ │ │ ├── [2.0K] kmod
│ │ │ ├── [1.8K] open-vm-tools
│ │ │ ├── [8.9K] openvpn
│ │ │ ├── [1.4K] plymouth
│ │ │ ├── [ 760] plymouth-log
│ │ │ ├── [ 959] procps
│ │ │ ├── [ 469] pulseaudio-enable-autospawn
│ │ │ ├── [4.3K] rsync
│ │ │ ├── [2.2K] saned
│ │ │ ├── [2.0K] speech-dispatcher
│ │ │ ├── [2.4K] spice-vdagent
│ │ │ ├── [4.0K] ssh
│ │ │ ├── [6.7K] udev
│ │ │ ├── [2.0K] ufw
│ │ │ ├── [1.4K] unattended-upgrades
│ │ │ ├── [1.3K] uuidd
│ │ │ ├── [ 485] whoopsie
│ │ │ └── [2.7K] x11-common
│ │ ├── [4.0K] initramfs-tools
│ │ │ ├── [1.3K] initramfs.conf
│ │ │ ├── [ 246] modules
│ │ │ └── [ 378] update-initramfs.conf
│ │ ├── [1.7K] inputrc
│ │ ├── [4.0K] insserv.conf.d
│ │ │ └── [ 24] gdm3
│ │ ├── [4.0K] ipp-usb
│ │ │ └── [1.6K] ipp-usb.conf
│ │ ├── [4.0K] iproute2
│ │ │ ├── [ 85] bpf_pinning
│ │ │ ├── [ 81] ematch_map
│ │ │ ├── [ 31] group
│ │ │ ├── [ 262] nl_protos
│ │ │ ├── [ 331] rt_dsfield
│ │ │ ├── [ 219] rt_protos
│ │ │ ├── [4.0K] rt_protos.d
│ │ │ │ └── [ 144] README
│ │ │ ├── [ 112] rt_realms
│ │ │ ├── [ 92] rt_scopes
│ │ │ ├── [ 87] rt_tables
│ │ │ └── [4.0K] rt_tables.d
│ │ │ └── [ 144] README
│ │ ├── [ 26] issue
│ │ ├── [ 19] issue.net
│ │ ├── [4.0K] java-11-openjdk
│ │ │ ├── [ 391] accessibility.properties
│ │ │ ├── [4.0K] jfr
│ │ │ │ ├── [ 30K] default.jfc
│ │ │ │ └── [ 30K] profile.jfc
│ │ │ ├── [ 54] jvm-amd64.cfg
│ │ │ ├── [2.7K] logging.properties
│ │ │ ├── [4.0K] management
│ │ │ │ ├── [3.9K] jmxremote.access
│ │ │ │ └── [ 14K] management.properties
│ │ │ ├── [6.2K] net.properties
│ │ │ ├── [ 11K] psfontj2d.properties
│ │ │ ├── [3.7K] psfont.properties.ja
│ │ │ ├── [4.0K] security
│ │ │ │ ├── [2.4K] blocked.certs
│ │ │ │ ├── [9.5K] default.policy
│ │ │ │ ├── [2.2K] java.policy
│ │ │ │ ├── [ 56K] java.security
│ │ │ │ ├── [ 106] nss.cfg
│ │ │ │ ├── [4.0K] policy
│ │ │ │ │ ├── [4.0K] limited
│ │ │ │ │ │ ├── [ 647] default_local.policy
│ │ │ │ │ │ ├── [ 146] default_US_export.policy
│ │ │ │ │ │ └── [ 566] exempt_local.policy
│ │ │ │ │ ├── [2.3K] README.txt
│ │ │ │ │ └── [4.0K] unlimited
│ │ │ │ │ ├── [ 193] default_local.policy
│ │ │ │ │ └── [ 146] default_US_export.policy
│ │ │ │ └── [224K] public_suffix_list.dat
│ │ │ ├── [1.2K] sound.properties
│ │ │ └── [ 113] swing.properties
│ │ ├── [4.0K] kernel
│ │ │ ├── [4.0K] postinst.d
│ │ │ │ ├── [ 863] initramfs-tools
│ │ │ │ ├── [1.1K] unattended-upgrades
│ │ │ │ ├── [ 49] update-notifier -> /usr/share/update-notifier/notify-reboot-required
│ │ │ │ ├── [ 882] xx-update-initrd-links
│ │ │ │ ├── [ 372] zz-shim
│ │ │ │ └── [ 646] zz-update-grub
│ │ │ ├── [4.0K] postrm.d
│ │ │ │ ├── [ 816] initramfs-tools
│ │ │ │ └── [ 646] zz-update-grub
│ │ │ └── [4.0K] preinst.d
│ │ │ └── [ 529] intel-microcode
│ │ ├── [ 110] kernel-img.conf
│ │ ├── [1.3K] kerneloops.conf
│ │ ├── [4.0K] ldap
│ │ │ └── [ 334] ldap.conf
│ │ ├── [ 58K] ld.so.cache
│ │ ├── [ 34] ld.so.conf
│ │ ├── [4.0K] ld.so.conf.d
│ │ │ ├── [ 44] libc.conf
│ │ │ └── [ 100] x86_64-linux-gnu.conf
│ │ ├── [ 267] legal
│ │ ├── [ 27] libao.conf
│ │ ├── [ 191] libaudit.conf
│ │ ├── [4.0K] libblockdev
│ │ │ └── [4.0K] conf.d
│ │ │ └── [ 949] 00-default.cfg
│ │ ├── [4.0K] libnl-3
│ │ │ ├── [1.1K] classid
│ │ │ └── [1.5K] pktloc
│ │ ├── [4.0K] libreoffice
│ │ │ ├── [3.9K] psprint.conf
│ │ │ ├── [4.0K] registry
│ │ │ │ ├── [213K] calc.xcd
│ │ │ │ ├── [ 66K] draw.xcd
│ │ │ │ ├── [1.0K] gnome.xcd
│ │ │ │ ├── [ 83K] graphicfilter.xcd
│ │ │ │ ├── [289K] impress.xcd
│ │ │ │ ├── [ 568] Langpack-en-US.xcd
│ │ │ │ ├── [1.7K] lingucomponent.xcd
│ │ │ │ ├── [2.1M] main.xcd
│ │ │ │ ├── [ 23K] math.xcd
│ │ │ │ ├── [ 715] ogltrans.xcd
│ │ │ │ ├── [ 64] oo-ad-ldap.xcd.sample -> /usr/share/doc/libreoffice-common/examples/oo-ad-ldap.xcd.sample
│ │ │ │ ├── [ 61] oo-ldap.xcd.sample -> /usr/share/doc/libreoffice-common/examples/oo-ldap.xcd.sample
│ │ │ │ ├── [9.1K] pdfimport.xcd
│ │ │ │ ├── [ 584] pyuno.xcd
│ │ │ │ ├── [4.0K] res
│ │ │ │ │ └── [ 38K] fcfg_langpack_en-US.xcd
│ │ │ │ ├── [428K] writer.xcd
│ │ │ │ └── [ 18K] xsltfilter.xcd
│ │ │ ├── [ 434] sofficerc
│ │ │ └── [ 803] soffice.sh
│ │ ├── [2.9K] locale.alias
│ │ ├── [9.2K] locale.gen
│ │ ├── [ 33] localtime -> /usr/share/zoneinfo/Asia/Shanghai
│ │ ├── [4.0K] logcheck
│ │ │ ├── [4.0K] ignore.d.paranoid
│ │ │ │ └── [ 182] cracklib-runtime
│ │ │ └── [4.0K] ignore.d.server
│ │ │ ├── [1.3K] gpg-agent
│ │ │ ├── [ 93] libsasl2-modules
│ │ │ └── [ 656] rsyslog
│ │ ├── [ 10K] login.defs
│ │ ├── [ 592] logrotate.conf
│ │ ├── [4.0K] logrotate.d
│ │ │ ├── [ 120] alternatives
│ │ │ ├── [ 126] apport
│ │ │ ├── [ 173] apt
│ │ │ ├── [ 91] bootlog
│ │ │ ├── [ 130] btmp
│ │ │ ├── [ 181] cups-daemon
│ │ │ ├── [ 112] dpkg
│ │ │ ├── [ 94] ppp
│ │ │ ├── [ 374] rsyslog
│ │ │ ├── [ 132] sane-utils
│ │ │ ├── [ 677] speech-dispatcher
│ │ │ ├── [ 270] ubuntu-advantage-tools
│ │ │ ├── [ 209] ufw
│ │ │ ├── [ 235] unattended-upgrades
│ │ │ └── [ 145] wtmp
│ │ ├── [ 104] lsb-release
│ │ ├── [ 33] machine-id
│ │ ├── [ 111] magic
│ │ ├── [ 111] magic.mime
│ │ ├── [ 36K] mailcap
│ │ ├── [ 449] mailcap.order
│ │ ├── [5.1K] manpath.config
│ │ ├── [ 70K] mime.types
│ │ ├── [ 744] mke2fs.conf
│ │ ├── [4.0K] modprobe.d
│ │ │ ├── [2.4K] alsa-base.conf
│ │ │ ├── [ 154] amd64-microcode-blacklist.conf
│ │ │ ├── [ 325] blacklist-ath_pci.conf
│ │ │ ├── [1.5K] blacklist.conf
│ │ │ ├── [ 210] blacklist-firewire.conf
│ │ │ ├── [ 677] blacklist-framebuffer.conf
│ │ │ ├── [ 156] blacklist-modem.conf
│ │ │ ├── [ 41] blacklist-oss.conf -> /lib/linux-sound-base/noOSS.modprobe.conf
│ │ │ ├── [ 583] blacklist-rare-network.conf
│ │ │ ├── [ 154] intel-microcode-blacklist.conf
│ │ │ └── [ 347] iwlwifi.conf
│ │ ├── [ 195] modules
│ │ ├── [4.0K] modules-load.d
│ │ │ ├── [ 119] cups-filters.conf
│ │ │ ├── [ 10] modules.conf -> ../modules
│ │ │ └── [ 103] snap.docker.conf
│ │ ├── [ 19] mtab -> ../proc/self/mounts
│ │ ├── [ 11K] nanorc
│ │ ├── [ 767] netconfig
│ │ ├── [4.0K] netplan
│ │ │ └── [ 104] 01-network-manager-all.yaml
│ │ ├── [4.0K] network
│ │ │ ├── [4.0K] if-down.d
│ │ │ │ ├── [1015] avahi-autoipd
│ │ │ │ ├── [ 372] openvpn
│ │ │ │ └── [ 32] wpasupplicant -> ../../wpa_supplicant/ifupdown.sh
│ │ │ ├── [4.0K] if-post-down.d
│ │ │ │ ├── [1.4K] wireless-tools
│ │ │ │ └── [ 32] wpasupplicant -> ../../wpa_supplicant/ifupdown.sh
│ │ │ ├── [4.0K] if-pre-up.d
│ │ │ │ ├── [ 344] ethtool
│ │ │ │ ├── [4.1K] wireless-tools
│ │ │ │ └── [ 32] wpasupplicant -> ../../wpa_supplicant/ifupdown.sh
│ │ │ └── [4.0K] if-up.d
│ │ │ ├── [ 923] avahi-autoipd
│ │ │ ├── [1.6K] ethtool
│ │ │ ├── [ 385] openvpn
│ │ │ └── [ 32] wpasupplicant -> ../../wpa_supplicant/ifupdown.sh
│ │ ├── [4.0K] NetworkManager
│ │ │ ├── [4.0K] conf.d
│ │ │ │ └── [ 32] default-wifi-powersave-on.conf
│ │ │ ├── [4.0K] dispatcher.d
│ │ │ │ └── [2.2K] 01-ifupdown
│ │ │ └── [ 98] NetworkManager.conf
│ │ ├── [ 91] networks
│ │ ├── [4.0K] newt
│ │ │ ├── [ 30] palette -> /etc/alternatives/newt-palette
│ │ │ ├── [ 0] palette.original
│ │ │ └── [ 160] palette.ubuntu
│ │ ├── [ 228] nftables.conf
│ │ ├── [ 542] nsswitch.conf
│ │ ├── [4.0K] openvpn
│ │ │ └── [1.4K] update-resolv-conf
│ │ ├── [ 21] os-release -> ../usr/lib/os-release
│ │ ├── [4.0K] PackageKit
│ │ │ ├── [ 706] PackageKit.conf
│ │ │ └── [1.7K] Vendor.conf
│ │ ├── [ 552] pam.conf
│ │ ├── [4.0K] pam.d
│ │ │ ├── [ 384] chfn
│ │ │ ├── [ 92] chpasswd
│ │ │ ├── [ 581] chsh
│ │ │ ├── [1.3K] common-account
│ │ │ ├── [1.3K] common-auth
│ │ │ ├── [1.7K] common-password
│ │ │ ├── [1.4K] common-session
│ │ │ ├── [1.4K] common-session-noninteractive
│ │ │ ├── [ 606] cron
│ │ │ ├── [ 69] cups
│ │ │ ├── [1.2K] gdm-autologin
│ │ │ ├── [1.3K] gdm-fingerprint
│ │ │ ├── [ 383] gdm-launch-environment
│ │ │ ├── [1.3K] gdm-password
│ │ │ ├── [ 31] gdm-smartcard -> /etc/alternatives/gdm-smartcard
│ │ │ ├── [1.4K] gdm-smartcard-pkcs11-exclusive
│ │ │ ├── [1.4K] gdm-smartcard-sssd-exclusive
│ │ │ ├── [1.4K] gdm-smartcard-sssd-or-password
│ │ │ ├── [4.0K] login
│ │ │ ├── [ 92] newusers
│ │ │ ├── [ 520] other
│ │ │ ├── [ 92] passwd
│ │ │ ├── [ 270] polkit-1
│ │ │ ├── [ 168] ppp
│ │ │ ├── [ 143] runuser
│ │ │ ├── [ 138] runuser-l
│ │ │ ├── [2.1K] sshd
│ │ │ ├── [2.2K] su
│ │ │ ├── [ 330] sudo
│ │ │ ├── [ 315] sudo-i
│ │ │ ├── [ 137] su-l
│ │ │ └── [ 119] vmtoolsd
│ │ ├── [ 3] papersize
│ │ ├── [2.8K] passwd
│ │ ├── [2.9K] passwd-
│ │ ├── [4.0K] pcmcia
│ │ │ └── [1.1K] config.opts
│ │ ├── [4.0K] perl
│ │ │ └── [4.0K] Net
│ │ │ └── [ 611] libnet.cfg
│ │ ├── [4.0K] pki
│ │ │ ├── [4.0K] fwupd
│ │ │ │ ├── [2.1K] GPG-KEY-Linux-Foundation-Firmware
│ │ │ │ ├── [ 959] GPG-KEY-Linux-Vendor-Firmware-Service
│ │ │ │ └── [1.6K] LVFS-CA.pem
│ │ │ └── [4.0K] fwupd-metadata
│ │ │ ├── [2.1K] GPG-KEY-Linux-Foundation-Metadata
│ │ │ ├── [ 959] GPG-KEY-Linux-Vendor-Firmware-Service
│ │ │ └── [1.6K] LVFS-CA.pem
│ │ ├── [4.0K] pm
│ │ │ └── [4.0K] sleep.d
│ │ │ ├── [ 210] 10_grub-common
│ │ │ └── [ 672] 10_unattended-upgrades-hibernate
│ │ ├── [7.5K] pnm2ppa.conf
│ │ ├── [4.0K] polkit-1
│ │ │ └── [4.0K] localauthority.conf.d
│ │ │ ├── [ 267] 50-localauthority.conf
│ │ │ └── [ 65] 51-ubuntu-admin.conf
│ │ ├── [4.0K] ppp
│ │ │ ├── [ 80] chap-secrets
│ │ │ ├── [1.7K] ip-down
│ │ │ ├── [4.0K] ip-down.d
│ │ │ │ └── [ 718] 0000usepeerdns
│ │ │ ├── [1.8K] ip-pre-up
│ │ │ ├── [1.9K] ip-up
│ │ │ ├── [4.0K] ip-up.d
│ │ │ │ └── [1.2K] 0000usepeerdns
│ │ │ ├── [ 834] ipv6-down
│ │ │ ├── [ 974] ipv6-up
│ │ │ ├── [ 13K] options
│ │ │ ├── [2.1K] options.pptp
│ │ │ ├── [1.6K] pap-secrets
│ │ │ └── [4.0K] peers
│ │ │ └── [1.1K] provider
│ │ ├── [ 18] printcap -> /run/cups/printcap
│ │ ├── [ 582] profile
│ │ ├── [4.0K] profile.d
│ │ │ ├── [ 96] 01-locale-fix.sh
│ │ │ ├── [ 835] apps-bin-path.sh
│ │ │ ├── [ 726] bash_completion.sh
│ │ │ ├── [1003] cedilla-portuguese.sh
│ │ │ ├── [ 677] debuginfod.csh
│ │ │ ├── [ 692] debuginfod.sh
│ │ │ ├── [1012] gnome-session_gnomerc.sh
│ │ │ ├── [ 376] im-config_wayland.sh
│ │ │ ├── [1.9K] vte-2.91.sh
│ │ │ ├── [ 967] vte.csh
│ │ │ └── [ 954] xdg_dirs_desktop_session.sh
│ │ ├── [2.9K] protocols
│ │ ├── [4.0K] pulse
│ │ │ ├── [1.2K] client.conf
│ │ │ ├── [4.0K] client.conf.d
│ │ │ │ └── [ 32] 01-enable-autospawn.conf -> /run/pulseaudio-enable-autospawn
│ │ │ ├── [2.4K] daemon.conf
│ │ │ ├── [5.3K] default.pa
│ │ │ └── [2.1K] system.pa
│ │ ├── [4.0K] python3
│ │ │ └── [ 94] debian_config
│ │ ├── [4.0K] python3.10
│ │ │ └── [ 155] sitecustomize.py
│ │ ├── [4.0K] rc0.d
│ │ │ ├── [ 20] K01alsa-utils -> ../init.d/alsa-utils
│ │ │ ├── [ 22] K01avahi-daemon -> ../init.d/avahi-daemon
│ │ │ ├── [ 19] K01bluetooth -> ../init.d/bluetooth
│ │ │ ├── [ 22] K01cups-browsed -> ../init.d/cups-browsed
│ │ │ ├── [ 14] K01gdm3 -> ../init.d/gdm3
│ │ │ ├── [ 20] K01irqbalance -> ../init.d/irqbalance
│ │ │ ├── [ 20] K01kerneloops -> ../init.d/kerneloops
│ │ │ ├── [ 23] K01open-vm-tools -> ../init.d/open-vm-tools
│ │ │ ├── [ 17] K01openvpn -> ../init.d/openvpn
│ │ │ ├── [ 18] K01plymouth -> ../init.d/plymouth
│ │ │ ├── [ 37] K01pulseaudio-enable-autospawn -> ../init.d/pulseaudio-enable-autospawn
│ │ │ ├── [ 15] K01saned -> ../init.d/saned
│ │ │ ├── [ 27] K01speech-dispatcher -> ../init.d/speech-dispatcher
│ │ │ ├── [ 23] K01spice-vdagent -> ../init.d/spice-vdagent
│ │ │ ├── [ 14] K01udev -> ../init.d/udev
│ │ │ ├── [ 29] K01unattended-upgrades -> ../init.d/unattended-upgrades
│ │ │ └── [ 15] K01uuidd -> ../init.d/uuidd
│ │ ├── [4.0K] rc1.d
│ │ │ ├── [ 20] K01alsa-utils -> ../init.d/alsa-utils
│ │ │ ├── [ 22] K01avahi-daemon -> ../init.d/avahi-daemon
│ │ │ ├── [ 19] K01bluetooth -> ../init.d/bluetooth
│ │ │ ├── [ 14] K01cups -> ../init.d/cups
│ │ │ ├── [ 22] K01cups-browsed -> ../init.d/cups-browsed
│ │ │ ├── [ 14] K01gdm3 -> ../init.d/gdm3
│ │ │ ├── [ 20] K01irqbalance -> ../init.d/irqbalance
│ │ │ ├── [ 20] K01kerneloops -> ../init.d/kerneloops
│ │ │ ├── [ 23] K01open-vm-tools -> ../init.d/open-vm-tools
│ │ │ ├── [ 17] K01openvpn -> ../init.d/openvpn
│ │ │ ├── [ 37] K01pulseaudio-enable-autospawn -> ../init.d/pulseaudio-enable-autospawn
│ │ │ ├── [ 15] K01saned -> ../init.d/saned
│ │ │ ├── [ 27] K01speech-dispatcher -> ../init.d/speech-dispatcher
│ │ │ ├── [ 23] K01spice-vdagent -> ../init.d/spice-vdagent
│ │ │ ├── [ 13] K01ufw -> ../init.d/ufw
│ │ │ ├── [ 15] K01uuidd -> ../init.d/uuidd
│ │ │ └── [ 18] K01whoopsie -> ../init.d/whoopsie
│ │ ├── [4.0K] rc2.d
│ │ │ ├── [ 27] K01speech-dispatcher -> ../init.d/speech-dispatcher
│ │ │ ├── [ 15] S01acpid -> ../init.d/acpid
│ │ │ ├── [ 17] S01anacron -> ../init.d/anacron
│ │ │ ├── [ 16] S01apport -> ../init.d/apport
│ │ │ ├── [ 22] S01avahi-daemon -> ../init.d/avahi-daemon
│ │ │ ├── [ 19] S01bluetooth -> ../init.d/bluetooth
│ │ │ ├── [ 26] S01console-setup.sh -> ../init.d/console-setup.sh
│ │ │ ├── [ 14] S01cron -> ../init.d/cron
│ │ │ ├── [ 14] S01cups -> ../init.d/cups
│ │ │ ├── [ 22] S01cups-browsed -> ../init.d/cups-browsed
│ │ │ ├── [ 14] S01dbus -> ../init.d/dbus
│ │ │ ├── [ 14] S01gdm3 -> ../init.d/gdm3
│ │ │ ├── [ 21] S01grub-common -> ../init.d/grub-common
│ │ │ ├── [ 20] S01irqbalance -> ../init.d/irqbalance
│ │ │ ├── [ 20] S01kerneloops -> ../init.d/kerneloops
│ │ │ ├── [ 23] S01open-vm-tools -> ../init.d/open-vm-tools
│ │ │ ├── [ 17] S01openvpn -> ../init.d/openvpn
│ │ │ ├── [ 18] S01plymouth -> ../init.d/plymouth
│ │ │ ├── [ 37] S01pulseaudio-enable-autospawn -> ../init.d/pulseaudio-enable-autospawn
│ │ │ ├── [ 15] S01rsync -> ../init.d/rsync
│ │ │ ├── [ 15] S01saned -> ../init.d/saned
│ │ │ ├── [ 23] S01spice-vdagent -> ../init.d/spice-vdagent
│ │ │ ├── [ 13] S01ssh -> ../init.d/ssh
│ │ │ ├── [ 29] S01unattended-upgrades -> ../init.d/unattended-upgrades
│ │ │ ├── [ 15] S01uuidd -> ../init.d/uuidd
│ │ │ └── [ 18] S01whoopsie -> ../init.d/whoopsie
│ │ ├── [4.0K] rc3.d
│ │ │ ├── [ 27] K01speech-dispatcher -> ../init.d/speech-dispatcher
│ │ │ ├── [ 15] S01acpid -> ../init.d/acpid
│ │ │ ├── [ 17] S01anacron -> ../init.d/anacron
│ │ │ ├── [ 16] S01apport -> ../init.d/apport
│ │ │ ├── [ 22] S01avahi-daemon -> ../init.d/avahi-daemon
│ │ │ ├── [ 19] S01bluetooth -> ../init.d/bluetooth
│ │ │ ├── [ 26] S01console-setup.sh -> ../init.d/console-setup.sh
│ │ │ ├── [ 14] S01cron -> ../init.d/cron
│ │ │ ├── [ 14] S01cups -> ../init.d/cups
│ │ │ ├── [ 22] S01cups-browsed -> ../init.d/cups-browsed
│ │ │ ├── [ 14] S01dbus -> ../init.d/dbus
│ │ │ ├── [ 14] S01gdm3 -> ../init.d/gdm3
│ │ │ ├── [ 21] S01grub-common -> ../init.d/grub-common
│ │ │ ├── [ 20] S01irqbalance -> ../init.d/irqbalance
│ │ │ ├── [ 20] S01kerneloops -> ../init.d/kerneloops
│ │ │ ├── [ 23] S01open-vm-tools -> ../init.d/open-vm-tools
│ │ │ ├── [ 17] S01openvpn -> ../init.d/openvpn
│ │ │ ├── [ 18] S01plymouth -> ../init.d/plymouth
│ │ │ ├── [ 37] S01pulseaudio-enable-autospawn -> ../init.d/pulseaudio-enable-autospawn
│ │ │ ├── [ 15] S01rsync -> ../init.d/rsync
│ │ │ ├── [ 15] S01saned -> ../init.d/saned
│ │ │ ├── [ 23] S01spice-vdagent -> ../init.d/spice-vdagent
│ │ │ ├── [ 13] S01ssh -> ../init.d/ssh
│ │ │ ├── [ 29] S01unattended-upgrades -> ../init.d/unattended-upgrades
│ │ │ ├── [ 15] S01uuidd -> ../init.d/uuidd
│ │ │ └── [ 18] S01whoopsie -> ../init.d/whoopsie
│ │ ├── [4.0K] rc4.d
│ │ │ ├── [ 27] K01speech-dispatcher -> ../init.d/speech-dispatcher
│ │ │ ├── [ 15] S01acpid -> ../init.d/acpid
│ │ │ ├── [ 17] S01anacron -> ../init.d/anacron
│ │ │ ├── [ 16] S01apport -> ../init.d/apport
│ │ │ ├── [ 22] S01avahi-daemon -> ../init.d/avahi-daemon
│ │ │ ├── [ 19] S01bluetooth -> ../init.d/bluetooth
│ │ │ ├── [ 26] S01console-setup.sh -> ../init.d/console-setup.sh
│ │ │ ├── [ 14] S01cron -> ../init.d/cron
│ │ │ ├── [ 14] S01cups -> ../init.d/cups
│ │ │ ├── [ 22] S01cups-browsed -> ../init.d/cups-browsed
│ │ │ ├── [ 14] S01dbus -> ../init.d/dbus
│ │ │ ├── [ 14] S01gdm3 -> ../init.d/gdm3
│ │ │ ├── [ 21] S01grub-common -> ../init.d/grub-common
│ │ │ ├── [ 20] S01irqbalance -> ../init.d/irqbalance
│ │ │ ├── [ 20] S01kerneloops -> ../init.d/kerneloops
│ │ │ ├── [ 23] S01open-vm-tools -> ../init.d/open-vm-tools
│ │ │ ├── [ 17] S01openvpn -> ../init.d/openvpn
│ │ │ ├── [ 18] S01plymouth -> ../init.d/plymouth
│ │ │ ├── [ 37] S01pulseaudio-enable-autospawn -> ../init.d/pulseaudio-enable-autospawn
│ │ │ ├── [ 15] S01rsync -> ../init.d/rsync
│ │ │ ├── [ 15] S01saned -> ../init.d/saned
│ │ │ ├── [ 23] S01spice-vdagent -> ../init.d/spice-vdagent
│ │ │ ├── [ 13] S01ssh -> ../init.d/ssh
│ │ │ ├── [ 29] S01unattended-upgrades -> ../init.d/unattended-upgrades
│ │ │ ├── [ 15] S01uuidd -> ../init.d/uuidd
│ │ │ └── [ 18] S01whoopsie -> ../init.d/whoopsie
│ │ ├── [4.0K] rc5.d
│ │ │ ├── [ 27] K01speech-dispatcher -> ../init.d/speech-dispatcher
│ │ │ ├── [ 15] S01acpid -> ../init.d/acpid
│ │ │ ├── [ 17] S01anacron -> ../init.d/anacron
│ │ │ ├── [ 16] S01apport -> ../init.d/apport
│ │ │ ├── [ 22] S01avahi-daemon -> ../init.d/avahi-daemon
│ │ │ ├── [ 19] S01bluetooth -> ../init.d/bluetooth
│ │ │ ├── [ 26] S01console-setup.sh -> ../init.d/console-setup.sh
│ │ │ ├── [ 14] S01cron -> ../init.d/cron
│ │ │ ├── [ 14] S01cups -> ../init.d/cups
│ │ │ ├── [ 22] S01cups-browsed -> ../init.d/cups-browsed
│ │ │ ├── [ 14] S01dbus -> ../init.d/dbus
│ │ │ ├── [ 14] S01gdm3 -> ../init.d/gdm3
│ │ │ ├── [ 21] S01grub-common -> ../init.d/grub-common
│ │ │ ├── [ 20] S01irqbalance -> ../init.d/irqbalance
│ │ │ ├── [ 20] S01kerneloops -> ../init.d/kerneloops
│ │ │ ├── [ 23] S01open-vm-tools -> ../init.d/open-vm-tools
│ │ │ ├── [ 17] S01openvpn -> ../init.d/openvpn
│ │ │ ├── [ 18] S01plymouth -> ../init.d/plymouth
│ │ │ ├── [ 37] S01pulseaudio-enable-autospawn -> ../init.d/pulseaudio-enable-autospawn
│ │ │ ├── [ 15] S01rsync -> ../init.d/rsync
│ │ │ ├── [ 15] S01saned -> ../init.d/saned
│ │ │ ├── [ 23] S01spice-vdagent -> ../init.d/spice-vdagent
│ │ │ ├── [ 13] S01ssh -> ../init.d/ssh
│ │ │ ├── [ 29] S01unattended-upgrades -> ../init.d/unattended-upgrades
│ │ │ ├── [ 15] S01uuidd -> ../init.d/uuidd
│ │ │ └── [ 18] S01whoopsie -> ../init.d/whoopsie
│ │ ├── [4.0K] rc6.d
│ │ │ ├── [ 20] K01alsa-utils -> ../init.d/alsa-utils
│ │ │ ├── [ 22] K01avahi-daemon -> ../init.d/avahi-daemon
│ │ │ ├── [ 19] K01bluetooth -> ../init.d/bluetooth
│ │ │ ├── [ 22] K01cups-browsed -> ../init.d/cups-browsed
│ │ │ ├── [ 14] K01gdm3 -> ../init.d/gdm3
│ │ │ ├── [ 20] K01irqbalance -> ../init.d/irqbalance
│ │ │ ├── [ 20] K01kerneloops -> ../init.d/kerneloops
│ │ │ ├── [ 23] K01open-vm-tools -> ../init.d/open-vm-tools
│ │ │ ├── [ 17] K01openvpn -> ../init.d/openvpn
│ │ │ ├── [ 18] K01plymouth -> ../init.d/plymouth
│ │ │ ├── [ 37] K01pulseaudio-enable-autospawn -> ../init.d/pulseaudio-enable-autospawn
│ │ │ ├── [ 15] K01saned -> ../init.d/saned
│ │ │ ├── [ 27] K01speech-dispatcher -> ../init.d/speech-dispatcher
│ │ │ ├── [ 23] K01spice-vdagent -> ../init.d/spice-vdagent
│ │ │ ├── [ 14] K01udev -> ../init.d/udev
│ │ │ ├── [ 29] K01unattended-upgrades -> ../init.d/unattended-upgrades
│ │ │ └── [ 15] K01uuidd -> ../init.d/uuidd
│ │ ├── [4.0K] rcS.d
│ │ │ ├── [ 20] S01alsa-utils -> ../init.d/alsa-utils
│ │ │ ├── [ 18] S01apparmor -> ../init.d/apparmor
│ │ │ ├── [ 27] S01keyboard-setup.sh -> ../init.d/keyboard-setup.sh
│ │ │ ├── [ 14] S01kmod -> ../init.d/kmod
│ │ │ ├── [ 22] S01plymouth-log -> ../init.d/plymouth-log
│ │ │ ├── [ 16] S01procps -> ../init.d/procps
│ │ │ ├── [ 14] S01udev -> ../init.d/udev
│ │ │ ├── [ 13] S01ufw -> ../init.d/ufw
│ │ │ └── [ 20] S01x11-common -> ../init.d/x11-common
│ │ ├── [ 39] resolv.conf -> ../run/systemd/resolve/stub-resolv.conf
│ │ ├── [ 13] rmt -> /usr/sbin/rmt
│ │ ├── [ 887] rpc
│ │ ├── [1.3K] rsyslog.conf
│ │ ├── [4.0K] rsyslog.d
│ │ │ ├── [ 314] 20-ufw.conf
│ │ │ └── [1.1K] 50-default.conf
│ │ ├── [5.5K] rygel.conf
│ │ ├── [4.0K] sane.d
│ │ │ ├── [ 25] abaton.conf
│ │ │ ├── [ 13] agfafocus.conf
│ │ │ ├── [3.2K] airscan.conf
│ │ │ ├── [ 24] apple.conf
│ │ │ ├── [ 25] artec.conf
│ │ │ ├── [4.1K] artec_eplus48u.conf
│ │ │ ├── [ 547] avision.conf
│ │ │ ├── [ 29] bh.conf
│ │ │ ├── [ 193] canon630u.conf
│ │ │ ├── [ 26] canon.conf
│ │ │ ├── [4.0K] canon_dr.conf
│ │ │ ├── [ 258] canon_lide70.conf
│ │ │ ├── [1.1K] canon_pp.conf
│ │ │ ├── [ 552] cardscan.conf
│ │ │ ├── [ 753] coolscan2.conf
│ │ │ ├── [ 753] coolscan3.conf
│ │ │ ├── [ 34] coolscan.conf
│ │ │ ├── [ 983] dc210.conf
│ │ │ ├── [ 983] dc240.conf
│ │ │ ├── [ 703] dc25.conf
│ │ │ ├── [ 490] dell1600n_net.conf
│ │ │ ├── [1.1K] dll.conf
│ │ │ ├── [4.0K] dll.d
│ │ │ │ ├── [ 42] airscan
│ │ │ │ └── [ 38] hplip
│ │ │ ├── [ 12] dmc.conf
│ │ │ ├── [2.7K] epjitsu.conf
│ │ │ ├── [ 374] epson2.conf
│ │ │ ├── [ 792] epson.conf
│ │ │ ├── [ 273] epsonds.conf
│ │ │ ├── [1.4K] escl.conf
│ │ │ ├── [3.3K] fujitsu.conf
│ │ │ ├── [2.4K] genesys.conf
│ │ │ ├── [1.1K] gphoto2.conf
│ │ │ ├── [7.8K] gt68xx.conf
│ │ │ ├── [ 395] hp3900.conf
│ │ │ ├── [ 76] hp4200.conf
│ │ │ ├── [ 238] hp5400.conf
│ │ │ ├── [ 497] hp.conf
│ │ │ ├── [ 23] hpsj5s.conf
│ │ │ ├── [ 24] hs2p.conf
│ │ │ ├── [ 38] ibm.conf
│ │ │ ├── [2.5K] kodakaio.conf
│ │ │ ├── [ 367] kodak.conf
│ │ │ ├── [ 39] kvs1025.conf
│ │ │ ├── [ 112] leo.conf
│ │ │ ├── [ 119] lexmark.conf
│ │ │ ├── [ 187] ma1509.conf
│ │ │ ├── [1.2K] magicolor.conf
│ │ │ ├── [ 665] matsushita.conf
│ │ │ ├── [ 279] microtek2.conf
│ │ │ ├── [ 268] microtek.conf
│ │ │ ├── [2.1K] mustek.conf
│ │ │ ├── [3.7K] mustek_pp.conf
│ │ │ ├── [ 808] mustek_usb.conf
│ │ │ ├── [ 13] nec.conf
│ │ │ ├── [ 573] net.conf
│ │ │ ├── [ 365] p5.conf
│ │ │ ├── [ 75] pie.conf
│ │ │ ├── [ 669] pieusb.conf
│ │ │ ├── [1.2K] pixma.conf
│ │ │ ├── [4.0K] plustek.conf
│ │ │ ├── [ 942] plustek_pp.conf
│ │ │ ├── [ 391] qcam.conf
│ │ │ ├── [ 29] ricoh.conf
│ │ │ ├── [ 183] rts8891.conf
│ │ │ ├── [ 13] s9036.conf
│ │ │ ├── [1.0K] saned.conf
│ │ │ ├── [ 48] sceptre.conf
│ │ │ ├── [1.4K] sharp.conf
│ │ │ ├── [ 115] sm3840.conf
│ │ │ ├── [2.2K] snapscan.conf
│ │ │ ├── [ 10] sp15c.conf
│ │ │ ├── [2.2K] st400.conf
│ │ │ ├── [ 178] stv680.conf
│ │ │ ├── [ 27] tamarack.conf
│ │ │ ├── [ 355] teco1.conf
│ │ │ ├── [ 634] teco2.conf
│ │ │ ├── [ 217] teco3.conf
│ │ │ ├── [1.8K] test.conf
│ │ │ ├── [1.5K] u12.conf
│ │ │ ├── [ 386] umax1220u.conf
│ │ │ ├── [3.0K] umax.conf
│ │ │ ├── [1.6K] umax_pp.conf
│ │ │ └── [4.0K] xerox_mfp.conf
│ │ ├── [4.0K] security
│ │ │ ├── [4.5K] access.conf
│ │ │ ├── [1.8K] capability.conf
│ │ │ ├── [2.2K] faillock.conf
│ │ │ ├── [3.5K] group.conf
│ │ │ ├── [2.1K] limits.conf
│ │ │ ├── [1.6K] namespace.conf
│ │ │ ├── [1016] namespace.init
│ │ │ ├── [ 0] opasswd
│ │ │ ├── [2.9K] pam_env.conf
│ │ │ ├── [2.6K] pwquality.conf
│ │ │ ├── [ 419] sepermit.conf
│ │ │ └── [2.1K] time.conf
│ │ ├── [4.0K] selinux
│ │ │ └── [2.0K] semanage.conf
│ │ ├── [ 10K] sensors3.conf
│ │ ├── [4.0K] sensors.d
│ │ ├── [ 13K] services
│ │ ├── [4.0K] sgml
│ │ │ ├── [ 31] catalog -> /var/lib/sgml-base/supercatalog
│ │ │ ├── [4.0K] docbook-xml
│ │ │ │ ├── [4.0K] 4.0
│ │ │ │ │ └── [1.6K] dbgenent.ent
│ │ │ │ ├── [4.0K] 4.1.2
│ │ │ │ │ └── [1.6K] dbgenent.mod
│ │ │ │ ├── [4.0K] 4.2
│ │ │ │ │ └── [1.5K] dbgenent.mod
│ │ │ │ ├── [4.0K] 4.3
│ │ │ │ │ └── [1.5K] dbgenent.mod
│ │ │ │ ├── [4.0K] 4.4
│ │ │ │ │ └── [1.5K] dbgenent.mod
│ │ │ │ └── [4.0K] 4.5
│ │ │ │ └── [1.5K] dbgenent.mod
│ │ │ ├── [ 376] docbook-xml.cat
│ │ │ ├── [ 652] sgml-data.cat
│ │ │ └── [ 45] xml-core.cat
│ │ ├── [1.4K] shadow
│ │ ├── [1.5K] shadow-
│ │ ├── [ 142] shells
│ │ ├── [4.0K] skel
│ │ ├── [4.0K] snmp
│ │ │ └── [ 510] snmp.conf
│ │ ├── [4.0K] speech-dispatcher
│ │ │ ├── [4.0K] clients
│ │ │ │ └── [ 116] emacs.conf
│ │ │ ├── [4.0K] modules
│ │ │ │ ├── [1.7K] cicero.conf
│ │ │ │ ├── [4.3K] dtk-generic.conf
│ │ │ │ ├── [4.0K] epos-generic.conf
│ │ │ │ ├── [2.3K] espeak.conf
│ │ │ │ ├── [8.8K] espeak-mbrola-generic.conf
│ │ │ │ ├── [2.4K] espeak-ng.conf
│ │ │ │ ├── [2.4K] espeak-ng-mbrola.conf
│ │ │ │ ├── [9.9K] espeak-ng-mbrola-generic.conf
│ │ │ │ ├── [3.8K] festival.conf
│ │ │ │ ├── [1.1K] flite.conf
│ │ │ │ ├── [3.5K] llia_phon-generic.conf
│ │ │ │ ├── [6.4K] mary-generic.conf
│ │ │ │ └── [3.8K] swift-generic.conf
│ │ │ └── [ 14K] speechd.conf
│ │ ├── [4.0K] ssh
│ │ │ ├── [494K] moduli
│ │ │ ├── [1.6K] ssh_config
│ │ │ ├── [3.2K] sshd_config
│ │ │ ├── [ 525] ssh_host_ecdsa_key
│ │ │ ├── [ 189] ssh_host_ecdsa_key.pub
│ │ │ ├── [ 419] ssh_host_ed25519_key
│ │ │ ├── [ 109] ssh_host_ed25519_key.pub
│ │ │ ├── [2.6K] ssh_host_rsa_key
│ │ │ ├── [ 581] ssh_host_rsa_key.pub
│ │ │ └── [ 342] ssh_import_id
│ │ ├── [4.0K] ssl
│ │ │ ├── [ 16K] certs
│ │ │ │ ├── [ 23] 002c0b4f.0 -> GlobalSign_Root_R46.pem
│ │ │ │ ├── [ 21] 00b9d922.0 -> ssl-cert-snakeoil.pem
│ │ │ │ ├── [ 45] 02265526.0 -> Entrust_Root_Certification_Authority_-_G2.pem
│ │ │ │ ├── [ 27] 062cdee6.0 -> GlobalSign_Root_CA_-_R3.pem
│ │ │ │ ├── [ 25] 064e0aa9.0 -> QuoVadis_Root_CA_2_G3.pem
│ │ │ │ ├── [ 50] 06dc52d5.0 -> SSL.com_EV_Root_Certification_Authority_RSA_R2.pem
│ │ │ │ ├── [ 34] 08063a00.0 -> Security_Communication_RootCA3.pem
│ │ │ │ ├── [ 54] 09789157.0 -> Starfield_Services_Root_Certificate_Authority_-_G2.pem
│ │ │ │ ├── [ 15] 0a775a30.0 -> GTS_Root_R3.pem
│ │ │ │ ├── [ 16] 0b1b94ef.0 -> CFCA_EV_ROOT.pem
│ │ │ │ ├── [ 16] 0b9bc432.0 -> ISRG_Root_X2.pem
│ │ │ │ ├── [ 44] 0bf05006.0 -> SSL.com_Root_Certification_Authority_ECC.pem
│ │ │ │ ├── [ 21] 0c31d5ce.0 -> ssl-cert-snakeoil.pem
│ │ │ │ ├── [ 32] 0f5dc4f3.0 -> UCA_Extended_Validation_Root.pem
│ │ │ │ ├── [ 26] 0f6fa695.0 -> GDCA_TrustAUTH_R5_ROOT.pem
│ │ │ │ ├── [ 15] 1001acf7.0 -> GTS_Root_R1.pem
│ │ │ │ ├── [ 46] 106f3e4d.0 -> Entrust_Root_Certification_Authority_-_EC1.pem
│ │ │ │ ├── [ 27] 14bc7599.0 -> emSign_ECC_Root_CA_-_G3.pem
│ │ │ │ ├── [ 23] 18856ac4.0 -> SecureSign_RootCA11.pem
│ │ │ │ ├── [ 31] 1d3472b9.0 -> GlobalSign_ECC_Root_CA_-_R5.pem
│ │ │ │ ├── [ 37] 1e08bfd1.0 -> IdenTrust_Public_Sector_Root_CA_1.pem
│ │ │ │ ├── [ 32] 1e09d511.0 -> T-TeleSec_GlobalRoot_Class_2.pem
│ │ │ │ ├── [ 38] 244b5494.0 -> DigiCert_High_Assurance_EV_Root_CA.pem
│ │ │ │ ├── [ 23] 2923b3f9.0 -> emSign_Root_CA_-_G1.pem
│ │ │ │ ├── [ 20] 2ae6433e.0 -> CA_Disig_Root_R2.pem
│ │ │ │ ├── [ 26] 2b349938.0 -> AffirmTrust_Commercial.pem
│ │ │ │ ├── [ 59] 32888f65.0 -> Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem
│ │ │ │ ├── [ 27] 3513523f.0 -> DigiCert_Global_Root_CA.pem
│ │ │ │ ├── [ 61] 3bde41ac.0 -> Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
│ │ │ │ ├── [ 63] 3bde41ac.1 -> Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068_2.pem
│ │ │ │ ├── [ 27] 3e45d192.0 -> Hongkong_Post_Root_CA_1.pem
│ │ │ │ ├── [ 45] 3fb36b73.0 -> NAVER_Global_Root_Certification_Authority.pem
│ │ │ │ ├── [ 31] 40193066.0 -> Certum_Trusted_Network_CA_2.pem
│ │ │ │ ├── [ 16] 4042bcee.0 -> ISRG_Root_X1.pem
│ │ │ │ ├── [ 34] 40547a79.0 -> COMODO_Certification_Authority.pem
│ │ │ │ ├── [ 23] 406c9bb1.0 -> emSign_Root_CA_-_C1.pem
│ │ │ │ ├── [ 29] 48bec511.0 -> Certum_Trusted_Network_CA.pem
│ │ │ │ ├── [ 27] 4b718d9b.0 -> emSign_ECC_Root_CA_-_C3.pem
│ │ │ │ ├── [ 45] 4bfab552.0 -> Starfield_Root_Certificate_Authority_-_G2.pem
│ │ │ │ ├── [ 26] 4f316efb.0 -> SwissSign_Gold_CA_-_G2.pem
│ │ │ │ ├── [ 35] 5273a94c.0 -> E-Tugra_Certification_Authority.pem
│ │ │ │ ├── [ 32] 5443e9e3.0 -> T-TeleSec_GlobalRoot_Class_3.pem
│ │ │ │ ├── [ 27] 54657681.0 -> Buypass_Class_2_Root_CA.pem
│ │ │ │ ├── [ 28] 57bcb2da.0 -> SwissSign_Silver_CA_-_G2.pem
│ │ │ │ ├── [ 38] 5860aaa6.0 -> Security_Communication_ECC_RootCA1.pem
│ │ │ │ ├── [ 29] 5931b5bc.0 -> D-TRUST_EV_Root_CA_1_2020.pem
│ │ │ │ ├── [ 33] 5a7722fb.0 -> E-Tugra_Global_Root_CA_ECC_v3.pem
│ │ │ │ ├── [ 22] 5ad8a5d6.0 -> GlobalSign_Root_CA.pem
│ │ │ │ ├── [ 26] 5cd81ad7.0 -> TeliaSonera_Root_CA_v1.pem
│ │ │ │ ├── [ 45] 5e98733a.0 -> Entrust_Root_Certification_Authority_-_G4.pem
│ │ │ │ ├── [ 23] 5f15c80c.0 -> TWCA_Global_Root_CA.pem
│ │ │ │ ├── [ 23] 5f618aec.0 -> certSIGN_Root_CA_G2.pem
│ │ │ │ ├── [ 27] 607986c7.0 -> DigiCert_Global_Root_G2.pem
│ │ │ │ ├── [ 15] 626dceaf.0 -> GTS_Root_R2.pem
│ │ │ │ ├── [ 29] 653b494a.0 -> Baltimore_CyberTrust_Root.pem
│ │ │ │ ├── [ 33] 66445960.0 -> E-Tugra_Global_Root_CA_RSA_v3.pem
│ │ │ │ ├── [ 27] 68dd7389.0 -> Hongkong_Post_Root_CA_3.pem
│ │ │ │ ├── [ 40] 6b99d060.0 -> Entrust_Root_Certification_Authority.pem
│ │ │ │ ├── [ 20] 6d41d539.0 -> Amazon_Root_CA_2.pem
│ │ │ │ ├── [ 44] 6fa5da56.0 -> SSL.com_Root_Certification_Authority_RSA.pem
│ │ │ │ ├── [ 24] 706f604c.0 -> XRamp_Global_CA_Root.pem
│ │ │ │ ├── [ 25] 749e9e03.0 -> QuoVadis_Root_CA_1_G3.pem
│ │ │ │ ├── [ 28] 75d1b2ed.0 -> DigiCert_Trusted_Root_G4.pem
│ │ │ │ ├── [ 22] 76faf6c0.0 -> QuoVadis_Root_CA_3.pem
│ │ │ │ ├── [ 63] 7719f463.0 -> Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem
│ │ │ │ ├── [ 35] 773e07ad.0 -> OISTE_WISeKey_Global_Root_GC_CA.pem
│ │ │ │ ├── [ 17] 7a3adc42.0 -> vTrus_Root_CA.pem
│ │ │ │ ├── [ 21] 7a780d93.0 -> Certainly_Root_R1.pem
│ │ │ │ ├── [ 31] 7f3d5d1d.0 -> DigiCert_Assured_ID_Root_G3.pem
│ │ │ │ ├── [ 34] 8160b96c.0 -> Microsec_e-Szigno_Root_CA_2009.pem
│ │ │ │ ├── [ 21] 8508e720.0 -> Certainly_Root_E1.pem
│ │ │ │ ├── [ 20] 8cb5ee0f.0 -> Amazon_Root_CA_3.pem
│ │ │ │ ├── [ 20] 8d86cdd1.0 -> certSIGN_ROOT_CA.pem
│ │ │ │ ├── [ 49] 8d89cda1.0 -> Microsoft_ECC_Root_Certificate_Authority_2017.pem
│ │ │ │ ├── [ 20] 8f103249.0 -> Telia_Root_CA_v2.pem
│ │ │ │ ├── [ 22] 90c5a3c8.0 -> HiPKI_Root_CA_-_G1.pem
│ │ │ │ ├── [ 34] 930ac5d2.0 -> Actalis_Authentication_Root_CA.pem
│ │ │ │ ├── [ 26] 93bc0acc.0 -> AffirmTrust_Networking.pem
│ │ │ │ ├── [ 20] 9482e63a.0 -> Certum_EC-384_CA.pem
│ │ │ │ ├── [ 33] 9846683b.0 -> DigiCert_TLS_ECC_P384_Root_G5.pem
│ │ │ │ ├── [ 48] 988a38cb.0 -> NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem
│ │ │ │ ├── [ 53] 9b5697b0.0 -> Trustwave_Global_ECC_P256_Certification_Authority.pem
│ │ │ │ ├── [ 27] 9c8dfbd4.0 -> AffirmTrust_Premium_ECC.pem
│ │ │ │ ├── [ 31] 9d04f354.0 -> DigiCert_Assured_ID_Root_G2.pem
│ │ │ │ ├── [ 29] 9ef4a08a.0 -> D-TRUST_BR_Root_CA_1_2020.pem
│ │ │ │ ├── [ 31] 9f727ac7.0 -> HARICA_TLS_RSA_Root_CA_2021.pem
│ │ │ │ ├── [ 15] a3418fda.0 -> GTS_Root_R4.pem
│ │ │ │ ├── [ 13] a94d09e5.0 -> ACCVRAIZ1.pem
│ │ │ │ ├── [ 48] ACCVRAIZ1.pem -> /usr/share/ca-certificates/mozilla/ACCVRAIZ1.crt
│ │ │ │ ├── [ 55] AC_RAIZ_FNMT-RCM.pem -> /usr/share/ca-certificates/mozilla/AC_RAIZ_FNMT-RCM.crt
│ │ │ │ ├── [ 74] AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.pem -> /usr/share/ca-certificates/mozilla/AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.crt
│ │ │ │ ├── [ 69] Actalis_Authentication_Root_CA.pem -> /usr/share/ca-certificates/mozilla/Actalis_Authentication_Root_CA.crt
│ │ │ │ ├── [ 45] aee5f10d.0 -> Entrust.net_Premium_2048_Secure_Server_CA.pem
│ │ │ │ ├── [ 61] AffirmTrust_Commercial.pem -> /usr/share/ca-certificates/mozilla/AffirmTrust_Commercial.crt
│ │ │ │ ├── [ 61] AffirmTrust_Networking.pem -> /usr/share/ca-certificates/mozilla/AffirmTrust_Networking.crt
│ │ │ │ ├── [ 62] AffirmTrust_Premium_ECC.pem -> /usr/share/ca-certificates/mozilla/AffirmTrust_Premium_ECC.crt
│ │ │ │ ├── [ 58] AffirmTrust_Premium.pem -> /usr/share/ca-certificates/mozilla/AffirmTrust_Premium.crt
│ │ │ │ ├── [ 55] Amazon_Root_CA_1.pem -> /usr/share/ca-certificates/mozilla/Amazon_Root_CA_1.crt
│ │ │ │ ├── [ 55] Amazon_Root_CA_2.pem -> /usr/share/ca-certificates/mozilla/Amazon_Root_CA_2.crt
│ │ │ │ ├── [ 55] Amazon_Root_CA_3.pem -> /usr/share/ca-certificates/mozilla/Amazon_Root_CA_3.crt
│ │ │ │ ├── [ 55] Amazon_Root_CA_4.pem -> /usr/share/ca-certificates/mozilla/Amazon_Root_CA_4.crt
│ │ │ │ ├── [ 64] ANF_Secure_Server_Root_CA.pem -> /usr/share/ca-certificates/mozilla/ANF_Secure_Server_Root_CA.crt
│ │ │ │ ├── [ 60] Atos_TrustedRoot_2011.pem -> /usr/share/ca-certificates/mozilla/Atos_TrustedRoot_2011.crt
│ │ │ │ ├── [ 98] Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068_2.pem -> /usr/share/ca-certificates/mozilla/Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068_2.crt
│ │ │ │ ├── [ 96] Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem -> /usr/share/ca-certificates/mozilla/Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.crt
│ │ │ │ ├── [ 31] b0e59380.0 -> GlobalSign_ECC_Root_CA_-_R4.pem
│ │ │ │ ├── [ 31] b1159c4c.0 -> DigiCert_Assured_ID_Root_CA.pem
│ │ │ │ ├── [ 29] b433981b.0 -> ANF_Secure_Server_Root_CA.pem
│ │ │ │ ├── [ 20] b66938e9.0 -> Secure_Global_CA.pem
│ │ │ │ ├── [ 23] b727005e.0 -> AffirmTrust_Premium.pem
│ │ │ │ ├── [ 37] b7a5b843.0 -> TWCA_Root_Certification_Authority.pem
│ │ │ │ ├── [ 39] b81b93f0.0 -> AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.pem
│ │ │ │ ├── [ 64] Baltimore_CyberTrust_Root.pem -> /usr/share/ca-certificates/mozilla/Baltimore_CyberTrust_Root.crt
│ │ │ │ ├── [ 49] bf53fb88.0 -> Microsoft_RSA_Root_Certificate_Authority_2017.pem
│ │ │ │ ├── [ 62] Buypass_Class_2_Root_CA.pem -> /usr/share/ca-certificates/mozilla/Buypass_Class_2_Root_CA.crt
│ │ │ │ ├── [ 62] Buypass_Class_3_Root_CA.pem -> /usr/share/ca-certificates/mozilla/Buypass_Class_3_Root_CA.crt
│ │ │ │ ├── [ 22] c01eb047.0 -> UCA_Global_G2_Root.pem
│ │ │ │ ├── [ 34] c28a8a30.0 -> D-TRUST_Root_Class_3_CA_2_2009.pem
│ │ │ │ ├── [ 37] ca6e4ad9.0 -> ePKI_Root_Certification_Authority.pem
│ │ │ │ ├── [204K] ca-certificates.crt
│ │ │ │ ├── [ 55] CA_Disig_Root_R2.pem -> /usr/share/ca-certificates/mozilla/CA_Disig_Root_R2.crt
│ │ │ │ ├── [ 44] cbf06781.0 -> Go_Daddy_Root_Certificate_Authority_-_G2.pem
│ │ │ │ ├── [ 14] cc450945.0 -> Izenpe.com.pem
│ │ │ │ ├── [ 34] cd58d51e.0 -> Security_Communication_RootCA2.pem
│ │ │ │ ├── [ 20] cd8c0d63.0 -> AC_RAIZ_FNMT-RCM.pem
│ │ │ │ ├── [ 20] ce5e74ef.0 -> Amazon_Root_CA_1.pem
│ │ │ │ ├── [ 56] Certainly_Root_E1.pem -> /usr/share/ca-certificates/mozilla/Certainly_Root_E1.crt
│ │ │ │ ├── [ 56] Certainly_Root_R1.pem -> /usr/share/ca-certificates/mozilla/Certainly_Root_R1.crt
│ │ │ │ ├── [ 47] Certigna.pem -> /usr/share/ca-certificates/mozilla/Certigna.crt
│ │ │ │ ├── [ 55] Certigna_Root_CA.pem -> /usr/share/ca-certificates/mozilla/Certigna_Root_CA.crt
│ │ │ │ ├── [ 58] certSIGN_Root_CA_G2.pem -> /usr/share/ca-certificates/mozilla/certSIGN_Root_CA_G2.crt
│ │ │ │ ├── [ 55] certSIGN_ROOT_CA.pem -> /usr/share/ca-certificates/mozilla/certSIGN_ROOT_CA.crt
│ │ │ │ ├── [ 55] Certum_EC-384_CA.pem -> /usr/share/ca-certificates/mozilla/Certum_EC-384_CA.crt
│ │ │ │ ├── [ 66] Certum_Trusted_Network_CA_2.pem -> /usr/share/ca-certificates/mozilla/Certum_Trusted_Network_CA_2.crt
│ │ │ │ ├── [ 64] Certum_Trusted_Network_CA.pem -> /usr/share/ca-certificates/mozilla/Certum_Trusted_Network_CA.crt
│ │ │ │ ├── [ 61] Certum_Trusted_Root_CA.pem -> /usr/share/ca-certificates/mozilla/Certum_Trusted_Root_CA.crt
│ │ │ │ ├── [ 51] CFCA_EV_ROOT.pem -> /usr/share/ca-certificates/mozilla/CFCA_EV_ROOT.crt
│ │ │ │ ├── [ 63] Comodo_AAA_Services_root.pem -> /usr/share/ca-certificates/mozilla/Comodo_AAA_Services_root.crt
│ │ │ │ ├── [ 69] COMODO_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/COMODO_Certification_Authority.crt
│ │ │ │ ├── [ 73] COMODO_ECC_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/COMODO_ECC_Certification_Authority.crt
│ │ │ │ ├── [ 73] COMODO_RSA_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/COMODO_RSA_Certification_Authority.crt
│ │ │ │ ├── [ 37] d4dae3dd.0 -> D-TRUST_Root_Class_3_CA_2_EV_2009.pem
│ │ │ │ ├── [ 32] d52c538d.0 -> DigiCert_TLS_RSA4096_Root_G5.pem
│ │ │ │ ├── [ 38] d6325660.0 -> COMODO_RSA_Certification_Authority.pem
│ │ │ │ ├── [ 22] d7e8dc79.0 -> QuoVadis_Root_CA_2.pem
│ │ │ │ ├── [ 53] d887a5bb.0 -> Trustwave_Global_ECC_P384_Certification_Authority.pem
│ │ │ │ ├── [ 27] dc4d6a89.0 -> GlobalSign_Root_CA_-_R6.pem
│ │ │ │ ├── [ 27] dd8e9d41.0 -> DigiCert_Global_Root_G3.pem
│ │ │ │ ├── [ 20] de6d66f3.0 -> Amazon_Root_CA_4.pem
│ │ │ │ ├── [ 66] DigiCert_Assured_ID_Root_CA.pem -> /usr/share/ca-certificates/mozilla/DigiCert_Assured_ID_Root_CA.crt
│ │ │ │ ├── [ 66] DigiCert_Assured_ID_Root_G2.pem -> /usr/share/ca-certificates/mozilla/DigiCert_Assured_ID_Root_G2.crt
│ │ │ │ ├── [ 66] DigiCert_Assured_ID_Root_G3.pem -> /usr/share/ca-certificates/mozilla/DigiCert_Assured_ID_Root_G3.crt
│ │ │ │ ├── [ 62] DigiCert_Global_Root_CA.pem -> /usr/share/ca-certificates/mozilla/DigiCert_Global_Root_CA.crt
│ │ │ │ ├── [ 62] DigiCert_Global_Root_G2.pem -> /usr/share/ca-certificates/mozilla/DigiCert_Global_Root_G2.crt
│ │ │ │ ├── [ 62] DigiCert_Global_Root_G3.pem -> /usr/share/ca-certificates/mozilla/DigiCert_Global_Root_G3.crt
│ │ │ │ ├── [ 73] DigiCert_High_Assurance_EV_Root_CA.pem -> /usr/share/ca-certificates/mozilla/DigiCert_High_Assurance_EV_Root_CA.crt
│ │ │ │ ├── [ 68] DigiCert_TLS_ECC_P384_Root_G5.pem -> /usr/share/ca-certificates/mozilla/DigiCert_TLS_ECC_P384_Root_G5.crt
│ │ │ │ ├── [ 67] DigiCert_TLS_RSA4096_Root_G5.pem -> /usr/share/ca-certificates/mozilla/DigiCert_TLS_RSA4096_Root_G5.crt
│ │ │ │ ├── [ 63] DigiCert_Trusted_Root_G4.pem -> /usr/share/ca-certificates/mozilla/DigiCert_Trusted_Root_G4.crt
│ │ │ │ ├── [ 64] D-TRUST_BR_Root_CA_1_2020.pem -> /usr/share/ca-certificates/mozilla/D-TRUST_BR_Root_CA_1_2020.crt
│ │ │ │ ├── [ 64] D-TRUST_EV_Root_CA_1_2020.pem -> /usr/share/ca-certificates/mozilla/D-TRUST_EV_Root_CA_1_2020.crt
│ │ │ │ ├── [ 69] D-TRUST_Root_Class_3_CA_2_2009.pem -> /usr/share/ca-certificates/mozilla/D-TRUST_Root_Class_3_CA_2_2009.crt
│ │ │ │ ├── [ 72] D-TRUST_Root_Class_3_CA_2_EV_2009.pem -> /usr/share/ca-certificates/mozilla/D-TRUST_Root_Class_3_CA_2_EV_2009.crt
│ │ │ │ ├── [ 12] e113c810.0 -> Certigna.pem
│ │ │ │ ├── [ 25] e18bfb83.0 -> QuoVadis_Root_CA_3_G3.pem
│ │ │ │ ├── [ 26] e35234b1.0 -> Certum_Trusted_Root_CA.pem
│ │ │ │ ├── [ 25] e36a6752.0 -> Atos_TrustedRoot_2011.pem
│ │ │ │ ├── [ 35] e73d606e.0 -> OISTE_WISeKey_Global_Root_GB_CA.pem
│ │ │ │ ├── [ 25] e868b802.0 -> e-Szigno_Root_CA_2017.pem
│ │ │ │ ├── [ 27] e8de2f56.0 -> Buypass_Class_3_Root_CA.pem
│ │ │ │ ├── [ 31] ecccd8db.0 -> HARICA_TLS_ECC_Root_CA_2021.pem
│ │ │ │ ├── [ 21] ed858448.0 -> vTrus_ECC_Root_CA.pem
│ │ │ │ ├── [ 28] ee64a828.0 -> Comodo_AAA_Services_root.pem
│ │ │ │ ├── [ 38] eed8c118.0 -> COMODO_ECC_Certification_Authority.pem
│ │ │ │ ├── [ 34] ef954a4e.0 -> IdenTrust_Commercial_Root_CA_1.pem
│ │ │ │ ├── [ 62] emSign_ECC_Root_CA_-_C3.pem -> /usr/share/ca-certificates/mozilla/emSign_ECC_Root_CA_-_C3.crt
│ │ │ │ ├── [ 62] emSign_ECC_Root_CA_-_G3.pem -> /usr/share/ca-certificates/mozilla/emSign_ECC_Root_CA_-_G3.crt
│ │ │ │ ├── [ 58] emSign_Root_CA_-_C1.pem -> /usr/share/ca-certificates/mozilla/emSign_Root_CA_-_C1.crt
│ │ │ │ ├── [ 58] emSign_Root_CA_-_G1.pem -> /usr/share/ca-certificates/mozilla/emSign_Root_CA_-_G1.crt
│ │ │ │ ├── [ 80] Entrust.net_Premium_2048_Secure_Server_CA.pem -> /usr/share/ca-certificates/mozilla/Entrust.net_Premium_2048_Secure_Server_CA.crt
│ │ │ │ ├── [ 81] Entrust_Root_Certification_Authority_-_EC1.pem -> /usr/share/ca-certificates/mozilla/Entrust_Root_Certification_Authority_-_EC1.crt
│ │ │ │ ├── [ 80] Entrust_Root_Certification_Authority_-_G2.pem -> /usr/share/ca-certificates/mozilla/Entrust_Root_Certification_Authority_-_G2.crt
│ │ │ │ ├── [ 80] Entrust_Root_Certification_Authority_-_G4.pem -> /usr/share/ca-certificates/mozilla/Entrust_Root_Certification_Authority_-_G4.crt
│ │ │ │ ├── [ 75] Entrust_Root_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/Entrust_Root_Certification_Authority.crt
│ │ │ │ ├── [ 72] ePKI_Root_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/ePKI_Root_Certification_Authority.crt
│ │ │ │ ├── [ 60] e-Szigno_Root_CA_2017.pem -> /usr/share/ca-certificates/mozilla/e-Szigno_Root_CA_2017.crt
│ │ │ │ ├── [ 70] E-Tugra_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/E-Tugra_Certification_Authority.crt
│ │ │ │ ├── [ 68] E-Tugra_Global_Root_CA_ECC_v3.pem -> /usr/share/ca-certificates/mozilla/E-Tugra_Global_Root_CA_ECC_v3.crt
│ │ │ │ ├── [ 68] E-Tugra_Global_Root_CA_RSA_v3.pem -> /usr/share/ca-certificates/mozilla/E-Tugra_Global_Root_CA_RSA_v3.crt
│ │ │ │ ├── [ 23] f081611a.0 -> Go_Daddy_Class_2_CA.pem
│ │ │ │ ├── [ 47] f0c70a8d.0 -> SSL.com_EV_Root_Certification_Authority_ECC.pem
│ │ │ │ ├── [ 44] f249de83.0 -> Trustwave_Global_Certification_Authority.pem
│ │ │ │ ├── [ 41] f30dd6ad.0 -> USERTrust_ECC_Certification_Authority.pem
│ │ │ │ ├── [ 34] f3377b1b.0 -> Security_Communication_Root_CA.pem
│ │ │ │ ├── [ 24] f387163d.0 -> Starfield_Class_2_CA.pem
│ │ │ │ ├── [ 18] f39fc864.0 -> SecureTrust_CA.pem
│ │ │ │ ├── [ 20] f51bb24c.0 -> Certigna_Root_CA.pem
│ │ │ │ ├── [ 20] fa5da96b.0 -> GLOBALTRUST_2020.pem
│ │ │ │ ├── [ 41] fc5a8f99.0 -> USERTrust_RSA_Certification_Authority.pem
│ │ │ │ ├── [ 20] fd64f3fc.0 -> TunTrust_Root_CA.pem
│ │ │ │ ├── [ 19] fe8a2cd8.0 -> SZAFIR_ROOT_CA2.pem
│ │ │ │ ├── [ 23] feffd413.0 -> GlobalSign_Root_E46.pem
│ │ │ │ ├── [ 49] ff34af3f.0 -> TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem
│ │ │ │ ├── [ 61] GDCA_TrustAUTH_R5_ROOT.pem -> /usr/share/ca-certificates/mozilla/GDCA_TrustAUTH_R5_ROOT.crt
│ │ │ │ ├── [ 66] GlobalSign_ECC_Root_CA_-_R4.pem -> /usr/share/ca-certificates/mozilla/GlobalSign_ECC_Root_CA_-_R4.crt
│ │ │ │ ├── [ 66] GlobalSign_ECC_Root_CA_-_R5.pem -> /usr/share/ca-certificates/mozilla/GlobalSign_ECC_Root_CA_-_R5.crt
│ │ │ │ ├── [ 57] GlobalSign_Root_CA.pem -> /usr/share/ca-certificates/mozilla/GlobalSign_Root_CA.crt
│ │ │ │ ├── [ 62] GlobalSign_Root_CA_-_R3.pem -> /usr/share/ca-certificates/mozilla/GlobalSign_Root_CA_-_R3.crt
│ │ │ │ ├── [ 62] GlobalSign_Root_CA_-_R6.pem -> /usr/share/ca-certificates/mozilla/GlobalSign_Root_CA_-_R6.crt
│ │ │ │ ├── [ 58] GlobalSign_Root_E46.pem -> /usr/share/ca-certificates/mozilla/GlobalSign_Root_E46.crt
│ │ │ │ ├── [ 58] GlobalSign_Root_R46.pem -> /usr/share/ca-certificates/mozilla/GlobalSign_Root_R46.crt
│ │ │ │ ├── [ 55] GLOBALTRUST_2020.pem -> /usr/share/ca-certificates/mozilla/GLOBALTRUST_2020.crt
│ │ │ │ ├── [ 58] Go_Daddy_Class_2_CA.pem -> /usr/share/ca-certificates/mozilla/Go_Daddy_Class_2_CA.crt
│ │ │ │ ├── [ 79] Go_Daddy_Root_Certificate_Authority_-_G2.pem -> /usr/share/ca-certificates/mozilla/Go_Daddy_Root_Certificate_Authority_-_G2.crt
│ │ │ │ ├── [ 50] GTS_Root_R1.pem -> /usr/share/ca-certificates/mozilla/GTS_Root_R1.crt
│ │ │ │ ├── [ 50] GTS_Root_R2.pem -> /usr/share/ca-certificates/mozilla/GTS_Root_R2.crt
│ │ │ │ ├── [ 50] GTS_Root_R3.pem -> /usr/share/ca-certificates/mozilla/GTS_Root_R3.crt
│ │ │ │ ├── [ 50] GTS_Root_R4.pem -> /usr/share/ca-certificates/mozilla/GTS_Root_R4.crt
│ │ │ │ ├── [ 66] HARICA_TLS_ECC_Root_CA_2021.pem -> /usr/share/ca-certificates/mozilla/HARICA_TLS_ECC_Root_CA_2021.crt
│ │ │ │ ├── [ 66] HARICA_TLS_RSA_Root_CA_2021.pem -> /usr/share/ca-certificates/mozilla/HARICA_TLS_RSA_Root_CA_2021.crt
│ │ │ │ ├── [ 98] Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem -> /usr/share/ca-certificates/mozilla/Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.crt
│ │ │ │ ├── [ 94] Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem -> /usr/share/ca-certificates/mozilla/Hellenic_Academic_and_Research_Institutions_RootCA_2015.crt
│ │ │ │ ├── [ 57] HiPKI_Root_CA_-_G1.pem -> /usr/share/ca-certificates/mozilla/HiPKI_Root_CA_-_G1.crt
│ │ │ │ ├── [ 62] Hongkong_Post_Root_CA_1.pem -> /usr/share/ca-certificates/mozilla/Hongkong_Post_Root_CA_1.crt
│ │ │ │ ├── [ 62] Hongkong_Post_Root_CA_3.pem -> /usr/share/ca-certificates/mozilla/Hongkong_Post_Root_CA_3.crt
│ │ │ │ ├── [ 69] IdenTrust_Commercial_Root_CA_1.pem -> /usr/share/ca-certificates/mozilla/IdenTrust_Commercial_Root_CA_1.crt
│ │ │ │ ├── [ 72] IdenTrust_Public_Sector_Root_CA_1.pem -> /usr/share/ca-certificates/mozilla/IdenTrust_Public_Sector_Root_CA_1.crt
│ │ │ │ ├── [ 51] ISRG_Root_X1.pem -> /usr/share/ca-certificates/mozilla/ISRG_Root_X1.crt
│ │ │ │ ├── [ 51] ISRG_Root_X2.pem -> /usr/share/ca-certificates/mozilla/ISRG_Root_X2.crt
│ │ │ │ ├── [ 49] Izenpe.com.pem -> /usr/share/ca-certificates/mozilla/Izenpe.com.crt
│ │ │ │ ├── [4.0K] java
│ │ │ │ │ └── [154K] cacerts
│ │ │ │ ├── [ 69] Microsec_e-Szigno_Root_CA_2009.pem -> /usr/share/ca-certificates/mozilla/Microsec_e-Szigno_Root_CA_2009.crt
│ │ │ │ ├── [ 84] Microsoft_ECC_Root_Certificate_Authority_2017.pem -> /usr/share/ca-certificates/mozilla/Microsoft_ECC_Root_Certificate_Authority_2017.crt
│ │ │ │ ├── [ 84] Microsoft_RSA_Root_Certificate_Authority_2017.pem -> /usr/share/ca-certificates/mozilla/Microsoft_RSA_Root_Certificate_Authority_2017.crt
│ │ │ │ ├── [ 80] NAVER_Global_Root_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/NAVER_Global_Root_Certification_Authority.crt
│ │ │ │ ├── [ 83] NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem -> /usr/share/ca-certificates/mozilla/NetLock_Arany_=Class_Gold=_Főtanúsítvány.crt
│ │ │ │ ├── [ 70] OISTE_WISeKey_Global_Root_GB_CA.pem -> /usr/share/ca-certificates/mozilla/OISTE_WISeKey_Global_Root_GB_CA.crt
│ │ │ │ ├── [ 70] OISTE_WISeKey_Global_Root_GC_CA.pem -> /usr/share/ca-certificates/mozilla/OISTE_WISeKey_Global_Root_GC_CA.crt
│ │ │ │ ├── [ 60] QuoVadis_Root_CA_1_G3.pem -> /usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_1_G3.crt
│ │ │ │ ├── [ 60] QuoVadis_Root_CA_2_G3.pem -> /usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_2_G3.crt
│ │ │ │ ├── [ 57] QuoVadis_Root_CA_2.pem -> /usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_2.crt
│ │ │ │ ├── [ 60] QuoVadis_Root_CA_3_G3.pem -> /usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_3_G3.crt
│ │ │ │ ├── [ 57] QuoVadis_Root_CA_3.pem -> /usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_3.crt
│ │ │ │ ├── [ 55] Secure_Global_CA.pem -> /usr/share/ca-certificates/mozilla/Secure_Global_CA.crt
│ │ │ │ ├── [ 58] SecureSign_RootCA11.pem -> /usr/share/ca-certificates/mozilla/SecureSign_RootCA11.crt
│ │ │ │ ├── [ 53] SecureTrust_CA.pem -> /usr/share/ca-certificates/mozilla/SecureTrust_CA.crt
│ │ │ │ ├── [ 73] Security_Communication_ECC_RootCA1.pem -> /usr/share/ca-certificates/mozilla/Security_Communication_ECC_RootCA1.crt
│ │ │ │ ├── [ 69] Security_Communication_RootCA2.pem -> /usr/share/ca-certificates/mozilla/Security_Communication_RootCA2.crt
│ │ │ │ ├── [ 69] Security_Communication_RootCA3.pem -> /usr/share/ca-certificates/mozilla/Security_Communication_RootCA3.crt
│ │ │ │ ├── [ 69] Security_Communication_Root_CA.pem -> /usr/share/ca-certificates/mozilla/Security_Communication_Root_CA.crt
│ │ │ │ ├── [1.1K] ssl-cert-snakeoil.pem
│ │ │ │ ├── [ 82] SSL.com_EV_Root_Certification_Authority_ECC.pem -> /usr/share/ca-certificates/mozilla/SSL.com_EV_Root_Certification_Authority_ECC.crt
│ │ │ │ ├── [ 85] SSL.com_EV_Root_Certification_Authority_RSA_R2.pem -> /usr/share/ca-certificates/mozilla/SSL.com_EV_Root_Certification_Authority_RSA_R2.crt
│ │ │ │ ├── [ 79] SSL.com_Root_Certification_Authority_ECC.pem -> /usr/share/ca-certificates/mozilla/SSL.com_Root_Certification_Authority_ECC.crt
│ │ │ │ ├── [ 79] SSL.com_Root_Certification_Authority_RSA.pem -> /usr/share/ca-certificates/mozilla/SSL.com_Root_Certification_Authority_RSA.crt
│ │ │ │ ├── [ 59] Starfield_Class_2_CA.pem -> /usr/share/ca-certificates/mozilla/Starfield_Class_2_CA.crt
│ │ │ │ ├── [ 80] Starfield_Root_Certificate_Authority_-_G2.pem -> /usr/share/ca-certificates/mozilla/Starfield_Root_Certificate_Authority_-_G2.crt
│ │ │ │ ├── [ 89] Starfield_Services_Root_Certificate_Authority_-_G2.pem -> /usr/share/ca-certificates/mozilla/Starfield_Services_Root_Certificate_Authority_-_G2.crt
│ │ │ │ ├── [ 61] SwissSign_Gold_CA_-_G2.pem -> /usr/share/ca-certificates/mozilla/SwissSign_Gold_CA_-_G2.crt
│ │ │ │ ├── [ 63] SwissSign_Silver_CA_-_G2.pem -> /usr/share/ca-certificates/mozilla/SwissSign_Silver_CA_-_G2.crt
│ │ │ │ ├── [ 54] SZAFIR_ROOT_CA2.pem -> /usr/share/ca-certificates/mozilla/SZAFIR_ROOT_CA2.crt
│ │ │ │ ├── [ 55] Telia_Root_CA_v2.pem -> /usr/share/ca-certificates/mozilla/Telia_Root_CA_v2.crt
│ │ │ │ ├── [ 61] TeliaSonera_Root_CA_v1.pem -> /usr/share/ca-certificates/mozilla/TeliaSonera_Root_CA_v1.crt
│ │ │ │ ├── [ 79] Trustwave_Global_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/Trustwave_Global_Certification_Authority.crt
│ │ │ │ ├── [ 88] Trustwave_Global_ECC_P256_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/Trustwave_Global_ECC_P256_Certification_Authority.crt
│ │ │ │ ├── [ 88] Trustwave_Global_ECC_P384_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/Trustwave_Global_ECC_P384_Certification_Authority.crt
│ │ │ │ ├── [ 67] T-TeleSec_GlobalRoot_Class_2.pem -> /usr/share/ca-certificates/mozilla/T-TeleSec_GlobalRoot_Class_2.crt
│ │ │ │ ├── [ 67] T-TeleSec_GlobalRoot_Class_3.pem -> /usr/share/ca-certificates/mozilla/T-TeleSec_GlobalRoot_Class_3.crt
│ │ │ │ ├── [ 84] TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem -> /usr/share/ca-certificates/mozilla/TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.crt
│ │ │ │ ├── [ 55] TunTrust_Root_CA.pem -> /usr/share/ca-certificates/mozilla/TunTrust_Root_CA.crt
│ │ │ │ ├── [ 58] TWCA_Global_Root_CA.pem -> /usr/share/ca-certificates/mozilla/TWCA_Global_Root_CA.crt
│ │ │ │ ├── [ 72] TWCA_Root_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/TWCA_Root_Certification_Authority.crt
│ │ │ │ ├── [ 67] UCA_Extended_Validation_Root.pem -> /usr/share/ca-certificates/mozilla/UCA_Extended_Validation_Root.crt
│ │ │ │ ├── [ 57] UCA_Global_G2_Root.pem -> /usr/share/ca-certificates/mozilla/UCA_Global_G2_Root.crt
│ │ │ │ ├── [ 76] USERTrust_ECC_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/USERTrust_ECC_Certification_Authority.crt
│ │ │ │ ├── [ 76] USERTrust_RSA_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/USERTrust_RSA_Certification_Authority.crt
│ │ │ │ ├── [ 56] vTrus_ECC_Root_CA.pem -> /usr/share/ca-certificates/mozilla/vTrus_ECC_Root_CA.crt
│ │ │ │ ├── [ 52] vTrus_Root_CA.pem -> /usr/share/ca-certificates/mozilla/vTrus_Root_CA.crt
│ │ │ │ └── [ 59] XRamp_Global_CA_Root.pem -> /usr/share/ca-certificates/mozilla/XRamp_Global_CA_Root.crt
│ │ │ ├── [ 12K] openssl.cnf
│ │ │ └── [4.0K] private
│ │ │ └── [1.7K] ssl-cert-snakeoil.key
│ │ ├── [ 20] subgid
│ │ ├── [ 0] subgid-
│ │ ├── [ 20] subuid
│ │ ├── [ 0] subuid-
│ │ ├── [4.5K] sudo.conf
│ │ ├── [1.6K] sudoers
│ │ ├── [4.0K] sudoers.d
│ │ │ └── [1.1K] README
│ │ ├── [9.2K] sudo_logsrvd.conf
│ │ ├── [2.3K] sysctl.conf
│ │ ├── [4.0K] sysctl.d
│ │ │ ├── [ 77] 10-console-messages.conf
│ │ │ ├── [ 490] 10-ipv6-privacy.conf
│ │ │ ├── [1.2K] 10-kernel-hardening.conf
│ │ │ ├── [1.2K] 10-magic-sysrq.conf
│ │ │ ├── [ 158] 10-network-security.conf
│ │ │ ├── [1.3K] 10-ptrace.conf
│ │ │ ├── [ 506] 10-zeropage.conf
│ │ │ ├── [ 14] 99-sysctl.conf -> ../sysctl.conf
│ │ │ └── [ 798] README.sysctl
│ │ ├── [4.0K] systemd
│ │ │ ├── [1.3K] journald.conf
│ │ │ ├── [1.3K] logind.conf
│ │ │ ├── [ 846] networkd.conf
│ │ │ ├── [ 804] oomd.conf
│ │ │ ├── [ 670] pstore.conf
│ │ │ ├── [1.4K] resolved.conf
│ │ │ ├── [ 931] sleep.conf
│ │ │ ├── [4.0K] system
│ │ │ │ ├── [4.0K] bluetooth.target.wants
│ │ │ │ │ └── [ 37] bluetooth.service -> /lib/systemd/system/bluetooth.service
│ │ │ │ ├── [4.0K] cloud-final.service.wants
│ │ │ │ │ └── [ 40] snapd.seeded.service -> /lib/systemd/system/snapd.seeded.service
│ │ │ │ ├── [ 42] dbus-fi.w1.wpa_supplicant1.service -> /lib/systemd/system/wpa_supplicant.service
│ │ │ │ ├── [ 37] dbus-org.bluez.service -> /lib/systemd/system/bluetooth.service
│ │ │ │ ├── [ 40] dbus-org.freedesktop.Avahi.service -> /lib/systemd/system/avahi-daemon.service
│ │ │ │ ├── [ 40] dbus-org.freedesktop.ModemManager1.service -> /lib/systemd/system/ModemManager.service
│ │ │ │ ├── [ 53] dbus-org.freedesktop.nm-dispatcher.service -> /lib/systemd/system/NetworkManager-dispatcher.service
│ │ │ │ ├── [ 40] dbus-org.freedesktop.oom1.service -> /lib/systemd/system/systemd-oomd.service
│ │ │ │ ├── [ 44] dbus-org.freedesktop.resolve1.service -> /lib/systemd/system/systemd-resolved.service
│ │ │ │ ├── [ 36] dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service
│ │ │ │ ├── [ 45] dbus-org.freedesktop.timesync1.service -> /lib/systemd/system/systemd-timesyncd.service
│ │ │ │ ├── [ 32] display-manager.service -> /lib/systemd/system/gdm3.service
│ │ │ │ ├── [4.0K] display-manager.service.wants
│ │ │ │ │ └── [ 39] gpu-manager.service -> /lib/systemd/system/gpu-manager.service
│ │ │ │ ├── [4.0K] emergency.target.wants
│ │ │ │ │ └── [ 48] grub-initrd-fallback.service -> /lib/systemd/system/grub-initrd-fallback.service
│ │ │ │ ├── [4.0K] final.target.wants
│ │ │ │ │ └── [ 49] snapd.system-shutdown.service -> /lib/systemd/system/snapd.system-shutdown.service
│ │ │ │ ├── [4.0K] getty.target.wants
│ │ │ │ │ └── [ 34] getty@tty1.service -> /lib/systemd/system/getty@.service
│ │ │ │ ├── [4.0K] graphical.target.wants
│ │ │ │ │ ├── [ 43] accounts-daemon.service -> /lib/systemd/system/accounts-daemon.service
│ │ │ │ │ ├── [ 49] power-profiles-daemon.service -> /lib/systemd/system/power-profiles-daemon.service
│ │ │ │ │ ├── [ 46] switcheroo-control.service -> /lib/systemd/system/switcheroo-control.service
│ │ │ │ │ └── [ 35] udisks2.service -> /lib/systemd/system/udisks2.service
│ │ │ │ ├── [4.0K] multi-user.target.wants
│ │ │ │ │ ├── [ 35] anacron.service -> /lib/systemd/system/anacron.service
│ │ │ │ │ ├── [ 40] avahi-daemon.service -> /lib/systemd/system/avahi-daemon.service
│ │ │ │ │ ├── [ 41] console-setup.service -> /lib/systemd/system/console-setup.service
│ │ │ │ │ ├── [ 32] cron.service -> /lib/systemd/system/cron.service
│ │ │ │ │ ├── [ 40] cups-browsed.service -> /lib/systemd/system/cups-browsed.service
│ │ │ │ │ ├── [ 29] cups.path -> /lib/systemd/system/cups.path
│ │ │ │ │ ├── [ 32] cups.service -> /lib/systemd/system/cups.service
│ │ │ │ │ ├── [ 33] dmesg.service -> /lib/systemd/system/dmesg.service
│ │ │ │ │ ├── [ 40] e2scrub_reap.service -> /lib/systemd/system/e2scrub_reap.service
│ │ │ │ │ ├── [ 39] grub-common.service -> /lib/systemd/system/grub-common.service
│ │ │ │ │ ├── [ 48] grub-initrd-fallback.service -> /lib/systemd/system/grub-initrd-fallback.service
│ │ │ │ │ ├── [ 38] irqbalance.service -> /lib/systemd/system/irqbalance.service
│ │ │ │ │ ├── [ 38] kerneloops.service -> /lib/systemd/system/kerneloops.service
│ │ │ │ │ ├── [ 40] ModemManager.service -> /lib/systemd/system/ModemManager.service
│ │ │ │ │ ├── [ 47] networkd-dispatcher.service -> /lib/systemd/system/networkd-dispatcher.service
│ │ │ │ │ ├── [ 42] NetworkManager.service -> /lib/systemd/system/NetworkManager.service
│ │ │ │ │ ├── [ 41] open-vm-tools.service -> /lib/systemd/system/open-vm-tools.service
│ │ │ │ │ ├── [ 35] openvpn.service -> /lib/systemd/system/openvpn.service
│ │ │ │ │ ├── [ 36] remote-fs.target -> /lib/systemd/system/remote-fs.target
│ │ │ │ │ ├── [ 35] rsyslog.service -> /lib/systemd/system/rsyslog.service
│ │ │ │ │ ├── [ 45] run-vmblock\x2dfuse.mount -> /lib/systemd/system/run-vmblock\x2dfuse.mount
│ │ │ │ │ ├── [ 41] secureboot-db.service -> /lib/systemd/system/secureboot-db.service
│ │ │ │ │ ├── [ 37] snap-bare-5.mount -> /etc/systemd/system/snap-bare-5.mount
│ │ │ │ │ ├── [ 42] snap-core20-2105.mount -> /etc/systemd/system/snap-core20-2105.mount
│ │ │ │ │ ├── [ 42] snap-core20-2182.mount -> /etc/systemd/system/snap-core20-2182.mount
│ │ │ │ │ ├── [ 42] snap-core22-1033.mount -> /etc/systemd/system/snap-core22-1033.mount
│ │ │ │ │ ├── [ 42] snap-core22-1122.mount -> /etc/systemd/system/snap-core22-1122.mount
│ │ │ │ │ ├── [ 52] snapd.aa-prompt-listener.service -> /lib/systemd/system/snapd.aa-prompt-listener.service
│ │ │ │ │ ├── [ 42] snapd.apparmor.service -> /lib/systemd/system/snapd.apparmor.service
│ │ │ │ │ ├── [ 44] snapd.autoimport.service -> /lib/systemd/system/snapd.autoimport.service
│ │ │ │ │ ├── [ 44] snapd.core-fixup.service -> /lib/systemd/system/snapd.core-fixup.service
│ │ │ │ │ ├── [ 42] snap-docker-2915.mount -> /etc/systemd/system/snap-docker-2915.mount
│ │ │ │ │ ├── [ 47] snap.docker.dockerd.service -> /etc/systemd/system/snap.docker.dockerd.service
│ │ │ │ │ ├── [ 64] snap.docker.nvidia-container-toolkit.service -> /etc/systemd/system/snap.docker.nvidia-container-toolkit.service
│ │ │ │ │ ├── [ 58] snapd.recovery-chooser-trigger.service -> /lib/systemd/system/snapd.recovery-chooser-trigger.service
│ │ │ │ │ ├── [ 40] snapd.seeded.service -> /lib/systemd/system/snapd.seeded.service
│ │ │ │ │ ├── [ 33] snapd.service -> /lib/systemd/system/snapd.service
│ │ │ │ │ ├── [ 43] snap-firefox-3972.mount -> /etc/systemd/system/snap-firefox-3972.mount
│ │ │ │ │ ├── [ 43] snap-firefox-4033.mount -> /etc/systemd/system/snap-firefox-4033.mount
│ │ │ │ │ ├── [ 59] snap-gnome\x2d3\x2d38\x2d2004-143.mount -> /etc/systemd/system/snap-gnome\x2d3\x2d38\x2d2004-143.mount
│ │ │ │ │ ├── [ 54] snap-gnome\x2d42\x2d2204-141.mount -> /etc/systemd/system/snap-gnome\x2d42\x2d2204-141.mount
│ │ │ │ │ ├── [ 54] snap-gnome\x2d42\x2d2204-172.mount -> /etc/systemd/system/snap-gnome\x2d42\x2d2204-172.mount
│ │ │ │ │ ├── [ 59] snap-gtk\x2dcommon\x2dthemes-1535.mount -> /etc/systemd/system/snap-gtk\x2dcommon\x2dthemes-1535.mount
│ │ │ │ │ ├── [ 42] snap-snapd-20671.mount -> /etc/systemd/system/snap-snapd-20671.mount
│ │ │ │ │ ├── [ 42] snap-snapd-21184.mount -> /etc/systemd/system/snap-snapd-21184.mount
│ │ │ │ │ ├── [ 65] snap-snapd\x2ddesktop\x2dintegration-83.mount -> /etc/systemd/system/snap-snapd\x2ddesktop\x2dintegration-83.mount
│ │ │ │ │ ├── [ 48] snap-snap\x2dstore-959.mount -> /etc/systemd/system/snap-snap\x2dstore-959.mount
│ │ │ │ │ ├── [ 31] ssh.service -> /lib/systemd/system/ssh.service
│ │ │ │ │ ├── [ 40] systemd-oomd.service -> /lib/systemd/system/systemd-oomd.service
│ │ │ │ │ ├── [ 44] systemd-resolved.service -> /lib/systemd/system/systemd-resolved.service
│ │ │ │ │ ├── [ 36] thermald.service -> /lib/systemd/system/thermald.service
│ │ │ │ │ ├── [ 42] ua-reboot-cmds.service -> /lib/systemd/system/ua-reboot-cmds.service
│ │ │ │ │ ├── [ 44] ubuntu-advantage.service -> /lib/systemd/system/ubuntu-advantage.service
│ │ │ │ │ ├── [ 31] ufw.service -> /lib/systemd/system/ufw.service
│ │ │ │ │ ├── [ 47] unattended-upgrades.service -> /lib/systemd/system/unattended-upgrades.service
│ │ │ │ │ ├── [ 66] var-snap-firefox-common-host\x2dhunspell.mount -> /etc/systemd/system/var-snap-firefox-common-host\x2dhunspell.mount
│ │ │ │ │ ├── [ 33] whoopsie.path -> /lib/systemd/system/whoopsie.path
│ │ │ │ │ └── [ 42] wpa_supplicant.service -> /lib/systemd/system/wpa_supplicant.service
│ │ │ │ ├── [4.0K] network-online.target.wants
│ │ │ │ │ └── [ 54] NetworkManager-wait-online.service -> /lib/systemd/system/NetworkManager-wait-online.service
│ │ │ │ ├── [4.0K] oem-config.service.wants
│ │ │ │ │ └── [ 39] gpu-manager.service -> /lib/systemd/system/gpu-manager.service
│ │ │ │ ├── [4.0K] open-vm-tools.service.requires
│ │ │ │ │ └── [ 34] vgauth.service -> /lib/systemd/system/vgauth.service
│ │ │ │ ├── [4.0K] paths.target.wants
│ │ │ │ │ ├── [ 30] acpid.path -> /lib/systemd/system/acpid.path
│ │ │ │ │ └── [ 42] apport-autoreport.path -> /lib/systemd/system/apport-autoreport.path
│ │ │ │ ├── [4.0K] printer.target.wants
│ │ │ │ │ └── [ 32] cups.service -> /lib/systemd/system/cups.service
│ │ │ │ ├── [4.0K] rescue.target.wants
│ │ │ │ │ └── [ 48] grub-initrd-fallback.service -> /lib/systemd/system/grub-initrd-fallback.service
│ │ │ │ ├── [4.0K] sleep.target.wants
│ │ │ │ │ ├── [ 39] grub-common.service -> /lib/systemd/system/grub-common.service
│ │ │ │ │ └── [ 48] grub-initrd-fallback.service -> /lib/systemd/system/grub-initrd-fallback.service
│ │ │ │ ├── [ 334] snap-bare-5.mount
│ │ │ │ ├── [ 349] snap-core20-2105.mount
│ │ │ │ ├── [ 349] snap-core20-2182.mount
│ │ │ │ ├── [ 349] snap-core22-1033.mount
│ │ │ │ ├── [ 349] snap-core22-1122.mount
│ │ │ │ ├── [4.0K] snapd.mounts.target.wants
│ │ │ │ │ ├── [ 37] snap-bare-5.mount -> /etc/systemd/system/snap-bare-5.mount
│ │ │ │ │ ├── [ 42] snap-core20-2105.mount -> /etc/systemd/system/snap-core20-2105.mount
│ │ │ │ │ ├── [ 42] snap-core20-2182.mount -> /etc/systemd/system/snap-core20-2182.mount
│ │ │ │ │ ├── [ 42] snap-core22-1033.mount -> /etc/systemd/system/snap-core22-1033.mount
│ │ │ │ │ ├── [ 42] snap-core22-1122.mount -> /etc/systemd/system/snap-core22-1122.mount
│ │ │ │ │ ├── [ 42] snap-docker-2915.mount -> /etc/systemd/system/snap-docker-2915.mount
│ │ │ │ │ ├── [ 43] snap-firefox-3972.mount -> /etc/systemd/system/snap-firefox-3972.mount
│ │ │ │ │ ├── [ 43] snap-firefox-4033.mount -> /etc/systemd/system/snap-firefox-4033.mount
│ │ │ │ │ ├── [ 59] snap-gnome\x2d3\x2d38\x2d2004-143.mount -> /etc/systemd/system/snap-gnome\x2d3\x2d38\x2d2004-143.mount
│ │ │ │ │ ├── [ 54] snap-gnome\x2d42\x2d2204-141.mount -> /etc/systemd/system/snap-gnome\x2d42\x2d2204-141.mount
│ │ │ │ │ ├── [ 54] snap-gnome\x2d42\x2d2204-172.mount -> /etc/systemd/system/snap-gnome\x2d42\x2d2204-172.mount
│ │ │ │ │ ├── [ 59] snap-gtk\x2dcommon\x2dthemes-1535.mount -> /etc/systemd/system/snap-gtk\x2dcommon\x2dthemes-1535.mount
│ │ │ │ │ ├── [ 42] snap-snapd-20671.mount -> /etc/systemd/system/snap-snapd-20671.mount
│ │ │ │ │ ├── [ 42] snap-snapd-21184.mount -> /etc/systemd/system/snap-snapd-21184.mount
│ │ │ │ │ ├── [ 65] snap-snapd\x2ddesktop\x2dintegration-83.mount -> /etc/systemd/system/snap-snapd\x2ddesktop\x2dintegration-83.mount
│ │ │ │ │ ├── [ 48] snap-snap\x2dstore-959.mount -> /etc/systemd/system/snap-snap\x2dstore-959.mount
│ │ │ │ │ └── [ 66] var-snap-firefox-common-host\x2dhunspell.mount -> /etc/systemd/system/var-snap-firefox-common-host\x2dhunspell.mount
│ │ │ │ ├── [ 349] snap-docker-2915.mount
│ │ │ │ ├── [ 486] snap.docker.dockerd.service
│ │ │ │ ├── [ 551] snap.docker.nvidia-container-toolkit.service
│ │ │ │ ├── [ 352] snap-firefox-3972.mount
│ │ │ │ ├── [ 352] snap-firefox-4033.mount
│ │ │ │ ├── [ 373] snap-gnome\x2d3\x2d38\x2d2004-143.mount
│ │ │ │ ├── [ 367] snap-gnome\x2d42\x2d2204-141.mount
│ │ │ │ ├── [ 367] snap-gnome\x2d42\x2d2204-172.mount
│ │ │ │ ├── [ 382] snap-gtk\x2dcommon\x2dthemes-1535.mount
│ │ │ │ ├── [ 349] snap-snapd-20671.mount
│ │ │ │ ├── [ 349] snap-snapd-21184.mount
│ │ │ │ ├── [ 400] snap-snapd\x2ddesktop\x2dintegration-83.mount
│ │ │ │ ├── [ 358] snap-snap\x2dstore-959.mount
│ │ │ │ ├── [4.0K] sockets.target.wants
│ │ │ │ │ ├── [ 32] acpid.socket -> /lib/systemd/system/acpid.socket
│ │ │ │ │ ├── [ 41] apport-forward.socket -> /lib/systemd/system/apport-forward.socket
│ │ │ │ │ ├── [ 39] avahi-daemon.socket -> /lib/systemd/system/avahi-daemon.socket
│ │ │ │ │ ├── [ 31] cups.socket -> /lib/systemd/system/cups.socket
│ │ │ │ │ ├── [ 32] snapd.socket -> /lib/systemd/system/snapd.socket
│ │ │ │ │ └── [ 32] uuidd.socket -> /lib/systemd/system/uuidd.socket
│ │ │ │ ├── [ 31] sshd.service -> /lib/systemd/system/ssh.service
│ │ │ │ ├── [ 9] sudo.service -> /dev/null
│ │ │ │ ├── [4.0K] sysinit.target.wants
│ │ │ │ │ ├── [ 36] apparmor.service -> /lib/systemd/system/apparmor.service
│ │ │ │ │ ├── [ 42] keyboard-setup.service -> /lib/systemd/system/keyboard-setup.service
│ │ │ │ │ ├── [ 36] setvtrgb.service -> /lib/systemd/system/setvtrgb.service
│ │ │ │ │ ├── [ 42] systemd-pstore.service -> /lib/systemd/system/systemd-pstore.service
│ │ │ │ │ └── [ 45] systemd-timesyncd.service -> /lib/systemd/system/systemd-timesyncd.service
│ │ │ │ ├── [ 35] syslog.service -> /lib/systemd/system/rsyslog.service
│ │ │ │ ├── [4.0K] timers.target.wants
│ │ │ │ │ ├── [ 33] anacron.timer -> /lib/systemd/system/anacron.timer
│ │ │ │ │ ├── [ 43] apport-autoreport.timer -> /lib/systemd/system/apport-autoreport.timer
│ │ │ │ │ ├── [ 35] apt-daily.timer -> /lib/systemd/system/apt-daily.timer
│ │ │ │ │ ├── [ 43] apt-daily-upgrade.timer -> /lib/systemd/system/apt-daily-upgrade.timer
│ │ │ │ │ ├── [ 40] dpkg-db-backup.timer -> /lib/systemd/system/dpkg-db-backup.timer
│ │ │ │ │ ├── [ 37] e2scrub_all.timer -> /lib/systemd/system/e2scrub_all.timer
│ │ │ │ │ ├── [ 32] fstrim.timer -> /lib/systemd/system/fstrim.timer
│ │ │ │ │ ├── [ 39] fwupd-refresh.timer -> /lib/systemd/system/fwupd-refresh.timer
│ │ │ │ │ ├── [ 35] logrotate.timer -> /lib/systemd/system/logrotate.timer
│ │ │ │ │ ├── [ 32] man-db.timer -> /lib/systemd/system/man-db.timer
│ │ │ │ │ ├── [ 35] motd-news.timer -> /lib/systemd/system/motd-news.timer
│ │ │ │ │ ├── [ 43] snapd.snap-repair.timer -> /lib/systemd/system/snapd.snap-repair.timer
│ │ │ │ │ ├── [ 34] ua-timer.timer -> /lib/systemd/system/ua-timer.timer
│ │ │ │ │ ├── [ 50] update-notifier-download.timer -> /lib/systemd/system/update-notifier-download.timer
│ │ │ │ │ └── [ 46] update-notifier-motd.timer -> /lib/systemd/system/update-notifier-motd.timer
│ │ │ │ ├── [ 382] var-snap-firefox-common-host\x2dhunspell.mount
│ │ │ │ └── [ 41] vmtoolsd.service -> /lib/systemd/system/open-vm-tools.service
│ │ │ ├── [1.9K] system.conf
│ │ │ ├── [ 748] timesyncd.conf
│ │ │ ├── [4.0K] user
│ │ │ │ ├── [4.0K] default.target.wants
│ │ │ │ │ ├── [ 38] pipewire.service -> /usr/lib/systemd/user/pipewire.service
│ │ │ │ │ ├── [ 40] pulseaudio.service -> /usr/lib/systemd/user/pulseaudio.service
│ │ │ │ │ ├── [ 82] snap.snapd-desktop-integration.snapd-desktop-integration.service -> /etc/systemd/user/snap.snapd-desktop-integration.snapd-desktop-integration.service
│ │ │ │ │ ├── [ 47] tracker-extract-3.service -> /usr/lib/systemd/user/tracker-extract-3.service
│ │ │ │ │ └── [ 40] ubuntu-report.path -> /usr/lib/systemd/user/ubuntu-report.path
│ │ │ │ ├── [4.0K] gnome-session.target.wants
│ │ │ │ │ ├── [ 64] org.freedesktop.IBus.session.GNOME.service -> /usr/lib/systemd/user/org.freedesktop.IBus.session.GNOME.service
│ │ │ │ │ └── [ 48] tracker-miner-fs-3.service -> /usr/lib/systemd/user/tracker-miner-fs-3.service
│ │ │ │ ├── [4.0K] graphical-session-pre.target.wants
│ │ │ │ │ ├── [ 43] gnome-keyring.service -> /usr/lib/systemd/user/gnome-keyring.service
│ │ │ │ │ ├── [ 47] session-migration.service -> /usr/lib/systemd/user/session-migration.service
│ │ │ │ │ └── [ 66] xdg-desktop-portal-rewrite-launchers.service -> /usr/lib/systemd/user/xdg-desktop-portal-rewrite-launchers.service
│ │ │ │ ├── [4.0K] pipewire.service.wants
│ │ │ │ │ └── [ 52] pipewire-media-session.service -> /usr/lib/systemd/user/pipewire-media-session.service
│ │ │ │ ├── [ 52] pipewire-session-manager.service -> /usr/lib/systemd/user/pipewire-media-session.service
│ │ │ │ ├── [ 464] snap.snapd-desktop-integration.snapd-desktop-integration.service
│ │ │ │ └── [4.0K] sockets.target.wants
│ │ │ │ ├── [ 36] dirmngr.socket -> /usr/lib/systemd/user/dirmngr.socket
│ │ │ │ ├── [ 46] gpg-agent-browser.socket -> /usr/lib/systemd/user/gpg-agent-browser.socket
│ │ │ │ ├── [ 44] gpg-agent-extra.socket -> /usr/lib/systemd/user/gpg-agent-extra.socket
│ │ │ │ ├── [ 38] gpg-agent.socket -> /usr/lib/systemd/user/gpg-agent.socket
│ │ │ │ ├── [ 42] gpg-agent-ssh.socket -> /usr/lib/systemd/user/gpg-agent-ssh.socket
│ │ │ │ ├── [ 37] pipewire.socket -> /usr/lib/systemd/user/pipewire.socket
│ │ │ │ ├── [ 46] pk-debconf-helper.socket -> /usr/lib/systemd/user/pk-debconf-helper.socket
│ │ │ │ ├── [ 39] pulseaudio.socket -> /usr/lib/systemd/user/pulseaudio.socket
│ │ │ │ └── [ 46] speech-dispatcher.socket -> /usr/lib/systemd/user/speech-dispatcher.socket
│ │ │ └── [1.4K] user.conf
│ │ ├── [4.0K] terminfo
│ │ │ └── [ 212] README
│ │ ├── [4.0K] thermald
│ │ │ └── [ 508] thermal-cpu-cdev-order.xml
│ │ ├── [4.0K] thunderbird
│ │ │ └── [ 163] syspref.js
│ │ ├── [ 14] timezone
│ │ ├── [4.0K] ubuntu-advantage
│ │ │ ├── [4.2K] help_data.yaml
│ │ │ └── [ 63] uaclient.conf
│ │ ├── [1.2K] ucf.conf
│ │ ├── [4.0K] udev
│ │ │ ├── [4.0K] rules.d
│ │ │ │ ├── [ 12K] 70-snap.firefox.rules
│ │ │ │ ├── [1.6K] 70-snap.snapd-desktop-integration.rules
│ │ │ │ ├── [ 62K] 70-snap.snapd.rules
│ │ │ │ └── [3.7K] 70-snap.snap-store.rules
│ │ │ └── [ 305] udev.conf
│ │ ├── [4.0K] udisks2
│ │ │ ├── [2.9K] mount_options.conf.example
│ │ │ └── [ 251] udisks2.conf
│ │ ├── [4.0K] ufw
│ │ │ ├── [ 915] after6.rules
│ │ │ ├── [1.1K] after.init
│ │ │ ├── [1004] after.rules
│ │ │ ├── [4.0K] applications.d
│ │ │ │ ├── [ 152] cups
│ │ │ │ └── [ 145] openssh-server
│ │ │ ├── [6.5K] before6.rules
│ │ │ ├── [1.1K] before.init
│ │ │ ├── [2.5K] before.rules
│ │ │ ├── [1.4K] sysctl.conf
│ │ │ ├── [ 312] ufw.conf
│ │ │ ├── [ 107] user6.rules
│ │ │ └── [ 307] user.rules
│ │ ├── [4.0K] update-manager
│ │ │ ├── [ 235] meta-release
│ │ │ ├── [ 819] release-upgrades
│ │ │ └── [4.0K] release-upgrades.d
│ │ │ └── [ 215] ubuntu-advantage-upgrades.cfg
│ │ ├── [4.0K] update-motd.d
│ │ │ ├── [1.2K] 00-header
│ │ │ ├── [1.1K] 10-help-text
│ │ │ ├── [4.9K] 50-motd-news
│ │ │ ├── [ 84] 85-fwupd
│ │ │ ├── [ 218] 90-updates-available
│ │ │ ├── [ 296] 91-contract-ua-esm-status
│ │ │ ├── [ 558] 91-release-upgrade
│ │ │ ├── [ 165] 92-unattended-upgrades
│ │ │ ├── [ 379] 95-hwe-eol
│ │ │ ├── [ 142] 98-fsck-at-reboot
│ │ │ └── [ 144] 98-reboot-required
│ │ ├── [4.0K] UPower
│ │ │ └── [2.8K] UPower.conf
│ │ ├── [1.5K] usb_modeswitch.conf
│ │ ├── [4.0K] vim
│ │ │ ├── [2.2K] vimrc
│ │ │ └── [ 662] vimrc.tiny
│ │ ├── [4.0K] vmware-tools
│ │ │ ├── [4.3K] poweroff-vm-default
│ │ │ ├── [4.3K] poweron-vm-default
│ │ │ ├── [4.3K] resume-vm-default
│ │ │ ├── [4.0K] scripts
│ │ │ │ └── [4.0K] vmware
│ │ │ │ └── [ 17K] network
│ │ │ ├── [1.4K] statechange.subr
│ │ │ ├── [4.3K] suspend-vm-default
│ │ │ ├── [ 479] tools.conf
│ │ │ ├── [ 17K] tools.conf.example
│ │ │ ├── [4.0K] vgauth
│ │ │ │ └── [4.0K] schemas
│ │ │ │ ├── [ 473] catalog.xml
│ │ │ │ ├── [6.2K] datatypes.dtd
│ │ │ │ ├── [ 13K] saml-schema-assertion-2.0.xsd
│ │ │ │ ├── [5.0K] xenc-schema.xsd
│ │ │ │ ├── [9.9K] xmldsig-core-schema.xsd
│ │ │ │ ├── [ 16K] XMLSchema.dtd
│ │ │ │ ├── [5.6K] XMLSchema-hasFacetAndProperty.xsd
│ │ │ │ ├── [1.2K] XMLSchema-instance.xsd
│ │ │ │ ├── [ 84K] XMLSchema.xsd
│ │ │ │ └── [8.6K] xml.xsd
│ │ │ ├── [ 113] vgauth.conf
│ │ │ └── [ 69] xautostart.conf
│ │ ├── [ 23] vtrgb -> /etc/alternatives/vtrgb
│ │ ├── [4.8K] wgetrc
│ │ ├── [4.0K] wpa_supplicant
│ │ │ ├── [ 937] action_wpa.sh
│ │ │ ├── [ 25K] functions.sh
│ │ │ └── [4.6K] ifupdown.sh
│ │ ├── [4.0K] X11
│ │ │ ├── [4.0K] app-defaults
│ │ │ │ ├── [6.4K] Bitmap
│ │ │ │ ├── [ 431] Bitmap-color
│ │ │ │ ├── [6.4K] Bitmap-nocase
│ │ │ │ ├── [ 115] Clock-color
│ │ │ │ ├── [9.6K] Editres
│ │ │ │ ├── [2.7K] Editres-color
│ │ │ │ ├── [3.1K] Viewres
│ │ │ │ ├── [ 973] Viewres-color
│ │ │ │ ├── [ 22K] XCalc
│ │ │ │ ├── [ 10K] XCalc-color
│ │ │ │ ├── [4.0K] XClipboard
│ │ │ │ ├── [ 20] XClock
│ │ │ │ ├── [ 245] XClock-color
│ │ │ │ ├── [ 615] XConsole
│ │ │ │ ├── [3.1K] Xditview
│ │ │ │ ├── [1.3K] Xditview-chrtr
│ │ │ │ ├── [ 15K] Xedit
│ │ │ │ ├── [5.4K] Xedit-color
│ │ │ │ ├── [ 754] Xfd
│ │ │ │ ├── [4.7K] XFontSel
│ │ │ │ ├── [ 65] Xgc
│ │ │ │ ├── [2.3K] Xgc-color
│ │ │ │ ├── [ 106] XLoad
│ │ │ │ ├── [ 133] XLogo
│ │ │ │ ├── [ 215] XLogo-color
│ │ │ │ ├── [ 730] Xmag
│ │ │ │ ├── [6.0K] Xman
│ │ │ │ ├── [ 248] Xmessage
│ │ │ │ ├── [ 920] Xmessage-color
│ │ │ │ ├── [1.1K] XMore
│ │ │ │ ├── [3.8K] XSm
│ │ │ │ └── [6.5K] Xvidtune
│ │ │ ├── [4.0K] cursors
│ │ │ │ ├── [ 27] core.theme
│ │ │ │ ├── [ 32] handhelds.theme
│ │ │ │ ├── [ 31] redglass.theme
│ │ │ │ └── [ 33] whiteglass.theme
│ │ │ ├── [ 15] default-display-manager
│ │ │ ├── [4.0K] fonts
│ │ │ │ ├── [4.0K] misc
│ │ │ │ │ └── [6.1K] xfonts-base.alias
│ │ │ │ └── [4.0K] Type1
│ │ │ │ └── [2.6K] xfonts-scalable.scale
│ │ │ ├── [ 17K] rgb.txt
│ │ │ ├── [4.0K] xinit
│ │ │ │ ├── [ 164] xinitrc
│ │ │ │ ├── [ 134] xinputrc
│ │ │ │ └── [ 46] xserverrc
│ │ │ ├── [ 709] Xreset
│ │ │ ├── [4.0K] Xreset.d
│ │ │ │ └── [ 205] README
│ │ │ ├── [4.0K] Xresources
│ │ │ │ └── [ 319] x11-common
│ │ │ ├── [4.0K] Xsession
│ │ │ ├── [4.0K] Xsession.d
│ │ │ │ ├── [1.0K] 20dbus_xdg-runtime
│ │ │ │ ├── [1.8K] 20x11-common_process-args
│ │ │ │ ├── [ 878] 30x11-common_xresources
│ │ │ │ ├── [ 389] 35x11-common_xhost-local
│ │ │ │ ├── [ 187] 40x11-common_xsessionrc
│ │ │ │ ├── [1.5K] 50x11-common_determine-startup
│ │ │ │ ├── [ 743] 55gnome-session_gnomerc
│ │ │ │ ├── [ 991] 60x11-common_xdg_path
│ │ │ │ ├── [1.5K] 70im-config_launch
│ │ │ │ ├── [ 511] 90atk-adaptor
│ │ │ │ ├── [ 880] 90gpg-agent
│ │ │ │ ├── [ 335] 90qt-a11y
│ │ │ │ ├── [ 385] 90x11-common_ssh-agent
│ │ │ │ ├── [ 431] 90xbrlapi
│ │ │ │ └── [ 166] 99x11-common_start
│ │ │ ├── [ 265] Xsession.options
│ │ │ ├── [4.0K] xsm
│ │ │ │ └── [ 77] system.xsm
│ │ │ ├── [ 13] XvMCConfig
│ │ │ └── [ 630] Xwrapper.config
│ │ ├── [ 681] xattr.conf
│ │ ├── [4.0K] xdg
│ │ │ ├── [4.0K] autostart
│ │ │ │ ├── [ 193] at-spi-dbus-bus.desktop
│ │ │ │ ├── [ 227] geoclue-demo-agent.desktop
│ │ │ │ ├── [ 357] gnome-initial-setup-copy-worker.desktop
│ │ │ │ ├── [ 454] gnome-initial-setup-first-login.desktop
│ │ │ │ ├── [ 485] gnome-keyring-pkcs11.desktop
│ │ │ │ ├── [ 478] gnome-keyring-secrets.desktop
│ │ │ │ ├── [ 445] gnome-keyring-ssh.desktop
│ │ │ │ ├── [ 177] gnome-shell-overrides-migration.desktop
│ │ │ │ ├── [ 226] im-launch.desktop
│ │ │ │ ├── [ 350] nm-applet.desktop
│ │ │ │ ├── [ 315] orca-autostart.desktop
│ │ │ │ ├── [ 379] org.gnome.DejaDup.Monitor.desktop
│ │ │ │ ├── [ 470] org.gnome.Evolution-alarm-notify.desktop
│ │ │ │ ├── [ 299] org.gnome.SettingsDaemon.A11ySettings.desktop
│ │ │ │ ├── [ 294] org.gnome.SettingsDaemon.Color.desktop
│ │ │ │ ├── [ 292] org.gnome.SettingsDaemon.Datetime.desktop
│ │ │ │ ├── [ 246] org.gnome.SettingsDaemon.DiskUtilityNotify.desktop
│ │ │ │ ├── [ 314] org.gnome.SettingsDaemon.Housekeeping.desktop
│ │ │ │ ├── [ 303] org.gnome.SettingsDaemon.Keyboard.desktop
│ │ │ │ ├── [ 301] org.gnome.SettingsDaemon.MediaKeys.desktop
│ │ │ │ ├── [ 294] org.gnome.SettingsDaemon.Power.desktop
│ │ │ │ ├── [ 313] org.gnome.SettingsDaemon.PrintNotifications.desktop
│ │ │ │ ├── [ 293] org.gnome.SettingsDaemon.Rfkill.desktop
│ │ │ │ ├── [ 313] org.gnome.SettingsDaemon.ScreensaverProxy.desktop
│ │ │ │ ├── [ 292] org.gnome.SettingsDaemon.Sharing.desktop
│ │ │ │ ├── [ 291] org.gnome.SettingsDaemon.Smartcard.desktop
│ │ │ │ ├── [ 298] org.gnome.SettingsDaemon.Sound.desktop
│ │ │ │ ├── [ 301] org.gnome.SettingsDaemon.UsbProtection.desktop
│ │ │ │ ├── [ 298] org.gnome.SettingsDaemon.Wacom.desktop
│ │ │ │ ├── [ 289] org.gnome.SettingsDaemon.Wwan.desktop
│ │ │ │ ├── [ 291] org.gnome.SettingsDaemon.XSettings.desktop
│ │ │ │ ├── [ 369] print-applet.desktop
│ │ │ │ ├── [5.2K] pulseaudio.desktop
│ │ │ │ ├── [ 228] snap-userd-autostart.desktop
│ │ │ │ ├── [ 191] spice-vdagent.desktop
│ │ │ │ ├── [ 445] tracker-miner-fs-3.desktop
│ │ │ │ ├── [4.0K] ubuntu-advantage-notification.desktop
│ │ │ │ ├── [ 153] ubuntu-report-on-upgrade.desktop
│ │ │ │ ├── [ 11K] update-notifier.desktop
│ │ │ │ ├── [ 303] user-dirs-update-gtk.desktop
│ │ │ │ ├── [ 222] vmware-user.desktop
│ │ │ │ └── [ 250] xdg-user-dirs.desktop
│ │ │ ├── [4.0K] menus
│ │ │ │ └── [ 16K] gnome-applications.menu
│ │ │ ├── [4.0K] systemd
│ │ │ │ └── [ 18] user -> ../../systemd/user
│ │ │ ├── [ 414] user-dirs.conf
│ │ │ ├── [ 418] user-dirs.defaults
│ │ │ └── [4.0K] Xwayland-session.d
│ │ │ ├── [ 453] 00-at-spi
│ │ │ ├── [2.1K] 00-pulseaudio-x11
│ │ │ ├── [ 753] 00-xrdb
│ │ │ └── [ 34] 10-ibus-x11
│ │ ├── [4.0K] xml
│ │ │ ├── [3.2K] catalog
│ │ │ ├── [3.1K] catalog.old
│ │ │ ├── [ 10K] docbook-xml.xml
│ │ │ ├── [9.9K] docbook-xml.xml.old
│ │ │ ├── [1.3K] sgml-data.xml
│ │ │ ├── [1.2K] sgml-data.xml.old
│ │ │ ├── [ 840] xml-core.xml
│ │ │ └── [ 673] xml-core.xml.old
│ │ └── [ 460] zsh_command_not_found
│ ├── [ 8] lib -> /usr/lib
│ ├── [ 10] lib64 -> /usr/lib64
│ ├── [4.0K] root
│ ├── [4.0K] run
│ │ └── [ 6] sshd.pid
│ ├── [ 9] sbin -> /usr/sbin
│ ├── [4.0K] usr
│ │ ├── [4.0K] bin
│ │ │ ├── [1.3M] bash
│ │ │ ├── [ 8] bin -> /usr/bin
│ │ │ ├── [ 34K] cat
│ │ │ ├── [138K] cp
│ │ │ ├── [ 30K] kill
│ │ │ ├── [5.3K] ldd
│ │ │ ├── [135K] ls
│ │ │ ├── [138K] ps
│ │ │ ├── [1.3M] sh
│ │ │ └── [ 30K] whoami
│ │ ├── [4.0K] lib
│ │ │ ├── [ 8] lib -> /usr/lib
│ │ │ └── [4.0K] x86_64-linux-gnu
│ │ │ ├── [ 34K] libacl.so.1
│ │ │ ├── [ 26K] libattr.so.1
│ │ │ ├── [130K] libaudit.so.1
│ │ │ ├── [ 26K] libcap-ng.so.0
│ │ │ ├── [ 38K] libcap.so.2
│ │ │ ├── [ 18K] libcom_err.so.2
│ │ │ ├── [4.2M] libcrypto.so.3
│ │ │ ├── [194K] libcrypt.so.1
│ │ │ ├── [2.1M] libc.so.6
│ │ │ ├── [1.2M] libgcrypt.so.20
│ │ │ ├── [146K] libgpg-error.so.0
│ │ │ ├── [331K] libgssapi_krb5.so.2
│ │ │ ├── [179K] libk5crypto.so.3
│ │ │ ├── [ 22K] libkeyutils.so.1
│ │ │ ├── [809K] libkrb5.so.3
│ │ │ ├── [ 51K] libkrb5support.so.0
│ │ │ ├── [122K] liblz4.so.1
│ │ │ ├── [242K] liblzma.so.5
│ │ │ ├── [ 91K] libnsl.so.2
│ │ │ ├── [ 66K] libpam.so.0
│ │ │ ├── [599K] libpcre2-8.so.0
│ │ │ ├── [ 78K] libprocps.so.8
│ │ │ ├── [ 67K] libresolv.so.2
│ │ │ ├── [162K] libselinux.so.1
│ │ │ ├── [789K] libsystemd.so.0
│ │ │ ├── [195K] libtinfo.so.6
│ │ │ ├── [179K] libtirpc.so.3
│ │ │ ├── [ 44K] libwrap.so.0
│ │ │ ├── [106K] libz.so.1
│ │ │ └── [822K] libzstd.so.1
│ │ ├── [4.0K] lib64
│ │ │ ├── [235K] ld-linux-x86-64.so.2
│ │ │ └── [ 10] lib64 -> /usr/lib64
│ │ └── [4.0K] sbin
│ │ └── [900K] sshd
│ └── [ 322] xzback.service
├── [ 18K] LICENSE
├── [2.4K] README.md
├── [ 193] remove.sh
└── [3.3M] xzbot
607 directories, 4982 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。