INSTALL(1) — NEWS-OS Programmer’s Manual
NAME
install − install binaries
SYNOPSIS
install [ −c ] [ −p ] [ −m mode ] [ −o owner ] [ −g group ] [ −s ] binary destination
DESCRIPTION
install moves binary to destination. If destination already exists, it is removed before binary is moved. If the destination is a directory then binary is moved into the destination directory with its original file-name.
install refuses to move a file onto itself.
OPTIONS
−c binary is copied to destination without removing binary.
−p install to attempt to preserve (duplicate) in its copies the modification times and modes of the source files, ignoreing the present umask.
−m mode specifies another mode than 755.
−o owner specifies another owner than root.
−g group specifies another group than staff.
−s The binary is stripped after being installed.
SEE ALSO
chgrp(1), chmod(1), cp(1), mv(1), strip(1), chown(8)
NEWS-OSRelease 4.2.1R