ubuntu:systemd:show_all_installed_unit_files
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
ubuntu:systemd:show_all_installed_unit_files [2023/06/03 09:03] – removed - external edit (Unknown date) 127.0.0.1 | ubuntu:systemd:show_all_installed_unit_files [2023/06/03 09:03] (current) – ↷ Page moved from ubuntu:systemd:manage_services:show_all_installed_unit_files to ubuntu:systemd:show_all_installed_unit_files peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Ubuntu - SystemD - Manage Services - Show all installed unit files ====== | ||
+ | |||
+ | <code bash> | ||
+ | systemctl list-unit-files | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | UNIT FILE STATE | ||
+ | proc-sys-fs-binfmt_misc.automount | ||
+ | -.mount | ||
+ | boot-efi.mount | ||
+ | dev-hugepages.mount | ||
+ | dev-mqueue.mount | ||
+ | proc-sys-fs-binfmt_misc.mount | ||
+ | snap-bare-5.mount | ||
+ | snap-core20-1879.mount | ||
+ | snap-core20-1891.mount | ||
+ | snap-core22-617.mount | ||
+ | snap-core22-634.mount | ||
+ | snap-firefox-2667.mount | ||
+ | snap-firefox-2710.mount | ||
+ | snap-gnome\x2d3\x2d38\x2d2004-137.mount | ||
+ | snap-gnome\x2d3\x2d38\x2d2004-140.mount | ||
+ | snap-gnome\x2d42\x2d2204-102.mount | ||
+ | snap-gnome\x2d42\x2d2204-99.mount | ||
+ | snap-gtk\x2dcommon\x2dthemes-1535.mount | ||
+ | snap-kde\x2dframeworks\x2d5\x2d102\x2dqt\x2d5\x2d15\x2d8\x2dcore22-5.mount enabled | ||
+ | snap-kde\x2dframeworks\x2d5\x2d96\x2dqt\x2d5\x2d15\x2d5\x2dcore20-7.mount | ||
+ | snap-keepassxc-1645.mount | ||
+ | snap-keepassxc-1689.mount | ||
+ | snap-mesa\x2dcore20-125.mount | ||
+ | snap-picard-1230.mount | ||
+ | snap-plex\x2ddesktop-37.mount | ||
+ | snap-plex\x2ddesktop-38.mount | ||
+ | snap-snap\x2dstore-638.mount | ||
+ | snap-snap\x2dstore-959.mount | ||
+ | snap-snapd-19122.mount | ||
+ | snap-snapd-19361.mount | ||
+ | snap-snapd\x2ddesktop\x2dintegration-57.mount | ||
+ | snap-snapd\x2ddesktop\x2dintegration-83.mount | ||
+ | sys-fs-fuse-connections.mount | ||
+ | sys-kernel-config.mount | ||
+ | sys-kernel-debug.mount | ||
+ | sys-kernel-tracing.mount | ||
+ | var-snap-firefox-common-host\x2dhunspell.mount | ||
+ | acpid.path | ||
+ | apport-autoreport.path | ||
+ | cups.path | ||
+ | systemd-ask-password-console.path | ||
+ | systemd-ask-password-plymouth.path | ||
+ | systemd-ask-password-wall.path | ||
+ | whoopsie.path | ||
+ | session-2.scope | ||
+ | accounts-daemon.service | ||
+ | acpid.service | ||
+ | alsa-restore.service | ||
+ | alsa-state.service | ||
+ | alsa-utils.service | ||
+ | anacron.service | ||
+ | apparmor.service | ||
+ | apport-autoreport.service | ||
+ | apport-forward@.service | ||
+ | apport.service | ||
+ | apt-daily-upgrade.service | ||
+ | apt-daily.service | ||
+ | apt-news.service | ||
+ | autovt@.service | ||
+ | avahi-daemon.service | ||
+ | bluetooth.service | ||
+ | bolt.service | ||
+ | brltty-udev.service | ||
+ | brltty.service | ||
+ | ckb-next-daemon.service | ||
+ | colord.service | ||
+ | configure-printer@.service | ||
+ | console-getty.service | ||
+ | console-setup.service | ||
+ | container-getty@.service | ||
+ | cron.service | ||
+ | cryptdisks-early.service | ||
+ | cryptdisks.service | ||
+ | ... | ||
+ | ... | ||
+ | ... | ||
+ | 397 unit files listed. | ||
+ | </ | ||