/
Use login in my program
Use login in my program
The first thing to check is that there is a directory called ‘login’ and within this directory a file called ‘login.qxs’ in $QUERIXDIR/progs. You need to make sure that:
The directory (and contents) are owned by ‘root’, if not run the command:
chown text -R
Permissions on the directory and files are 4555(setuid), if they are not you can change this by running the below command from the $QUERIXDIR/progs directory:
chmod 4555 test -R
If the test directory is not in the $QUERIXDIR/progs directory you can copy it from $QUERIXDIR and paste it into the $QUERIXDIR/progs directory.
When you come to run the program instead of using ‘./(program name)’, run the command ‘login ./(program name)’ which will invoke the login screen.
, multiple selections available,
Related content
I cannot execute/run my compiled programs
I cannot execute/run my compiled programs
More like this
Is there a built-in variable for the authenficated user or should I read QX_USER?
Is there a built-in variable for the authenficated user or should I read QX_USER?
More like this
How to run Chimera without using the dialog box?
How to run Chimera without using the dialog box?
More like this
Environment is not set up
Environment is not set up
More like this
I can't find path to Chimera.jar
I can't find path to Chimera.jar
More like this
Phoenix cannot find my compiled programs on Linux
Phoenix cannot find my compiled programs on Linux
More like this