Elektra  0.8.25
kdb-global-umount(1) - Unmount a global plugin from the key database

kdb global-umount <name>

DESCRIPTION

Unmount a global plugin from the key database.

OPTIONS

EXAMPLES

# Backup-and-Restore: system/elektra/globalplugins
sudo kdb global-mount tracer
sudo kdb global-mount
# STDOUT-REGEX: .*spec⏎tracer.*
sudo kdb global-umount tracer
# spec is always mounted by default
sudo kdb global-mount
#> spec
sudo kdb global-umount spec
sudo kdb global-mount
#>

SEE ALSO