![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
64 or 32 bit ?
Hi guys,
I´m using an IBM machine with AIX 5.2 OS. I would like to check that the system is running in 64 bit and not in 32 bit. Anyone knows if this is possible form the command line? I have already tried uname, but I couldn't get the inrformation i need.... Thanks ! Pablo. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
# /usr/sbin/prtconf -c
Will tell you 32 or 64 or: # /usr/sbin/bootinfo -y # /usr/sbin/bootinfo -K Will tell you if the 64 bits core is activated. Cheers |
|
#3
|
|||
|
|||
|
Thank you shadow21,
Regards, Pablo. |
|||
| Google The UNIX and Linux Forums |