Ellenőrzés könyvtártulajdonosként
Ellenőrizhet könyvtárakat mint könyvtártulajdonos:
root:for VOLUME in /Volumes/*; do sudo -u \#`stat -f %u "$VOLUME"` '/Applications/ESET Cyber Security.app/Contents/MacOS/esets_scan' -f /tmp/scan_log "$VOLUME"; done |
A /tmp mappa is ellenőrizhető aktuálisan bejelentkezett felhasználóként:
root:sudo -u \#`stat -f %u /dev/console` '/Applications/ESET Cyber Security.app/Contents/MacOS/esets_scan' /tmp |