Bonjour à tous,
Existe t-il une solution pour fermer automatiquement une session apres un certain d'inactivité en mode texte??
Pour l'instant les recherches sur google sur verrouillage de session et gestion de session n'ont rien donnés.
Avez vous une petite idée??
# variable de shell autologout
Posté par NeoX . Évalué à 2.
autologout (+)
The first word is the number of minutes of inactivity before automatic logout. The optional second word is the number of minutes of inactivity before automatic locking. When the shell automatically logs out, it prints `auto-logout', sets the variable logout to `automatic' and exits. When the shell automatically locks, the user is required to enter his password to continue working. Five incorrect attempts result in automatic logout. Set to `60' (automatic logout after 60 minutes, and no locking) by default in login and superuser shells, but not if the shell thinks it is running under a window system (i.e. the DISPLAY environment variable is set), the tty is a pseudo-tty (pty) or the shell was not so compiled (see the version shell variable). See also the afsuser and logout shell variables.
# TMOUT
Posté par bastouille . Évalué à 4.
export TMOUT=300 # 300 secondes
[^] # Re: TMOUT
Posté par serval21 . Évalué à 1.
Suivre le flux des commentaires
Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.