Rev 2497 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2497 | Rev 3882 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | 2 | ||
3 | cd .. |
3 | cd .. |
4 | i=`id -un` |
4 | i=`id -un` |
5 | find $wims_exec_parm \! -user $i | head -60 | grep -v '^chroot/usr/bin/\[$' |
5 | find $wims_exec_parm \! -user $i | head -60 | grep -v '^chroot/usr/bin/\[$' |
6 | 6 | ||
- | 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 |