HP-UX

Man pages are written by sys-admin and developers for IT techs, and are intended more as a reference than as a how to. Man pages are very useful for people who are already familiar with Linux, Unix, and BSD operating systems. Use man pages when you just need to know the syntax for particular commands or configuration file, but they are not helpful for new Linux users. Man pages are not good for learning something new for the first time. Here are thirty best documentation sites on the web for learning Linux and Unix like operating systems.

{ 30 comments }

BASH for loop works nicely under UNIX / Linux / Windows and OS X while working on set of files. However, if you try to process a for loop on file name with spaces in them you are going to have some problem. for loop uses $IFS variable to determine what the field separators are. By default $IFS is set to the space character. There are multiple solutions to this problem.

{ 56 comments }

Cheat sheet act as a reference tool which provides cut and paste kind of commands to complete a specific task. I often recommend following set of best cheat sheets to students and IT professionals. It include Linux / UNIX command and shell scripting.

{ 25 comments }

UNIX or Linux distros offers many flavors. Managing many UNIX like operating systems can be difficult. Here are few tips about selecting one perfect operating system for your business and sticking it with to save both money and time.

{ 0 comments }

AdvFS is a file system that was developed by Digital Equipment Corp and continues to be part of HP’s Tru64 operating system. AdvFS has been released under GPL v2.

{ 3 comments }