Personnalisation de la bannière de login – Motd
On crée le fichier: /usr/local/bin/dynmotd On y insert les lignes suivante: #!/bin/bash PROCCOUNT=`ps -l | wc -l` PROCCOUNT=`expr $PROCCOUNT – 4` if [[ $(groups) == *irc* ]]; then ENDPROC=`cat | grep « @irc » | grep nproc | awk ‘print $4’`…