Rev 2497 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | #! /bin/sh |
2 | |||
3 | cd .. |
||
4 | i=`id -un` |
||
5 | find $wims_exec_parm \! -user $i | head -60 | grep -v '^chroot/usr/bin/\[$' |
||
6 | |||
3882 | bpr | 7 | ## cherche dans les répertoires $wims_exec_parm les fichiers n'appartenant pas à l'utilisateur |
8 | ##courant. Se restreindre aux 60 premiers et ne pas tenir compte du fichier [ de chroot/usr/bin |