109
LINUX PRESENTATION BY, Nikhil v jain

Linux presentation

Embed Size (px)

Citation preview

Page 1: Linux presentation

LINUX

PRESENTATION

BY, Nikhil v jain

Page 2: Linux presentation

What Is Linux?

The most commonly used Operating System for this purpose is Linux - it's Open Source too,

It's based on Unix which was and is an operating systems designed from the ground up for a multiuser environment.

What Is Linux?

The most commonly used Operating System for this purpose is Linux - it's Open Source too,

It's based on Unix which was and is an operating systems designed from the ground up for a multiuser environment.

What Is Linux?

The most commonly used Operating System for this purpose the Linux is

Open Source too,

It's based on Unix which was and is an operating systems designed from

the ground up for a multiuser environment.

Page 3: Linux presentation
Page 4: Linux presentation
Page 5: Linux presentation
Page 6: Linux presentation
Page 7: Linux presentation
Page 8: Linux presentation
Page 9: Linux presentation

Linux Basic and Advance Linux Basic and Advance

CommandsCommands

Page 10: Linux presentation

ls command lists the files and directories under current working directory.

Page 11: Linux presentation

mkdir command is used to create one or more directories.

Page 12: Linux presentation

cd - change directories

Page 13: Linux presentation

Cat> command Create's a File

Page 14: Linux presentation

bc command is used for command line calculator.

Page 15: Linux presentation

rm linux command is used to remove/delete the file from the directory.

Page 16: Linux presentation

echo command prints the given input string to standard output.

Page 17: Linux presentation

cal command is used to display the calendar.

Page 18: Linux presentation

Whatis command displays the purpose of the command

Page 19: Linux presentation

ls -a command Lists all entries including hidden files.

Page 20: Linux presentation

Help command display help for a built-in command.

Page 21: Linux presentation

alias command allows to create a shortcut to a command.

Page 22: Linux presentation

free command displays information about free and used memory on the system.

Page 23: Linux presentation

awk command is used to manipulate the text.

Page 24: Linux presentation

Time command measure Program running time

Page 25: Linux presentation

pwd - Print Working Directory. pwd command prints the full filename of the current working directory.

Page 26: Linux presentation

who command list the names of users currently logged in, their terminal, the time they have been logged in, and

the name of the host from which they have logged in.

Page 27: Linux presentation

cmp linux command compares two files and tells you which line numbers are different.

Page 28: Linux presentation

cut command is used to cut out selected fields of each

line of a file.

Page 29: Linux presentation

date command prints the date and time.

Page 30: Linux presentation

df command is used to report how much free disk space is available for each mount available.

Page 31: Linux presentation

diff command is used to find differences between two files.

Page 32: Linux presentation

du command is used to report how much disk space a file or directory occupies.

Page 33: Linux presentation

egrep command is used to search and find one or more files for lines that match the given string or word.

Page 34: Linux presentation

file command tells you if the object you are looking at is a file or a directory.

Page 35: Linux presentation

head command is used to display the first ten lines of a file, and also specifies how many lines to display.

Page 36: Linux presentation

tail command is used to display the last or bottom part of the file. By default it displays last 10 lines of a file.

Page 37: Linux presentation

Dig command performs DNS lookup

Page 38: Linux presentation

man command which is short for manual, provides in depth information about the requested command

Page 39: Linux presentation

grep command selects and prints the lines from a file which matches a given string or pattern.

Page 40: Linux presentation

rmdir command is used to delete/remove a directory and its subdirectories.

Page 41: Linux presentation

groups command is used to print the groups a user is in.

Page 42: Linux presentation

hostname specifies the name of the host.

Page 43: Linux presentation

host command is used to find the ip address of the given domain name and also prints the domain name for

the given ip.

Page 44: Linux presentation

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

Page 45: Linux presentation

jobs command is used to list the jobs that you are running in the background and in the foreground.

Page 46: Linux presentation

kill command is used to kill the background process.

Page 47: Linux presentation

last command is used to display the last logged in users list.

Page 48: Linux presentation

