Home
Developer Resources
QNX RTOS v4
QNX RTOS v4 Knowledge Base

QNX RTOS v4 Knowledge Base

Foundry27
Foundry27
QNX RTOS v4 project
Resources

QNX RTOS v4 Knowledge Base

Title Looking for sudo program for QNX4.
Ref. No. QNX.000010133
Category(ies) Development
Issue Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity.  The basic philosophy is to give as few privileges as possible but still allow people to get their work done.
Solution The sudo program has been ported to QNX4 and is available in the Contributed Software section at
/usr/free/qnx4/os/utils/misc/sudo.tgz.

Once the archive is unpacked, you can run ./config_qnx to run configure with the proper options.  Because this program uses shadow password functions, you must have login3r.lib in your default library path (ie. /usr/lib) login3r.lib is also available in the Contributed Software section at /usr/free/qnx4/os/utils/misc/login3r.lib.