+ All Categories
Home > Documents > By, V.Go utha man

By, V.Go utha man

Date post: 12-Jan-2016
Category:
Upload: keenan
View: 33 times
Download: 0 times
Share this document with a friend
Description:
By, V.Go utha man. Introduction. - PowerPoint PPT Presentation
Popular Tags:
122
By, V.Gouthaman
Transcript
Page 1: By,                                            V.Go utha man

By,

V.Gouthaman

Page 2: By,                                            V.Go utha man

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.

Page 3: By,                                            V.Go utha man

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.

Page 4: By,                                            V.Go utha man

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.

Page 5: By,                                            V.Go utha man

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

Page 6: By,                                            V.Go utha man

Wait for the CD to load into RAM...

Page 7: By,                                            V.Go utha man

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

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

Page 8: By,                                            V.Go utha man

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

Page 9: By,                                            V.Go utha man

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

Page 10: By,                                            V.Go utha man

Click the “Forward” button...

Page 11: By,                                            V.Go utha man

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...

Page 12: By,                                            V.Go utha man

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

Page 13: By,                                            V.Go utha man

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

Page 14: By,                                            V.Go utha man

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...

Page 15: By,                                            V.Go utha man

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

Page 16: By,                                            V.Go utha man

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

Input your username and password...

Page 17: By,                                            V.Go utha man

Have fun using Ubuntu!

Page 18: By,                                            V.Go utha man

LINUX COMMANDS

Page 19: By,                                            V.Go utha man
Page 20: By,                                            V.Go utha man

ls ( list file/directory names in current directory)

Page 21: By,                                            V.Go utha man

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

Page 22: By,                                            V.Go utha man

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

Page 23: By,                                            V.Go utha man

mkdir ( Make A Directory)

Page 24: By,                                            V.Go utha man

cd (Change directory)

Page 25: By,                                            V.Go utha man

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

Page 26: By,                                            V.Go utha man

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

Page 27: By,                                            V.Go utha man

Cat> filename (Creates a file)

Page 28: By,                                            V.Go utha man

Cat filename (To open a file)

Page 29: By,                                            V.Go utha man

Cp file1 file2 (Copy file1 to file2)

Page 30: By,                                            V.Go utha man

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

output)

Page 31: By,                                            V.Go utha man

rm filename (removes a file)

Page 32: By,                                            V.Go utha man

rmdir (removes a directory)

Page 33: By,                                            V.Go utha man

clear (used to clear the current window)

Page 34: By,                                            V.Go utha man

cal (displays calendar)

Page 35: By,                                            V.Go utha man

bc (command line calculator)

Page 36: By,                                            V.Go utha man

echo (prints the given input)

Page 37: By,                                            V.Go utha man

whatis (displays the purpose of a command)

Page 38: By,                                            V.Go utha man

help (Displays help for a built-in command)

Page 39: By,                                            V.Go utha man

alias (allows to create shortcut for a command)

Page 40: By,                                            V.Go utha man

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

Page 41: By,                                            V.Go utha man

awk (used to manipulate a file)

Page 42: By,                                            V.Go utha man

time (used to measure program running time)

Page 43: By,                                            V.Go utha man

pwd (prints the full address of the current directory)

Page 44: By,                                            V.Go utha man

who (displays the users who are currently logged in)

Page 45: By,                                            V.Go utha man

cmp (compares two files)

Page 46: By,                                            V.Go utha man

head (prints the first few lines of the file)

Page 47: By,                                            V.Go utha man

cut (used to cut selected lines in a file)

Page 48: By,                                            V.Go utha man

date (prints the date and time)

Page 49: By,                                            V.Go utha man

df (displays the space available on each mount)

Page 50: By,                                            V.Go utha man

diff (used to find difference between two files)

Page 51: By,                                            V.Go utha man

du (displays the size of a file or directory)

Page 52: By,                                            V.Go utha man

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

Page 53: By,                                            V.Go utha man

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

Page 54: By,                                            V.Go utha man

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

Page 55: By,                                            V.Go utha man

man (mannual for a command)

Page 56: By,                                            V.Go utha man

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

Page 57: By,                                            V.Go utha man

hostname (specifies the name of the host)

Page 58: By,                                            V.Go utha man

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

Page 59: By,                                            V.Go utha man

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

Page 60: By,                                            V.Go utha man

jobs (lists the jobs running in background and foreground)

Page 61: By,                                            V.Go utha man

kill (used to kill the background process)

Page 62: By,                                            V.Go utha man

last (displays the last logged in users)

Page 63: By,                                            V.Go utha man

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

