Index  | Recent Threads  | Unanswered Threads  | Who's Active  | Guidelines  | Search
 

Quick Go »
No member browsing this thread
Thread Status: Active
Total posts in this thread: 1
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 770 times and has 0 replies Next Thread
Powhatan
Advanced Cruncher
Joined: Oct 20, 2009
Post Count: 58
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
System requirements page - display Linux WCG 64-bit processes

On a Linux machine, you can find the PID of the research application (which will start with the name "wcg") and then execute the command "file -L /proc//exe"
The explaination to display the WCG processes on a Linux computer in my opinion is not helpful. I suggest these console commands:

ps axr | grep wcg
NOTE: The "|" is the pipe character, not lower case "L". This displays all running processes with "wcg". The PID is the number in the first listed field.

file -L /proc/PID/exe
Lists 32-bit or 64-bit application binary type.
[Apr 2, 2011 4:28:59 PM]   Link   Report threatening or abusive post: please login first  Go to top 
[ Jump to Last Post ]
Post new Thread