From 328b62fcb892e37e599c161f7f4772529197c14b Mon Sep 17 00:00:00 2001 From: Julien Le Coupanec Date: Sun, 21 Jun 2020 18:38:14 +0200 Subject: [PATCH] docs(ubuntu): df -h command --- tools/ubuntu.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ubuntu.sh b/tools/ubuntu.sh index 90a3a0b..dfa4be1 100644 --- a/tools/ubuntu.sh +++ b/tools/ubuntu.sh @@ -3,3 +3,5 @@ ############################################################################## scp /path/to/file user@server:/path/to/destination # Copy file from local to server + +df -h # Check the amount of free space