Plan 9 from Bell Labs’s /usr/web/sources/contrib/jas/inferno_notes.txt

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


Tools and notes for using Inferno more successfully.


Factotum needs to be able to get back and authenticate when connecting
to sources.  Add the following to /lib/ndb/local:

	auth=sources.cs.bell-labs.com authdom=outside.plan9.bell-labs.com


Before attempting to connect to network services, start the following:

	ndb/cs
	auth/factotum
	auth/feedkey


If /n/sources doesn't exist, or your need to create it on domand or per user:

	mount -ac {mntgen} /n


Now you're ready to connect to sources;

	mount -9 tcp!sources.cs.bell-labs.com!9fs /n/sources


Feedkey will prompt you as required for authentication.

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.