How To Find Large Files and Directories
When you’re trying to clean up your filesystems and reclaim some space, one of the first things you’ll want to do is to confirm the largest directories and individual files you have.
When you’re trying to clean up your filesystems and reclaim some space, one of the first things you’ll want to do is to confirm the largest directories and individual files you have.
I can see some of you have arrived to my Unix file types post looking for an example of using symlinks in Unix.
A few months ago, I’ve given a really simple example of using Perl for parsing directory trees in Unix. If you …
If you need to compare two text files in Unix, you’re mostly likely to use the diff command.
Today I’ll talk …
If you know the name of a particular user on your Unix system and just want to confirm the primary Unix group (gid) of …
There’s quite a few ways to confirm a user ID (uid) in Unix.
This is probably one of the easiest ways …
bash (Bourne Again SHell) comes with pretty much every Unix-like OS these days. If you ever wonder what exact version of …
I’ve noticed how many people found other pages of this blog trying to find more information about Unix sockets, …
sudo allows you to run a Unix command as a different user. Using /etc/sudoers file to confirm what privileges are …
This is a very brief introduction into navigating the device paths in Solaris. I’m using a Solaris 10 installed on …