Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

what is the arch command

  • 29-07-2003 12:24pm
    #1
    Registered Users, Registered Users 2 Posts: 266 ✭✭


    what is the arch command and how would i use it to finish a system.info function


Comments

  • Closed Accounts Posts: 304 ✭✭Zaltais


    #man arch

    [PHP]ARCH(1) Linux Programmerâs Manual ARCH(1)

    NAME
    arch - print machine architecture

    SYNOPSIS
    arch

    DESCRIPTION
    arch is equivalent to uname -m.

    On current Linux systems, arch prints things such as "i386", "i486",
    "i586", "alpha", "sparc", "arm", "m68k", "mips", "ppc".

    SEE ALSO
    uname(1), uname(2)

    Linux 2.0 4 July 1997 ARCH(1)
    [/PHP]


Advertisement