User Tools

Site Tools


playground:misc:newuser_raspberry_pi_2_b

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
playground:misc:newuser_raspberry_pi_2_b [2022/07/24 23:36] – [raspberry pi 2 b, newuser and 9fs] hc9playground:misc:newuser_raspberry_pi_2_b [2023/11/19 02:42] – [9fs link] FIXME hc9
Line 28: Line 28:
 To create a new user, you must connect to the file server console by typing: '''con -C /srv/hjfs.cmd'''. Once at the file server prompt (''a blank''), create a new user. Replace USER with what you want your new user to be named: 'newuser USER'. You will need to add that USER to the "sys" group if you want it to be able to change system configuration files. Again, change USER to what your new user name is: 'newuser sys +USER'. Exit the file server console prompt (''a blank'') by typing: '**ctrl+\**'. You will now be at the "''> > >''" prompt; type '**q**' to quit the "''> > >''" prompt. To create a new user, you must connect to the file server console by typing: '''con -C /srv/hjfs.cmd'''. Once at the file server prompt (''a blank''), create a new user. Replace USER with what you want your new user to be named: 'newuser USER'. You will need to add that USER to the "sys" group if you want it to be able to change system configuration files. Again, change USER to what your new user name is: 'newuser sys +USER'. Exit the file server console prompt (''a blank'') by typing: '**ctrl+\**'. You will now be at the "''> > >''" prompt; type '**q**' to quit the "''> > >''" prompt.
  
-|**1.**|Optional **//Plan 9 Boot Camp//** resource: replace //USER// with the //9p.sdf.org((plan9front running natively on hardware.))// username (omitting the //@9p.sdf.org//).|+|**1.**|Optional **//Plan 9 Boot Camp//** resource: replace //USER// with the //9p.sdf.org ((plan9front running natively on hardware.))// username (omitting the //@9p.sdf.org//).|
  
 |**2.**|**Evaluate** //''newuser sys +USER''//| |**2.**|**Evaluate** //''newuser sys +USER''//|
Line 75: Line 75:
 Verify your new "USER" login with '''pwd''' or '''lc -l'''. __**Stop**__ if '''pwd''' does not show your new "USER" name.  Verify your new "USER" login with '''pwd''' or '''lc -l'''. __**Stop**__ if '''pwd''' does not show your new "USER" name. 
  
-|**1.**|Create $user ///mail/box// files with '''mail -c'''.| +|**1.**|Initialize the new user environment with '''/sys/lib/newuser'''.|
-|//a.//|'''mail -c''' requires the //''newuser upas +USER''// step to complete| +
-|//b.//|Run '''mail -c''' **before** the '''/sys/lib/newuser''' is run|+
  
 <code> <code>
-  term% mail -c+  term% /sys/lib/newuser
 </code> </code>
  
-|**2.**|Initialize the new user environment with '''/sys/lib/newuser'''.|+|x|Create $user ///mail/box// files with '''mail -c'''.| 
 +|//a.//|'''mail -c''' requires the //''newuser upas +USER''// step to complete| 
 +|//b.//|Run '''mail -c''' **after** the '''/sys/lib/newuser''' is run|
  
 <code> <code>
-  term% /sys/lib/newuser+  term% mail -c
 </code> </code>
  
Line 109: Line 109:
 |**5.**|You should now have a Rio window, and rc prompt (**''term%''**).| |**5.**|You should now have a Rio window, and rc prompt (**''term%''**).|
 |//a.//|Copy the previously written //<nowiki>/</nowiki>usr/glenda// files if needed.| |//a.//|Copy the previously written //<nowiki>/</nowiki>usr/glenda// files if needed.|
 +
 +|x| mkdir - make a directory |http://man.9front.org/1/mkdir|
 +|x| cp, fcp, mv  - copy, move files |http://man.9front.org/1/cp|
  
 |**6.**|cat the //raspberry pi 2 b// //<nowiki>/</nowiki>adm/users// for further review/troubleshooting, depending on the situation and usage of //newuser +//.| |**6.**|cat the //raspberry pi 2 b// //<nowiki>/</nowiki>adm/users// for further review/troubleshooting, depending on the situation and usage of //newuser +//.|
Line 128: Line 131:
  </code>  </code>
  
-|**1.**|Recreate the //<nowiki>/usr/sdf/bin/sdflink</nowiki>// script on the raspberry pi 2 b.|+|**1.**|Recreate the //<nowiki>/usr/sdf/bin/sdflink</nowiki>// //script ((The script success is dependent on the [[:boot_camp_9p_resource#boot_camp_9p_resource|9p.sdf.org]] configuration during an [[:plan_9_9front#plan_9_boot_camp|SDF Plan 9 Boot Camp]].))// on the raspberry pi 2 b. FIXME|
 |//a.//|raspberry pi 2 b: //<nowiki>$home/bin/rc/sdflink</nowiki>//| |//a.//|raspberry pi 2 b: //<nowiki>$home/bin/rc/sdflink</nowiki>//|
-|//b.//|Select SDF 9p commands are available after the //raspberry pi 2 b// //<nowiki>$home/bin/rc/sdflink</nowiki>// has run.|+|//b.//|<del>Select SDF 9p commands are available after the //raspberry pi 2 b// //<nowiki>$home/bin/rc/sdflink</nowiki>// has run.</del>|
  
 <code> <code>