• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux help (qstat, XQF, and PATH!)



<< k,

im installing XQF from www.linuxgames.com/XQF it says i need qstat. i go dl it and install it. now i need it to be added to the path so XQF can find it. how do i do that.

Thanks.
>>



What shell?
Bash: export PATH=$PATH:/path/to/qstat
csh: setenv PATH &quot;$PATH:/path/to/qstat&quot;

Also add the path to the PATH variable in your .login .bash_profile .whatever. This is a nobrainer question. ldp <<--PLEASE look at this site!!!
 
Back
Top