Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are basic Filesystems and Storage Devices Commands?

0
Posted

What are basic Filesystems and Storage Devices Commands?

0

df -k report filesystem disk space usage. (-k reports in Kbytes)du -sh Calculates file space usage for a given directory. (and everything under it) (-s option summarizes)mount Displays all mounted devices, their mountpoint, filesystem, and access.cat /proc/filesystems Display filesystems currently in use.cat /proc/mounts Display mounted filesystems currently in use.showmount Displays mount info for NFS filesystems.cat /proc/swaps Displays swap partition(s) size, type and quantity used.cat /proc/ide/hda/any-file Displays disk information held by kernel.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123