Introduction To Linux
Introduction To Linux
Ajay Vibhute
History of Linux
• Unix operating system was implemented by Ken Thompson and Dennis
Ritchie in 1969 and first released in 1970
• In 1983 Richard Stallman started GNU project and wrote kernel called
Hurd
• In 1987 Andrew Tanenbaum developed unix like system for academic use,
MINIX
• In 1991 Linus Torvalds started a project which later became linux kernel.
The development of Linux kernel was done on MINIX using GNU C compiler.
Overview of Linux System
Linux Shells
• Bourne shell: sh
• C shell: csh
• tcsh: tcsh
Bash Environment
• /etc/pro le:- system wide default environment
variables.
• cp -r <source-directory> <destination-directory>
• mv <old-directory-name> <new-directory-name>
fi
fi
fi
fi
Delete a file
• du < le-name>
fi
Extract columns from tabular
ASCII le
• cut -d delimiter
• awk
fi
Getting available memory
• ps : List processes
• diff
• cmp
• od -a
• od -h
Using | (pipe)