From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 21 Apr 2009 02:31:31 -0400 Message-ID: <509071940904202331j50502d46hca65c7dca9e87bfa@mail.gmail.com> From: Anthony Sorace To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Adventures of a home user Topicbox-Message-UUID: ec2864a4-ead4-11e9-9d60-3106f5b1d025 $home/lib/profile is run on login; you can stick arbitrary commands in there. note rio's -i option. take a look at glenda's lib/profile and bin/rc/riostart for examples. running "c:" has a good chance of finding and mounting a FAT partition; see dossrv(4). note that c: and dosmnt, like many other things in plan9, are simple shell scripts. just cat them to see what they're doing. you won't find a method to log in as a different user (as a "normal" login session) without rebooting. fgb's a person, not a thing you install. contrib packages are organized under the name of the package's author. running "contrib/install fgb/abaco" installs fgb's abaco package. anthony