Free web servers - Sponsored by: Search | Newsletter | Conference |
Sponsored by: Search | Newsletter | Conference | Tech Jobs O’Reilly’s Emerging Technology Conference: May 13-16, 2002 Articles Linux Apache MySQL Perl PHP Python BSD Essentials What is LAMP? The Best of ONLamp.com aboutSQL Big Scary Daemons FreeBSD Basics HTTP Wrangler Linux in the Enterprise Linux Network Administration The Linux Professional Perl P5P Digest Archive PHP Admin Basics PHP Phanatics Python_News Security Alerts Alphabetical Directory of Linux Commands This directory of Linux commands is from Linux in a Nutshell, 3rd Edition. Click on any of the 379 commands below to get a description and list of available options. All links in the command summaries point to the online version of the book on Safari Tech Books Online. Buy it now Read it online install [options] [file] directories System administration command. Used primarily in makefiles to update files. install copies files into user-specified directories. It will not overwrite a file. Similar to cp but attempts to set permission modes, owner, and group. Options -d, –directory Create any missing directories. -g group, –group group Set group ID of new file to group (privileged users only). -m mode, –mode mode Set permissions of new file to mode (octal or symbolic). By default, the mode is 0755. -o [owner], –owner [owner] Set ownership to owner or, if unspecified, to root (privileged users only). -s, –strip Strip symbol tables. Return to: Alphabetical Directory of Linux Commands Sponsored by: