Introduction
to Linux
What is Linux? Linux is a free operating system. It is far more advanced and powerful when compared with windows. I am using Redhat Linux version 7.1 which is very much stable than windows. Its a version of UNIX and all the programs on UNIX can be run on Linux also. This operating system was developed by Linux Torvalds Say cheers to him for his work. you may be a programmer, or just a computer user, or just a tech geek, you will find Linuux interesting and challenging to do new things with it. commands: ls -lists
the content in the directory
cat - displays what’s
in the file, creates new file, appends one file to another, etc.
cat yogi.txt>yogi1.txt copies the contents of yogi.txt to yogi1.txt.
cat yogi.txt>>yogi1.txt copies the contents of yogi.txt to yogi1.txt
Shell Programming: Definition:
Shell programming is a kind of programming ideal for small utilities that performs relatively simple tasks. ex: displaying time in specified format, moving files from one directory to another in a specified way(like pictures in pic directory and texts in txts directory)etc., Before going further learn shell programming first.
Quick Links:
Frequently Used Options
Linux Books
Linux Home: Linux System Administration Hints and Tips (c) www.gotothings.com All material on this site is Copyright.
|