Archiving or restoring files without compression in linux shell command archives restore
RegisterLogin
Webune Forums » Linux » Archiving or restoring files without compression in linux shell command archives restore
Archiving or restoring files without compression in linux shell command archives restore
Post Description: Archiving or restoring files without compression in linux shell command archives restore
Tags: Archiving, or, restoring, files, without, compression, in, linux, shell, command, archives, restore
This Post Was Posted On Feb 29, 2008 By linux #2129
Post Description: Archiving or restoring files without compression in linux shell command archives restore
Tags: Archiving, or, restoring, files, without, compression, in, linux, shell, command, archives, restore
This Post Was Posted On Feb 29, 2008 By linux #2129
Archiving or restoring files without compression in linux shell command archives restore by linux
* ar - creates, modifies and extracts files from an archive file on the file system. this is often used to manage programming libraries.
* ranlib - generates an index for an archive
* dump - makes appropiate backup copy archives of files from a file sytem to tape, disk or toher backup medila. files are in standard character format, in an archive, but not compressed
* restore - allows files to be brought back onto the sytem with appropiate owership permissiona and so forth froma dump tape
* tar - read all specified files and direcotry trees and creates a single file archive that is the ame size as the original files, although there is an archive created, no compression takes place, the tar file can be written to media, copied to another file system or compressed with a compression utility. Files can be extracted from the archive, using tar with the -x option or wit cpio
* cpio - copies files into and from cpio or tar files archives
* shar - creates an archive for a directory and all its contents in flas ASCII character format, which cna be mailed and unpacked with /bin/sh. directories, permission owerships and so on survive archving mailing and unpacking.
* rpm2cpio - converts some linux packages (RPM) archives to cpio archives.
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
©2012 Webune Forums - Sun Dec 16, 2012 10:22 am
Powered by: Webune Forums V3
Powered by: Webune Forums V3