| Simplified Manual Pages |
The standard set of manual pages (often called man pages) which are available in most flavours of Linux, BSD and Unix tend to be long and they can be cryptic. Manual pages tend to list what options are available without explaining why we might use them. Further, many manual pages do not provide examples.
The TLDR-pages project has compiled a collection of simplified manual pages which present commands with a clear explanation of what each command does and lists examples of how the command is most often used. These simplified pages are available below.
systemd-run
Run programs in transient scope units, service units, or path-, socket-, or timer-triggered service units.
More information: home page
- Start a transient service:
sudo systemd-run command argument1 argument2 ...
- Start a transient service under the service manager of the current user (no privileges):
systemd-run --user command argument1 argument2 ...
- Start a transient service with a custom unit name and description:
sudo systemd-run [-u|--unit] name --description string command argument1 argument2 ...
- Start a transient service that does not get cleaned up after it terminates with a custom environment variable:
sudo systemd-run [-r|--remain-after-exit] --set-env=name=value command argument1 argument2 ...
- Start a transient timer that periodically runs its transient service (see `man systemd.time` for calendar event format):
sudo systemd-run --on-calendar=calendar_event command argument1 argument2 ...
- Share the terminal with the program (allowing interactive input/output) and make sure the execution details remain after the program exits:
systemd-run [-r|--remain-after-exit] --pty command
- Set properties (e.g. CPUQuota, MemoryMax) of the process and wait until it exits:
systemd-run [-p|--property] MemoryMax=memory_in_bytes [-p|--property] CPUQuota=percentage_of_CPU_time% --wait command
- Use the program in a shell pipeline:
command1 | systemd-run [-P|--pipe] command2 | command3
The TLDR manual pages are distributed under the
Creative Commons Attribution 4.0 International License (CC-BY).
The project's scripts are licensed under the MIT license:
The MIT License (MIT)
Copyright (c) 2014 the TLDR team and contributors.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
| TUXEDO |

TUXEDO Computers - Linux Hardware in a tailor made suite Choose from a wide range of laptops and PCs in various sizes and shapes at TUXEDOComputers.com. Every machine comes pre-installed and ready-to-run with Linux. Full 24 months of warranty and lifetime support included!
Learn more about our full service package and all benefits from buying at TUXEDO.
|
| Star Labs |

Star Labs - Laptops built for Linux.
View our range including the highly anticipated StarFighter. Available with coreboot open-source firmware and a choice of Ubuntu, elementary, Manjaro and more. Visit Star Labs for information, to buy and get support.
|
|