koopa admin¶
All commands in this section require sudo.
admin disable-passwordless-sudo¶
Disable passwordless sudo for the current user.
admin enable-passwordless-sudo¶
Enable passwordless sudo for the current user.
admin zsh-compaudit-set-permissions¶
Fix Zsh compaudit permissions.
Linux-only¶
admin add-group name [--system]¶
Add a system group.
admin add-user name [--home DIR] [--shell SHELL] [--system] [--sudo]¶
Add a system user.
admin apk-install packages...¶
Install packages with apk (Alpine).
admin apk-remove packages...¶
Remove packages with apk (Alpine).
admin apk-update¶
Update the apk package index (Alpine).
admin apt-install packages...¶
Install packages with apt (Debian/Ubuntu).
admin apt-list-installed¶
List installed apt packages (Debian/Ubuntu).
admin apt-remove packages...¶
Remove packages with apt (Debian/Ubuntu).
admin apt-update¶
Update the apt package index (Debian/Ubuntu).
admin apt-upgrade¶
Upgrade installed packages with apt (Debian/Ubuntu).
admin configure-lmod prefix¶
Configure Lmod environment modules at a prefix.
admin configure-sshd¶
Configure sshd port and authentication settings.
admin delete-cache¶
Delete cache, log, and temporary files (Docker images only).
admin delete-user name [--remove-home]¶
Delete a system user.
admin dnf-install packages...¶
Install packages with dnf (Fedora/RHEL).
admin dnf-remove packages...¶
Remove packages with dnf (Fedora/RHEL).
admin dnf-update¶
Update installed packages with dnf (Fedora/RHEL).
admin fix-sudo-setrlimit-error¶
Fix the sudo setrlimit error on Linux.
admin install-app name [--manager apt|dnf|apk|pacman|zypper]¶
Install a package using the native OS package manager.
admin os-version¶
Print the Linux OS version.
admin pacman-install packages...¶
Install packages with pacman (Arch).
admin pacman-remove packages...¶
Remove packages with pacman (Arch).
admin pacman-update¶
Update installed packages with pacman (Arch).
admin proc-cmdline¶
Print the kernel boot command line (/proc/cmdline).
admin systemctl-disable service¶
Disable a systemd service.
admin systemctl-restart service¶
Restart a systemd service.
admin systemctl-status service¶
Print the status of a systemd service.
admin systemctl-stop service¶
Stop a systemd service.
admin uninstall-app name [--manager apt|dnf|apk|pacman|zypper]¶
Uninstall a package using the native OS package manager.
admin zypper-install packages...¶
Install packages with zypper (openSUSE).
admin zypper-remove packages...¶
Remove packages with zypper (openSUSE).
admin zypper-update¶
Update installed packages with zypper (openSUSE).
macOS-only¶
admin clean-launch-services¶
Clean the macOS Launch Services database.
admin disable-touch-id-sudo¶
Disable Touch ID for sudo authentication.
admin enable-touch-id-sudo¶
Enable Touch ID for sudo authentication.
admin flush-dns¶
Flush the DNS cache.
admin force-eject volume-name¶
Force eject a mounted volume.
admin reload-autofs¶
Reload the autofs automount daemon.