#!/bin/sh . /etc/control.d/functions BINARY='/usr/sbin/fping' new_fmode public 4711 root root new_fmode restricted 700 root root new_help public "Any user can execute $BINARY" new_help restricted "Only root can execute $BINARY" control_fmode "$BINARY" "$*" || exit 1