How to Check Server Information through SSH commands?

You can check Server Information using below mentioned SSH commands.

#1. Get Detailed Information related to Linux System

uname
uname -s
uname -v
uname -m
uname -a

#2. Information Related to File System

du
df -h
free -m
free -mt
cat/proc/meminfo
fdisk -l

#3. CPU Information of Linux System

cat/proc/cpuinfo
lscpu

#4. Hostname of the Server

hostname
uname -n

#6. Information of Block Devices

lsblk
lsblk -a
That's It !
To get more details about the mentioned commands check out the blog.
  • command to know detailed information about Linux system, commands to check Linux hardware system information, commands to get information about block devices, SSH commands to check File System information in Linux, SSH commands to check information related to Linux server, check server information using SSH commands, commands to check server information
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

What are some Basic SSH commands?

List of some basic SSH commands are: ls – This command is used to list all files and...

How to connect to SSH?

Putty is an open-source SSH client used to connect to a remote server. This article describes how...

20 Basic Linux Commands and their Uses.

Following are the top 20 basic Linux Commands with Live Examples that would definitely help you...

How to Block/Unblock IPs from SSH?

You can easily block or unblock IPs  from SSH. #1. Block An IP Address from SSH First of all,...

How to install CpCleaner in cPanel through SSH?

CpCleaner is a cPanel plugin created to give cPanel users the option to clean junk files that...