Tar

CPIO(1) - General Commands Manual

Pax, Tar, Cpio

CPIO(1) - General Commands Manual # CPIO(1) - General Commands Manual NAME # cpio - copy file archives in and out SYNOPSIS # cpio -o [-AaBcjLvZz] [-C bytes] [-F archive] [-H format] [-O archive] < name-list [> archive] cpio -i [-6BbcdfjmrSstuvZz] [-C bytes] [-E file] [-F archive] [-H format] [-I archive] [pattern …] [< archive] cpio -p [-adLlmuv] destination-directory < name-list DESCRIPTION # The cpio command copies files to and from a cpio archive. ...

FTP(1) - General Commands Manual

Editline, Popen, Editrc, Proxy, Ftpd, Getservbyname, Stty, Services, Tftp, Basename, Csh, More, Tar, Ftp

FTP(1) - General Commands Manual # FTP(1) - General Commands Manual NAME # ftp - Internet file transfer program SYNOPSIS # ftp [-46AadEegiMmnptVv] [-D title] [-k seconds] [-P port] [-r seconds] [-s sourceaddr] [host [port]] ftp [-C] [-N name] [-o output] [-s sourceaddr] ftp://[user:password@]host[:port]/file[/] … ftp [-CTu] [-c cookie] [-N name] [-o output] [-S ssl_options] [-s sourceaddr] [-U useragent] [-w seconds] http[s]://[user:password@]host[:port]/file … ftp [-C] [-N name] [-o output] [-s sourceaddr] file:file … ...

MTIO(4) - Device Drivers Manual

Intro, Tar, St, Mt, Mtio

MTIO(4) - Device Drivers Manual # MTIO(4) - Device Drivers Manual NAME # mtio - magtape interface SYNOPSIS # #include <sys/mtio.h> DESCRIPTION # This interface concerns devices which are typical tape block devices, see physio(9). The conventional device letters/numbers is applicable to any of the transport/controller pairs. (But note that only 1600 BPI is available with the TS11, and that 800 BPI is not applicable to TM78.) When the device last number is between 0-7 the device will operate at 800 BPI (or its lowest density), between 8-15 it will operate at 1600 BPI (or its second density), and between 16-23 it will operate at 6250 BPI. ...

PAX(1) - General Commands Manual

Cpio, Tar, Pax

PAX(1) - General Commands Manual # PAX(1) - General Commands Manual NAME # pax - read and write file archives and copy directory hierarchies SYNOPSIS # pax [-0cdjnOvz] [-E limit] [-f archive] [-G group] [-s replstr] [-T range] [-U user] [pattern …] pax -r [-0cDdijknOuvYZz] [-E limit] [-f archive] [-G group] [-o options] [-p string] [-s replstr] [-T range] [-U user] [pattern …] pax -w [-0adHijLOPtuvXz] [-B bytes] [-b blocksize] [-f archive] [-G group] [-o options] [-s replstr] [-T range] [-U user] [-x format] [file …] ...

PKG_CREATE(1) - General Commands Manual

Pkg_delete, Ports, Package, Pkg_add, Specs, Pkgpath, Pkg_sign, Pkg_info, Bsd.port.mk, Tar, Pkg-Create

PKG_CREATE(1) - General Commands Manual # PKG_CREATE(1) - General Commands Manual NAME # pkg_create - create binary software package for distribution SYNOPSIS # pkg_create [-mnQqSvx] [-A arches] [-B pkg-destdir] [-D name[=value]] [-L localbase] [-M displayfile] [-P pkgpath:pkgspec:default] [-U undisplayfile] [-u userlist] [-V n] [-W libspec] -d desc -D COMMENT=value -D FULLPKGPATH=value -D PORTSDIR=value -f packinglist -p prefix pkg-name pkg_create -f packinglist DESCRIPTION # The pkg_create command is normally used to create a binary package named pkg-name, for subsequent use with pkg_add(1), pkg_delete(1) and pkg_info(1). ...

PKG_SIGN(1) - General Commands Manual

Package, Pkg_add, Cksum, Signify, Tar, Pkg-Sign

PKG_SIGN(1) - General Commands Manual # PKG_SIGN(1) - General Commands Manual NAME # pkg_sign - sign binary packages for distribution SYNOPSIS # pkg_sign [-Cvi] [-D name[=value]] [-j maxjobs] [-o dir] -s signify2 -s privkey [-S source] [pkg-name …] DESCRIPTION # The pkg_sign command is used to sign existing collections of binary packages created by pkg_create(1). It will sign the packages and optionally, produce a SHA256 manifest file in the output directory. ...

SHAR(1) - General Commands Manual

Compress, Mail, Uuencode, Tar, Shar

SHAR(1) - General Commands Manual # SHAR(1) - General Commands Manual NAME # shar - create a shell archive of files SYNOPSIS # shar file … DESCRIPTION # shar writes an sh(1) shell script to the standard output which will recreate the file hierarchy specified by the command line operands. Directories will be recreated and must be specified before the files they contain (the find(1) utility does this correctly). ...

SYMLINK(7) - Miscellaneous Information Manual

Ln, Lchown, Remove, Mv, Rm, Rename, Unlink, Chown, Lstat, Chmod, Du, Find, Cp, Chgrp, Ls, Chflags, Readlink, Fts_open, Pax, Tar, Symlink

SYMLINK(7) - Miscellaneous Information Manual # SYMLINK(7) - Miscellaneous Information Manual NAME # symlink - symbolic link handling DESCRIPTION # Symbolic links are files that act as pointers to other files. To understand their behavior, it is necessary to understand how hard links work. A hard link to a file is indistinguishable from the original file because it is a reference to the object underlying the original file name. Changes to a file are independent of the name used to reference the file. ...

TAR(1) - General Commands Manual

Pax, Cpio, Tar

TAR(1) - General Commands Manual # TAR(1) - General Commands Manual NAME # tar - tape archiver SYNOPSIS # tar {crtux}[014578befHhjLmNOoPpqsvwXZz] [blocking-factor | archive | replstr] [-C directory] [-I file] [file …] tar {-crtux} [-014578eHhjLmNOoPpqvwXZz] [-b blocking-factor] [-C directory] [-f archive] [-I file] [-s replstr] [file …] DESCRIPTION # The tar command creates, adds files to, or extracts files from an archive file in “tar” format. A tar archive is often stored on a magnetic tape, but can be stored equally well on a floppy, CD-ROM, or in a regular disk file. ...