User Tools

Site Tools


howtos:admin:setup_user_and_model_accounts

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
howtos:admin:setup_user_and_model_accounts [2011/05/03 15:40]
marcus.williams
howtos:admin:setup_user_and_model_accounts [2013/05/23 13:23]
shona.weldon
Line 53: Line 53:
  
 Note: An alternative terminal-based editor to //vi// is //nano//. Note: An alternative terminal-based editor to //vi// is //nano//.
 +
 +==== Making the drive mapping for the user ====
 +On the user's client machine they will need a drive mounting to the server.
 +
 +Make the mount out to the end of the models directory such as say the "​N"​ drive is  mounted as:
 +<​code>​
 +    \\myserver\models
 +</​code>​
  
 ===== Add a Model Account ===== ===== Add a Model Account =====
Line 83: Line 91:
   * copy all files (including hidden) from some other working model account <​modelacct>​ to model1   * copy all files (including hidden) from some other working model account <​modelacct>​ to model1
 <​code>​ <​code>​
-cp modelacct/*.init model1/ +cp modelExample/*.init model1/ 
-cp modelacct/*.links model1/ +cp modelExample/*.links model1/ 
-cp modelacct/.cshrc model1/ +cp modelExample/.cshrc model1/ 
-cp modelacct/.login model1/+cp modelExample/.login model1/
 </​code>​ </​code>​
   * set perms :   * set perms :
howtos/admin/setup_user_and_model_accounts.txt · Last modified: 2024/02/22 18:36 by marcus.williams