22
5
Given the pid of a process that's running on a x64 linux, how do I tell if it's running a 32 or 64 bit binary?
I can look at the binary it's running out of 'ps' and do a file on that but I was wondering if there's a way to tell by looking at /proc/ or something like that.