On Fri, Dec 03, 2010 at 03:36:02PM +0800, kan wrote: > > Hi Support, > > I have a FreeBSD server for mailing, I must make backup and check the which > bit (32bit/64bit) is now use in FreeBSD, > so can you provide the command for me? > > Regards, > Kan
Not too sure I'm clear what you're asking....you want to know whether your machine is 32 bit or 64 bit? $ uname -p If it says "amd64" it's 64 bit and if it says "i386" it's 32 bit. HTH. Regards, -- Frank Contact info: http://www.shute.org.uk/misc/contact.html _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
