Skip to main content
Skip table of contents

General Linux commands

  • check used disk space

CODE
## check disk usage
df -h 
## check in a specific folder the size of each folder
du -sk * | sort -n
  • check linux available memory

CODE
free -m
  • check how a DNS resolves a name

CODE
nslookup veridiumid.com

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.