EnglishFrenchSpanish

Ad


OnWorks favicon

shtool-install - Online in the Cloud

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

This is the command shtool-install 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


shtool-install - GNU shtool install(1) command

SYNOPSIS


shtool install [-v|--verbose] [-t|--trace] [-d|--mkdir] [-c|--copy] [-C|--compare-copy]
[-s|--strip] [-m|--mode mode] [-o|--owner owner] [-g|--group group] [-e|--exec sed-cmd]
file [file ...] path

DESCRIPTION


This command installs a one or more files to a given target path providing all important
options of the BSD install(1) command. The trick is that the functionality is provided in
a portable way.

OPTIONS


The following command line options are available.

-v, --verbose
Display some processing information.

-t, --trace
Enable the output of the essential shell commands which are executed.

-d, --mkdir
To maximize BSD compatiblity, the BSD "shtool "install -d"" usage is internally mapped
to the "shtool "mkdir -f -p -m 755"" command.

-c, --copy
Copy the file to the target path. Default is to move.

-C, --compare-copy
Same as -c except if the destination file already exists and is identical to the
source file, no installation is done and the target remains untouched.

-s, --strip
This option strips program executables during the installation, see strip(1). Default
is to install verbatim.

-m, --mode mode
The file mode applied to the target, see chmod(1). Setting mode to ""-"" skips this
step and leaves the operating system default which is usually based on umask(1). Some
file modes require superuser privileges to be set. Default is 0755.

-o, --owner owner
The file owner name or id applied to the target, see chown(1). This option requires
superuser privileges to execute. Default is to skip this step and leave the operating
system default which is usually based on the executing uid or the parent setuid
directory.

-g, --group group
The file group name or id applied to the target, see chgrp(1). This option requires
superuser privileges to execute to the fullest extend, otherwise the choice of group
is limited on most operating systems. Default is to skip this step and leave the
operating system default which is usually based on the executing gid or the parent
setgid directory.

-e, --exec sed-cmd
This option can be used one or multiple times to apply one or more sed(1) commands to
the file contents during installation.

EXAMPLE


# Makefile
install:
:
shtool install -c -s -m 4755 foo $(bindir)/
shtool install -c -m 644 foo.man $(mandir)/man1/foo.1
shtool install -c -m 644 -e "s/@p@/$prefix/g" foo.conf $(etcdir)/

HISTORY


The GNU shtool install command was originally written by Ralf S. Engelschall
<[email protected]> in 1997 for GNU shtool. It was prompted by portability issues in the
installation procedures of OSSP libraries.

Use shtool-install online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    facetracknoir
    facetracknoir
    Modular headtracking program that
    supports multiple face-trackers, filters
    and game-protocols. Among the trackers
    are the SM FaceAPI, AIC Inertial Head
    Tracker ...
    Download facetracknoir
  • 2
    PHP QR Code
    PHP QR Code
    PHP QR Code is open source (LGPL)
    library for generating QR Code,
    2-dimensional barcode. Based on
    libqrencode C library, provides API for
    creating QR Code barc...
    Download PHP QR Code
  • 3
    Freeciv
    Freeciv
    Freeciv is a free turn-based
    multiplayer strategy game, in which each
    player becomes the leader of a
    civilization, fighting to obtain the
    ultimate goal: to bec...
    Download Freeciv
  • 4
    Cuckoo Sandbox
    Cuckoo Sandbox
    Cuckoo Sandbox uses components to
    monitor the behavior of malware in a
    Sandbox environment; isolated from the
    rest of the system. It offers automated
    analysis o...
    Download Cuckoo Sandbox
  • 5
    LMS-YouTube
    LMS-YouTube
    Play YouTube video on LMS (porting of
    Triode's to YouTbe API v3) This is
    an application that can also be fetched
    from
    https://sourceforge.net/projects/lms-y...
    Download LMS-YouTube
  • 6
    Windows Presentation Foundation
    Windows Presentation Foundation
    Windows Presentation Foundation (WPF)
    is a UI framework for building Windows
    desktop applications. WPF supports a
    broad set of application development
    features...
    Download Windows Presentation Foundation
  • More »

Linux commands

Ad