Query: installbsd
OS: osf1
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
installbsd(1) General Commands Manual installbsd(1)NAMEinstallbsd - Installs a command (BSD version)SYNOPSISinstallbsd [-cs] [-g group] [-m mode] [-o owner] file destination The installbsd command moves or copies a binary file to the specified destination file or directory. It is most often used in makefiles.OPTIONSCopies file to destination rather than moving it. Specifies a group for the destination file. The default group is staff. Specifies the mode of the destination file. The default mode is 755. Specifies the owner of the destination file. The default owner is root. Causes the binary file to be stripped after installation (see strip(1)).DESCRIPTIONIf destination is a file and such a file already exists, installbsd removes it before file is moved or copied. If destination is a direc- tory, file is moved or copied into that directory with its original filename. installbsd will not move a file onto itself.EXAMPLESTo install a new command called fixit, enter: installbsd -c -o henry fixit /usr/bin This installs a new command by copying the program fixit to /usr/bin/fixit, with user henry as owner.SEE ALSOCommands: chgrp(1), chmod(1), chown(1), cp(1), install(1), make(1), mv(1), strip(1) installbsd(1)
Related Man Pages |
---|
install(1) - mojave |
pmkinstall(1) - debian |
cp(1) - ultrix |
cpset(1m) - hpux |
install(1) - osx |