• Re: Running 32 or 64 bit???

    From alain williams@3:633/10 to All on Tuesday, September 15, 2026 18:00:01
    On Tue, Sep 15, 2026 at 10:28:26AM -0500, Richard Owlett wrote:
    I have a Dell Latitude E6410 running Debian 9.13

    Having a "senior moment" ;{
    How do I identify whether in 32 or 64 bit mode.

    $ file /bin/true

    --
    Alain Williams
    Linux/GNU Consultant - Mail systems, Web sites, Networking, Programmer, IT Lecturer.
    +44 (0) 787 668 0256 https://www.phcomp.co.uk/
    Parliament Hill Computers. Registration Information: https://www.phcomp.co.uk/Contact.html
    #include <std_disclaimer.h>

    --- PyGate Linux v1.5.19
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Robert Heller@3:633/10 to All on Tuesday, September 15, 2026 18:10:02
    uname -m

    Will yield amd64 for 64 bit Intel/AMD (x86_64) and i[3456]86 for 32-bit Intel/AMD (ix86). (On an ARM SBC you will get armv7l for 32-bit [eg RPi2] and aarch64 for 64-bit [eg RPi5].)

    cat /proc/cpuinfo

    Gives you all sorts of details about the processor.

    At Tue, 15 Sep 2026 10:28:26 -0500 Richard Owlett <rowlett@access.net> wrote:


    I have a Dell Latitude E6410 running Debian 9.13

    Having a "senior moment" ;{
    How do I identify whether in 32 or 64 bit mode.




    --
    Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
    Deepwoods Software -- Custom Software Services
    http://www.deepsoft.com/ -- Linux Administration Services
    heller@deepsoft.com -- Webhosting Services


    --- PyGate Linux v1.5.19
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)