disk space usage

Linux: Find Out What Partition a File Belongs To

by Vivek Gite on December 19, 2011 · 1 comment

How do I find out that /users/f/foo/file.txt file belongs to a specific partition?

{ 1 comment }

See Filesystems In Linux

by Vivek Gite on December 3, 2009 · 0 comments

How do I see filesystem status in Linux?

{ 0 comments }

Run / Execute Command Using SSH

by Vivek Gite on April 13, 2009 · 0 comments

How do I run a command using ssh under UNIX, OS X, and Linux operating systems?

{ 0 comments }

You need to use command called lsdev. It gathers information about your computer’s installed hardware from the interrupts, ioports and dma files in the /proc directory, thus giving you a quick overview of which hardware uses what I/O addresses and what IRQ and DMA channels. This command is very useful while troubleshooting various hardware conflict [...]

{ 3 comments }