Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 915
ninja123 Avatar asked Jan 23 '23 12:01

ninja123


1 Answers

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

like image 163
ghostdog74 Avatar answered Jan 29 '23 12:01

ghostdog74