...
basic commands !!!
df (Check Disk Space) especially usefull options:
show mounts including Type: df -T
show mount location and type of current working directory: df -T .du (disk usage) and especially useful option:
show total size, in human readable format, of current working forlder: du -hs- ncdu if it's installed, the simplest way to find out what and much space it occupies. RECOMMENDED instead of du
- ssh command
Local Linux Cluster
...