Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

arcv(8) [ultrix man page]

arcv(8) 							    Unsupported 							   arcv(8)

Name
       arcv - convert archives to new format

Syntax
       /etc/arcv file ...

Description
       The  command  converts  archive	files from 32v and Third Berkeley editions to a new portable format.  For further information, see and The
       conversion is done in place, and the command refuses to alter a file not in old archive format.

       Old archives are marked with a magic number of 0177545 at the start.  New archives have ``!<arch>'' as their first line.

Files
       Temporary copy

See Also
       ar(1), ar(5)

																	   arcv(8)

Check Out this Related Man Page

ar(5)								File Formats Manual							     ar(5)

Name
       ar - archive (library) file format

Syntax
       #include <ar.h>

Description
       The archive command, combines several files into one.  Archives are used mainly as libraries to be searched by the link-editor,

       A  file	produced  by has a magic string at the start, followed by the constituent files, each preceded by a file header.  The magic number
       and header layout as described in the include file are:
       #define ARMAG  "!<arch>
"
       #define SARMAG 8

       #define ARFMAG "`
"

       struct ar_hdr {
	       char   ar_name[16];
	       char   ar_date[12];
	       char   ar_uid[6];
	       char   ar_gid[6];
	       char   ar_mode[8];
	       char   ar_size[10];
	       char   ar_fmag[2];
       };

       The name is a blank-padded string.  The ar_fmag field contains ARFMAG to help verify the presence of a header.  The other fields are  left-
       adjusted, blank-padded numbers.	They are decimal except for ar_mode, which is octal.  The date is the modification date of the file at the
       time of its insertion into the archive.

       Each file begins on an even (0 mod 2) boundary; a new-line is inserted between files if necessary.  The size given reflects the actual size
       of the file exclusive of padding.

       Provisions are not made for empty areas in an archive file.

       The encoding of the header is portable across machines.	If an archive contains printable files, the archive itself is printable.

Restrictions
       A filename loses trailing blanks.  Most software dealing with archives takes an included blank as a name terminator.

See Also
       ar(1), ld(1), nm(1)

								       RISC								     ar(5)
Man Page

5 More Discussions You Might Find Interesting

1. Solaris

cannot open kernel/sparcv9/unix

Hi All, For those who have seen my previous posts will know that I've been battling to build a Sol 9 installation along side an existing Sol 8 installation. I now have a some CD's with which to try but I get the above error message whenever I try booting from them. This happens when I try... (1 Reply)
Discussion started by: pondlife
1 Replies

2. Solaris

A NEW version of "boot: cannot open kernel/sparcv9/unix "

Ok, I found this article: https://www.unix.com/sun-solaris/19665-boot-cannot-open-kernel-sparcv9-unix.html However it doesn't quite describe my situation. I have created a jumpstart DVD that works great, and installs my customized Solaris-10 (Yes 10, not 8 or 9 per previous posts) . It... (6 Replies)
Discussion started by: biea
6 Replies

3. Solaris

boot: cannot open kernel/sparcv9/unix

Hi gurus, I'm beginner with all this unix stuff and I'm trying to install a Solaris 8 but I got this error: ok ok ok boot cdrom SC Alert: Host System has Reset Sun Fire V240, No Keyboard Copyright 1998-2003 Sun Microsystems, Inc. All rights reserved. OpenBoot 4.13.2, 512 MB memory... (9 Replies)
Discussion started by: knight_mare
9 Replies

4. Solaris

SPARCVII+ vs. T5 comparision

Hello, I need migrate our applications from M-series to T-series. I would like compare two different SPARC processors - SPARCVII+ from Fujitsu and T5 from Oracle. I found only next benchmarks: M8000: ... (9 Replies)
Discussion started by: olibertu
9 Replies

5. Solaris

Help with Solaris 8 10/00 Installation on Sun Fire V490 Server

cat note Hi Sun Solaris Experts, When I try to install Solaris 8 10/00 OS via the Solaris 8 Installation Disk on our Sun Fire V490 Server using the command , I get: boot: cannot open kernel/sparcv9/unix which means it can't find the unix kernel file on the installation disk . By the way, I... (5 Replies)
Discussion started by: ssabet
5 Replies