What is a quick ssh command to know the system info/configuration

18,749

there are various tools you can use depending on the OS distribution. eg uname -a, lspci, lshw , dmesg, biosdecode etc .

Share:
18,749
ninja123
Author by

ninja123

I'm a python/javascript developer!

Updated on June 04, 2022

Comments

  • ninja123
    ninja123 almost 2 years

    Ive been googling for quite some while and couldn't find it! I need to know the specs of our hosting server system. And also this command will be quite useful in the future. Thanks

  • ninja123
    ninja123 about 14 years
    Cool thanks, kinda what i was looking for. Thanks for the other options.
  • ninja123
    ninja123 about 14 years
    Yea, but not quite. Anything that gives more info? This is the output: Linux mail.xxxxxxx.com 2.4.27-grsec.EIS1 #2 Tue Aug 24 21:41:55 CDT 2004 i686 i686 i386 GNU/Linux Thats probably enough to know what packages you need to install based on system requirements. I'm not sure. But thanks for your suggestion.