lotus

previous page: 4.4. How do I get multiple login windows?
  
page up: Unix-PC/3b1 Computers FAQ
  
next page: 4.6. What do the HDERR (FDERR, or TPERR) messages in /usr/adm/unix.log mean?

4.5. What the heck is a +IN suffix on a file?




Description

This article is from the 3b1 computers FAQ, by John B. Bunch with numerous contributions by others.

4.5. What the heck is a +IN suffix on a file?

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.

 

Continue to:













TOP
previous page: 4.4. How do I get multiple login windows?
  
page up: Unix-PC/3b1 Computers FAQ
  
next page: 4.6. What do the HDERR (FDERR, or TPERR) messages in /usr/adm/unix.log mean?