Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts
Tuesday, October 30, 2012
Difference Between Linux and UNIX
UNIX is copyrighted name only big companies are allowed to use the UNIX copyright and name, so IBM AIX and Sun Solaris and HP-UX all are UNIX operating systems. The Open Group holds the UNIX trademark in trust for the industry, and manages the UNIX trademark licensing program.
Most UNIX systems are commercial in nature.
Linux is a UNIX CloneBut if you consider Portable Operating System
Wednesday, July 25, 2012
Basic Linux Commands
mkdir - make directories
Usage : mkdir [OPTION] DIRECTORY
Options
Create the DIRECTORY(ies), if they do not already exist.
Mandatory arguments to long options are mandatory for short options too.
-m, mode=MODE set permission mode (as in chmod), not rwxrwxrwx - umask
-p, parents no error if existing, make parent directories as needed
-v, verbose print a message for each
Thursday, July 19, 2012
Using find command
The command find is used to search a given directory for a file or a given expression mentioned in the command. we can also do necessary actions on the output files using xargs
Some important options:
-xdev Stay on the same file system (dev in fstab).
-exec cmd {} \; Execute the command and replace {} with the full
Tuesday, July 10, 2012
Flavors of UNIX
The table below summarizes some of the common UNIX variants and clones. While the table lists about forty different variants, the UNIX world isn't nearly as diverse as it used to be. Some of them are defunct and are listed for historical purposes. Others are on their way out. In some cases, vendors have defected to Microsoft technology. In others, mergers and acquisitions have led to the
Monday, July 2, 2012
Linux boot process
In this topic we will discuss indepth of Linux Boot Sequence.How a linux system boots?
This will help unix administrators in troubleshooting some bootup problem.
Before discussing about it I will notedown the major component we need to know which are responsible for the booting process.
1.BIOS(Basic Input/Output System)
2.MBR(Master Boot Record)
3.LILO or GRUB
Subscribe to:
Posts (Atom)