By, V.Go utha man

Post on 12-Jan-2016

33 views 0 download

Tags:

description

By, V.Go utha man. Introduction. - PowerPoint PPT Presentation

transcript

By,

V.Gouthaman

IntroductionLinux is a multitasking, multiuser operating

system, which means that many people can run many different applications on one computer at the same time. This differs from MS-DOS, where only one person can use the system at any one

time. Under Linux, to identify yourself to the system, you must log in, which entails entering your login name (the name the system uses to

identify you), and entering your password, which is your personal key for logging in to your

account. Because only you know your password, no one else can log in to the system under your

user name.

Installing Linux

There are various types of linux operating systems available like

Ubuntu,Kubuntu,Debian,Fedora, Linux Mint. The most notable point in it is they are

available for free. They send free CDs and DVDs to our place for free, not even charging for shipping. Installing and

configuring Linux is very easy. Here we discuss how to install and configure Ubuntu

Linux with screenshots.

Enter the CD into the drive and restart your computer. Boot the computer using the CD and continue your installation. Select your

language for installation.

Select the second option "Install Ubuntu," and hit the “Enter” key...

Wait for the CD to load into RAM...

When the installer appears, you are able to select your native language for the

installation process. Click the “Forward” button to continue...

Click the “Forward” button after you have selected your desired location...

Click the “Forward” button when you have finished with the keyboard configuration...

Click the “Forward” button...

This is the final step of the installation. Here, you can select to install the boot

loader on another partition or hard drive than the default one...

Click the “Install” button to install Ubuntu...

The Ubuntu 8.10 (Intrepid Ibex) operating system will be installed...

A pop-up window will appear, notifying you that the installation is complete, and you need to restart the computer in order to use the newly installed Ubuntu operating system.Click the “Restart Now” button...

The CD will be ejected, remove it and press the “Enter” key to reboot...

The computer will be restarted and, in a few seconds, you will see the Ubuntu login screen.

Input your username and password...

Have fun using Ubuntu!

LINUX COMMANDS

ls ( list file/directory names in current directory)

ls -l (list all file/directory information in current directory(long version))

ls -R (list all files in current directories and below)

mkdir ( Make A Directory)

cd (Change directory)

cd .. (Move to the parent directory of the current directory.)

cd ~ (Move to the user's home directory. The '~' indicates the users home directory.)

Cat> filename (Creates a file)

Cat filename (To open a file)

Cp file1 file2 (Copy file1 to file2)

cat file1 file2 (concatenates two files, i.e. It combines two files together and produces the

output)

rm filename (removes a file)

rmdir (removes a directory)

clear (used to clear the current window)

cal (displays calendar)

bc (command line calculator)

echo (prints the given input)

whatis (displays the purpose of a command)

help (Displays help for a built-in command)

alias (allows to create shortcut for a command)

free (displays information about the free space in the system)

awk (used to manipulate a file)

time (used to measure program running time)

pwd (prints the full address of the current directory)

who (displays the users who are currently logged in)

cmp (compares two files)

head (prints the first few lines of the file)

cut (used to cut selected lines in a file)

date (prints the date and time)

df (displays the space available on each mount)

diff (used to find difference between two files)

du (displays the size of a file or directory)

egrep (used to search words or letters in a file)

file (is used to check whether a given name is a file or directory)

Tail (used to display the last few lines of a file)

man (mannual for a command)

groups (used to display the groups a user is in)

hostname (specifies the name of the host)

host (displays the ip address of the given domain name)

id (prints the effective(current) and real userid(UID)s and groupid(GID)s)

jobs (lists the jobs running in background and foreground)

kill (used to kill the background process)

last (displays the last logged in users)

Who am i (displays the current user name and id)

ps (used to report the status of a process)

dirs (displays list of remembered directories)

dircolors (colour setup for ls)

link (used to create a link for a file)

lsattr (lists the attributes of files in a directory)

more (Display the named files on a terminal, one screenful at a time)

mv (used to move/rename file from one directory to another)

nestat (displays statistics information and current state of network connections, protocol, ports/ sockets and

devices)

passwd (to change password)

paste (used to paste contents from one file to another file)

printf (used to write formatted output)

restore (restores the data from the dump-file or backup-file created using dump command)

sort (sorts the sentences in a file)

Route (displays routing table resides in kernel and also used to modify the routing table)

sed (used to edit or delete all occurrences of one string to another within a file)

whois (lists the information about the domain owner)

yes (repeatedly prints the given string)

aspell (used to check the spellings)

command (Runs a command ignoring shell functions)

dir (lists the directory contents)

dirname (Convert a full pathname to just a path)

dmesg (Displays kernel & driver messages)

eval ( Evaluate several commands/arguments)

expr ( Evaluates the given expression)

locate (Search files)

fmt (Converts separate lines into a single paragraph)

fold (Wrap text to fit a specified width)

fsck (check and repair the consistency of the File system)

getopts (Displays Parse positional parameters)

gzip ( Compress or decompress named file)

gunzip (decompress files )

hash (Remembers the full pathname of a name argument)

times (Displays User and system times)

history ( Displays the History )

killall -l (displays all known signal names)

nl (Number the lines in a file)

nohup (Run a command immune to hangups and stores the output in a file nohup.out)

popd (Restore the previous value of the current directory)

pr ( Prepares the files for printing)

pushd - (Save and then change the current directory)

quota (Displays the disk usage and limits)

scp ( Secure copy (remote file copy))

rev (Reverses the lines of a file)

screen (Multiplex terminal, run remote shells via ssh)

sdiff (Merges two files interactively)

seq (Print numeric sequences)

shopt (Shell Options)

shutdown (To Shutdown linux)

sleep ( Delay for a specified time)

su (Substitute user identity)

sudo ( Execute a command as another user)

cksum (Print CRC checksum and byte counts)

tsort (Topological sort)

ulimit (Limit user resources)

unalias (Removes an alias)

uname (Prints system information)

zcat (read files which are compressed with gzip)

zcmp (compares two compressed files)