EnglishFrenchSpanish

OnWorks favicon

systemd-escape - Online in the Cloud

Run systemd-escape in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command systemd-escape that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


systemd-escape - Escape strings for usage in system unit names

SYNOPSIS


systemd-escape [OPTIONS...] [STRING...]

DESCRIPTION


systemd-escape may be used to escape strings for inclusion in systemd unit names. The
command may be used to escape and to undo escaping of strings.

The command takes any number of strings on the command line, and will process them
individually, one after another. It will output them separated by spaces to stdout.

By default, this command will escape the strings passed, unless --unescape is passed which
results in the inverse operation being applied. If --mangle is given, a special mode of
escaping is applied instead, which assumes the string is already escaped but will escape
everything that appears obviously non-escaped.

OPTIONS


The following options are understood:

--suffix=
Appends the specified unit type suffix to the escaped string. Takes one of the unit
types supported by systemd, such as ".service" or ".mount". May not be used in
conjunction with --template=, --unescape or --mangle.

--template=
Inserts the escaped strings in a unit name template. Takes a unit name template such
as [email protected] May not be used in conjunction with --suffix=, --unescape or
--mangle.

--path, -p
When escaping or unescaping a string, assume it refers to a file system path. This
enables special processing of the initial "/" of the path.

--unescape
Instead of escaping the specified strings, undo the escaping, reversing the operation.
May not be used in conjunction with --suffix=, --template= or --mangle.

--mangle
Like --escape, but only escape characters that are obviously not escaped yet, and
possibly automatically append an appropriate unit type suffix to the string. May not
be used in conjunction with --suffix=, --template= or --unescape.

-h, --help
Print a short help text and exit.

--version
Print a short version string and exit.

EXAMPLES


Escape a single string:

$ systemd-escape 'Hallöchen, Meister'
Hall\xc3\xb6chen\x2c\x20Meister

To undo escaping on a single string:

$ systemd-escape -u 'Hall\xc3\xb6chen\x2c\x20Meister'
Hallöchen, Meister

To generate the mount unit for a path:

$ systemd-escape -p --suffix=mount "/tmp//waldi/foobar/"
tmp-waldi-foobar.mount

To generate instance names of three strings

$ systemd-escape [email protected] 'My Container 1' 'containerb' 'container/III'
systemd-nspawn@My\x20Container\x201.service [email protected] [email protected]

EXIT STATUS


On success, 0 is returned, a non-zero failure code otherwise.

Use systemd-escape online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    AstrOrzPlayer
    AstrOrzPlayer
    AstrOrz Player is a free media player
    software, part based on WMP and VLC. The
    player is in a minimalist style, with
    more than ten theme colors, and can also
    b...
    Download AstrOrzPlayer
  • 2
    movistartv
    movistartv
    Kodi Movistar+ TV es un ADDON para XBMC/
    Kodi que permite disponer de un
    decodificador de los servicios IPTV de
    Movistar integrado en uno de los
    mediacenters ma...
    Download movistartv
  • 3
    Code::Blocks
    Code::Blocks
    Code::Blocks is a free, open-source,
    cross-platform C, C++ and Fortran IDE
    built to meet the most demanding needs
    of its users. It is designed to be very
    extens...
    Download Code::Blocks
  • 4
    Amidst
    Amidst
    Amidst or Advanced Minecraft Interface
    and Data/Structure Tracking is a tool to
    display an overview of a Minecraft
    world, without actually creating it. It
    can ...
    Download Amidst
  • 5
    MSYS2
    MSYS2
    MSYS2 is a collection of tools and
    libraries providing you with an
    easy-to-use environment for building,
    installing and running native Windows
    software. It con...
    Download MSYS2
  • 6
    libjpeg-turbo
    libjpeg-turbo
    libjpeg-turbo is a JPEG image codec
    that uses SIMD instructions (MMX, SSE2,
    NEON, AltiVec) to accelerate baseline
    JPEG compression and decompression on
    x86, x8...
    Download libjpeg-turbo
  • More »

Linux commands

Ad