Hi,
I created a custom trigger that execute a script (mount_pendrive.sh) to mount a pendrive and write some files.
The problem the mount command always return code error 1 (no permission to mount).
I've already add the following entry to the /etc/sudoers but doesn't work.
any ideia?
I created a custom trigger that execute a script (mount_pendrive.sh) to mount a pendrive and write some files.
The problem the mount command always return code error 1 (no permission to mount).
I've already add the following entry to the /etc/sudoers but doesn't work.
HTML Code:
zabbix ALL=(ALL) NOPASSWD: /usr/bin/mount_pendrive.sh
any ideia?
Comment