Page 64: By,                                            V.Go utha man

ps (used to report the status of a process)

Page 65: By,                                            V.Go utha man

dirs (displays list of remembered directories)

Page 66: By,                                            V.Go utha man

dircolors (colour setup for ls)

Page 67: By,                                            V.Go utha man

link (used to create a link for a file)

Page 68: By,                                            V.Go utha man

lsattr (lists the attributes of files in a directory)

Page 69: By,                                            V.Go utha man

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

Page 70: By,                                            V.Go utha man

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

Page 71: By,                                            V.Go utha man

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

devices)

Page 72: By,                                            V.Go utha man

passwd (to change password)

Page 73: By,                                            V.Go utha man

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

Page 74: By,                                            V.Go utha man

printf (used to write formatted output)

Page 75: By,                                            V.Go utha man

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

Page 76: By,                                            V.Go utha man

sort (sorts the sentences in a file)

Page 77: By,                                            V.Go utha man

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

Page 78: By,                                            V.Go utha man

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

Page 79: By,                                            V.Go utha man

whois (lists the information about the domain owner)

Page 80: By,                                            V.Go utha man

yes (repeatedly prints the given string)

Page 81: By,                                            V.Go utha man

aspell (used to check the spellings)

Page 82: By,                                            V.Go utha man

command (Runs a command ignoring shell functions)

Page 83: By,                                            V.Go utha man

dir (lists the directory contents)

Page 84: By,                                            V.Go utha man

dirname (Convert a full pathname to just a path)

Page 85: By,                                            V.Go utha man

dmesg (Displays kernel & driver messages)

Page 86: By,                                            V.Go utha man

eval ( Evaluate several commands/arguments)

Page 87: By,                                            V.Go utha man

expr ( Evaluates the given expression)

Page 88: By,                                            V.Go utha man

locate (Search files)

Page 89: By,                                            V.Go utha man

fmt (Converts separate lines into a single paragraph)

Page 90: By,                                            V.Go utha man

fold (Wrap text to fit a specified width)

Page 91: By,                                            V.Go utha man

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

Page 92: By,                                            V.Go utha man

getopts (Displays Parse positional parameters)

Page 93: By,                                            V.Go utha man

gzip ( Compress or decompress named file)

Page 94: By,                                            V.Go utha man

gunzip (decompress files )

Page 95: By,                                            V.Go utha man

hash (Remembers the full pathname of a name argument)

Page 96: By,                                            V.Go utha man

times (Displays User and system times)

Page 97: By,                                            V.Go utha man

history ( Displays the History )

Page 98: By,                                            V.Go utha man

killall -l (displays all known signal names)

Page 99: By,                                            V.Go utha man

nl (Number the lines in a file)

Page 100: By,                                            V.Go utha man

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

Page 101: By,                                            V.Go utha man

popd (Restore the previous value of the current directory)

Page 102: By,                                            V.Go utha man

pr ( Prepares the files for printing)

Page 103: By,                                            V.Go utha man

pushd - (Save and then change the current directory)

Page 104: By,                                            V.Go utha man

quota (Displays the disk usage and limits)

Page 105: By,                                            V.Go utha man

scp ( Secure copy (remote file copy))

Page 106: By,                                            V.Go utha man

rev (Reverses the lines of a file)

Page 107: By,                                            V.Go utha man

screen (Multiplex terminal, run remote shells via ssh)

Page 108: By,                                            V.Go utha man

sdiff (Merges two files interactively)

Page 109: By,                                            V.Go utha man

seq (Print numeric sequences)

Page 110: By,                                            V.Go utha man

shopt (Shell Options)

Page 111: By,                                            V.Go utha man

shutdown (To Shutdown linux)

Page 112: By,                                            V.Go utha man

sleep ( Delay for a specified time)

Page 113: By,                                            V.Go utha man

su (Substitute user identity)

Page 114: By,                                            V.Go utha man

sudo ( Execute a command as another user)

Page 115: By,                                            V.Go utha man

cksum (Print CRC checksum and byte counts)

Page 116: By,                                            V.Go utha man

tsort (Topological sort)

Page 117: By,                                            V.Go utha man

ulimit (Limit user resources)

Page 118: By,                                            V.Go utha man

unalias (Removes an alias)

Page 119: By,                                            V.Go utha man

uname (Prints system information)

Page 120: By,                                            V.Go utha man

zcat (read files which are compressed with gzip)

Page 121: By,                                            V.Go utha man

zcmp (compares two compressed files)

Page 122: By,                                            V.Go utha man

Recommended