/usr/bin/gsmartcontrol-root is in gsmartcontrol 0.8.6-1ubuntu1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | #!/bin/sh
if test $# -gt 0; then
shift;
fi
su-to-root -X -c 'gsmartcontrol $@'
exit $?
|