Search the FAQ Archives

3 - A - B - C - D - E - F - G - H - I - J - K - L - M
N - O - P - Q - R - S - T - U - V - W - X - Y - Z
faqs.org - Internet FAQ Archives

comp.sys.3b1 FAQ part1
Section - 4.5. What the heck is a +IN suffix on a file?

( Part1 - Part2 - Single Page )
[ Usenet FAQs | Web FAQs | Documents | RFC Index | Zip codes ]


Top Document: comp.sys.3b1 FAQ part1
Previous Document: 4.4. How do I get multiple login windows?
Next Document: 4.6. What do the HDERR (FDERR, or TPERR) messages in /usr/adm/unix.log mean?
See reader questions & answers on this topic! - Help others by sharing your knowledge
	On the UNIX PC, "+IN" denotes an "Installable File".  If you
were to use the UA it would show that it's an Installable File.  The
Installable format is just a normal cpio archive.  The file can be
installed by hand by doing:

		# mkdir /tmp/install
		# mv FILE+IN /tmp
		# cd /tmp/install
		# cpio -icduvmB < ../FILE+IN
		[...]
		# ./Install

	A list of other Suffixes appears in the file
/usr/lib/ua/Suffixes.

User Contributions:

Comment about this article, ask questions, or add new information about this topic:




Top Document: comp.sys.3b1 FAQ part1
Previous Document: 4.4. How do I get multiple login windows?
Next Document: 4.6. What do the HDERR (FDERR, or TPERR) messages in /usr/adm/unix.log mean?

Part1 - Part2 - Single Page

[ Usenet FAQs | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
jbunch@nyx.nyx.net (John B. Bunch)





Last Update March 27 2014 @ 02:11 PM