Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21ce46a3abc6e2a

Jump to content

install (Unix)

From Wikipedia, the free encyclopedia

install is a shell command that copies files in ways that are particularly useful for implementing a software installation process. Features beyond copying include creating directories, setting file permission, changing file ownership and stripping executable files.

The command is available in many Unix systems and Linux distributions, but unlike many other long-standing and commonly-used Unix utilities, it is not defined by POSIX. The command is available for Windows via UnxUtils.[1]

Two variants exists one from GNU and one from BSD with the major difference in how the options -D and -d work.

References

[edit]
  1. "Native Win32 ports of some GNU utilities". unxutils.sourceforge.net.
[edit]