Doug wrote:

Tried to run a program from command line needing admin
capability.

Input su /usr/sbin/synaptic

Get message Unknown id: /usr/sbin/synaptic

Logged in as root, put in password, ran
/usr/sbin/synaptic

and the file ran fine.

Is there no su in Debian?  If not what replaces it?

/bin/su is in the login package.

If you want to supply a command to it, rather than run a shell, you need

su -c <command>

su <something> tries to change to user <something> and run a shell (man su for details).

--
Chris Jackson
Shadowcat Systems Ltd.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c8beb08.9060...@shadowcat.co.uk

Reply via email to