Group and Find command
find $ARCHLOGDEST/* -mtime +1 -exec /bin/rm -f {} \; 1>/dev/null 2>&1
find out in a group, how many user:
/etc/groupfind out a user belong to which group:
find $ARCHLOGDEST/* -mtime +1 -exec /bin/rm -f {} \; 1>/dev/null 2>&1
find out in a group, how many user:
/etc/groupfind out a user belong to which group:
Add a comment
You are not allowed to comment on this entry as it has restricted commenting permissions.