CREAR USUARIS SENSE CONTRASENYA
Els usuaris argo i alumn-01 els haureu de crear , de moment, a ma i abans de transformar l'ordinador autònom en client d'aula, podeu emprar les comandes següents per aconseguir-ho:
linux-auto2client:~ # useradd -m -d /home-local/argo -s /bin/bash argo
linux-auto2client:~ # useradd -m -d /home-local/alumn-01 -s /bin/bash alumn-01
linux-auto2client:~ # passwd argo
Changing password for argo.
New Password:
Bad password: too short
Reenter New Password:
Password changed.
linux-auto2client:~ # passwd alumn-01
Changing password for alumn-01.
New Password:
Bad password: too short
Reenter New Password:
Password changed.
linux-auto2client:~ # ls /home-local/
alumn-01 argo