systemd-path
List and query system and user paths. More information: <https://www.freedesktop.org/software/systemd/man/systemd-path.html>.
Install
- All systems
-
curl cmd.cat/systemd-path.sh
- Debian
-
apt-get install systemd
- Ubuntu
-
apt-get install systemd
- Arch Linux
-
pacman -S systemd
- Kali Linux
-
apt-get install systemd
- CentOS
-
yum install systemd
- Fedora
-
dnf install systemd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install systemd
- Raspbian
-
apt-get install systemd
- Dockerfile
- dockerfile.run/systemd-path
List and query system and user paths. More information: <https://www.freedesktop.org/software/systemd/man/systemd-path.html>.
-
Display a list of known paths and their current values:
systemd-path
-
Query the specified path and display its value:
systemd-path "path_name"
-
Suffix printed paths with `suffix_string`:
systemd-path --suffix suffix_string
-
Print a short version string and then exit:
systemd-path --version
© tl;dr; authors and contributors