whoami command Print the current user id and name (`id -un')

Page 49: Linux presentation

ps command is used to report the process status. ps is the short name for Process Status.

Page 50: Linux presentation

Dirs command Display list of remembered directories

Page 51: Linux presentation

dircolors Colour setup for `ls'

Page 52: Linux presentation

rm linux command is used to remove/delete the file from the directory.

Page 53: Linux presentation

link command is used to create a link to a file. It is also called as hard link. Inode will be same for source and

destination.

Page 54: Linux presentation

lsattr command is used to list the attributes of the specified file or directory.

Page 55: Linux presentation

more command is used to display text in the terminal screen. It allows only backward movement.

Page 56: Linux presentation

mv command which is short for move. It is used to move/rename file from one directory to another.

Page 57: Linux presentation

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

sockets and devices.

Page 58: Linux presentation

passwd command is used to change your password.

Page 59: Linux presentation

paste command is used to paste the content from one file to another file. It is also used to set column format for

each line.

Page 60: Linux presentation

printf command is used to write formatted output.

Page 61: Linux presentation

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

Page 62: Linux presentation

route command displays routing table resides in kernel and also used to modify the routing table.

Page 63: Linux presentation

sort command is used to sort the lines in a text file.

Page 64: Linux presentation

sed is a stream editor. sed command helps to edit or delete all occurrences of one string to another within a

file.

Page 65: Linux presentation

whois command lists the information about the domain owner of the given domain.

Page 66: Linux presentation

yes command repeatedly prints the given string separated by a space and followed by a newline until it is

killed

Page 67: Linux presentation

Aspell command is a Spell Checker

Page 68: Linux presentation

command Run a command - ignoring shell functions

Page 69: Linux presentation

bc - Arbitrary precision calculator language

Page 70: Linux presentation

dir - Briefly list directory contents

Page 71: Linux presentation

dirname - Convert a full pathname to just a path

Page 72: Linux presentation

dmesg - Print kernel & driver messages

Page 73: Linux presentation

eval - Evaluate several commands/arguments

Page 74: Linux presentation

expr - Evaluate expressions

Page 75: Linux presentation

locate - Find files

Page 76: Linux presentation

fmt - Reformat paragraph text

Page 77: Linux presentation

fold - Wrap text to fit a specified width.

Page 78: Linux presentation

for - Expand words, and execute commands

Page 79: Linux presentation

fsck - File system consistency check and repair

Page 80: Linux presentation

getopts - Parse positional parameters

Page 81: Linux presentation

gzip - Compress or decompress named file(s)

Page 82: Linux presentation

gunzip - decompress files created by `gzip', `zip', `compress' or `pack'

Page 83: Linux presentation

hash - Remember the full pathname of a name argument

Page 84: Linux presentation

times - User and system times

Page 85: Linux presentation

history - Command History

Page 86: Linux presentation

killall -l - List all known signal names.

Page 87: Linux presentation

nl - Number lines and write files

Page 88: Linux presentation

nohup - Run a command immune to hangups

Page 89: Linux presentation

popd - Restore the previous value of the current directory

Page 90: Linux presentation

pr - Prepare files for printing

Page 91: Linux presentation

pushd - Save and then change the current directory

Page 92: Linux presentation

quota - Display disk usage and limits

Page 93: Linux presentation

rev - Reverse lines of a file

Page 94: Linux presentation

screen - Multiplex terminal, run remote shells via ssh

Page 95: Linux presentation

scp - Secure copy (remote file copy)

Page 96: Linux presentation

sdiff - Merge two files interactively

Page 97: Linux presentation

Select - Accept keyboard input

Page 98: Linux presentation

seq - Print numeric sequences

Page 99: Linux presentation

shopt - Shell Options

Page 100: Linux presentation

Shutdown - Shutdown or restart linux

Page 101: Linux presentation

sleep - Delay for a specified time

Page 102: Linux presentation

su - Substitute user identity

Page 103: Linux presentation

sudo - Execute a command as another user

Page 104: Linux presentation

cksum - Print CRC checksum and byte counts

Page 105: Linux presentation

tsort - Topological sort

Page 106: Linux presentation

ulimit - Limit user resources

Page 107: Linux presentation

unalias - Remove an alias

Page 108: Linux presentation

uname - Print system information

Page 109: Linux presentation

users - List users currently logged in