Last active
September 22, 2020 06:51
-
-
Save tgedikli/a4d9bb97565560033dbcab0b76018006 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# For shutdown machine | |
shutdown --poweroff | |
# Remaining Disk Status, Human Readable | |
df -h | |
# Directory Usage, Human Readable | |
du -hs * | |
# Service Restart | |
systemctl restart apache2.service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment