Last active
December 13, 2015 18:58
-
-
Save oott123/4959360 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------BEFORE-------- | |
[oott123@MyVPS1580 ~]$ df -h | |
Filesystem Size Used Avail Use% Mounted on | |
/dev/mapper/vg_501153278-lv_root | |
8.4G 3.7G 4.4G 46% / | |
tmpfs 249M 0 249M 0% /dev/shm | |
/dev/xvda1 485M 65M 396M 14% /boot | |
--------AFTER-------- | |
[oott123@MyVPS1580 ~]$ df -h | |
Filesystem Size Used Avail Use% Mounted on | |
/dev/mapper/vg_501153278-lv_root | |
29G 3.7G 23G 14% / | |
tmpfs 249M 0 249M 0% /dev/shm | |
/dev/xvda1 485M 65M 396M 14% /boot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment