While the average Unix user is generally satisfied by the date/time stamps that he sees when using the ls -l command, it is sometimes useful to remember that there are actually several time stamps ...
Unix permissions control who can read, write or execute a file. You can limit it to the owner of the file, the group that owns it or the entire world. For security reasons, files and directories ...
Solaris Volume Manager can make easy work of mirroring your root file system, but you have to use the right commands in the right sequence to make easy work of this task. In this week’s column, we’ll ...
Log files on Unix systems can easily grow to hundreds of thousands or even millions of lines. Here's a simple way to pluck out every Nth line. Head and tail are great commands when you want to look ...