how to get linux server disk size from Windows machine

Asked by clombard

I have a linux server on my Windows network.
How can I check the disk size of the linux server from a Windows machine.
I have the terminal from puddy.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu openssh Edit question
Assignee:
No assignee Edit question
Solved by:
kernowyon
Solved:
Last query:
Last reply:
Revision history for this message
Best kernowyon (kernowyon) said :
#1

I don't use Windows, but I assume you can ssh into the Linux server and then issue the command
df -h

Revision history for this message
clombard (clombard44) said :
#2

df -h works ... Thank you.