Changes

Jump to navigation Jump to search
16 bytes added ,  23:59, 5 October 2013
Line 78: Line 78:  
  #!/bin/bash
 
  #!/bin/bash
 
   
 
   
  read -p "set the  login (mandatory field)       : " login
+
  read -p "set the  login (mandatory field)         : " login
 
   
 
   
  read -p "set the firstname (mandatory field)   : " firstname
+
  read -p "set the firstname (mandatory field)     : " firstname
 
   
 
   
  read -p "set the lastname (mandatory field)     : " lastname
+
  read -p "set the lastname (mandatory field)       : " lastname
 
   
 
   
  read -p "set the password                       : " password
+
  read -p "set the password                         : " password
 
   
 
   
  read -p "set the first group                   : " groupe1
+
  read -p "set the first group                     : " groupe1
 
   
 
   
  read -p "set the second group                   : " groupe2
+
  read -p "set the second group                     : " groupe2
 
   
 
   
  read -p "set the Limit with grace period       : " quota1
+
  read -p "set the Limit with grace period (M or G) : " quota1
 
   
 
   
  read -p "set the Absolute limit                 : " quota2
+
  read -p "set the Absolute limit   (M or G)        : " quota2
 
   
 
   
 
  lat-users -a -c "$login|$firstname|$lastname|$password|||||||||$groupe1|$groupe2"
 
  lat-users -a -c "$login|$firstname|$lastname|$password|||||||||$groupe1|$groupe2"

Navigation menu