LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Allow program to access parallel port (https://www.linuxquestions.org/questions/linux-newbie-8/allow-program-to-access-parallel-port-223226/)

LongName 08-27-2004 04:06 PM

Allow program to access parallel port
 
Is it possible to allow a specific program access to a parallel port, not on root?

Thanks in advance!

Tinkster 08-27-2004 04:22 PM

You could run the program with root privileges,
either using sudo or have it run SUID.



Cheers,
Tink

LongName 08-27-2004 04:35 PM

whats sudo and SUID?

Tinkster 08-27-2004 04:41 PM

sudo is a program & config-file combo that
allows normal users to run programs as if
they were run by root.
SUID is a special flag in a files permissions
that tells Linux to run a program with root's
privileges, regardless of who started it.


Cheers,
Tink

LongName 08-27-2004 05:16 PM

Thanks very much :)

Tinkster 08-27-2004 06:08 PM

Pleasure! :)


Cheers,
Tink


All times are GMT -5. The time now is 08:09 PM.