SlideShare ist ein Scribd-Unternehmen logo
1 von 109
LINUX PRESENTATION BY,  Nikhil v jain
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
 
 
 
 
 
 
Linux Basic and Advance Commands
[object Object]
mkdir command is used to create one or more directories.
cd - change directories
Cat> command Create's a File
bc command is used for command line calculator.
rm linux command is used to remove/delete the file from the directory.
echo command prints the given input string to standard output.
cal command is used to display the calendar.
Whatis command displays the purpose of the command
ls -a command Lists all entries including hidden files.
Help command display help for a built-in command.
alias command allows to create a shortcut to a command.
free command displays information about free and used memory on the system.
awk command is used to manipulate the text.
Time command measure Program running time
pwd - Print Working Directory. pwd command prints the full filename of the current working directory.
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.
cmp linux command compares two files and tells you which line numbers are different.
cut command is used to cut out selected fields of each line of a file.
date command prints the date and time.
df command is used to report how much free disk space is available for each mount available.
diff command is used to find differences between two files.
du command is used to report how much disk space a file or directory occupies.
egrep command is used to search and find one or more files for lines that match the given string or word.
file command tells you if the object you are looking at is a file or a directory.
head command is used to display the first ten lines of a file, and also specifies how many lines to display.
tail command is used to display the last or bottom part of the file. By default it displays last 10 lines of a file.
Dig command performs DNS lookup
man command which is short for manual, provides in depth information about the requested command
grep command selects and prints the lines from a file which matches a given string or pattern.
rmdir command is used to delete/remove a directory and its subdirectories.
groups command is used to print the groups a user is in.
hostname specifies the name of the host.
host command is used to find the ip address of the given domain name and also prints the domain name for  the given ip.
id command prints the effective(current) and real userid(UID)s and groupid(GID)s.
jobs command is used to list the jobs that you are running in the background and in the foreground.
kill command is used to kill the background process.
last command is used to display the last logged in users list.
whoami command Print the current user id and name (`id -un')
ps command is used to report the process status. ps is the short name for Process Status.
Dirs command  Display list of remembered directories
dircolors Colour setup for `ls'
rm linux command is used to remove/delete the file from the directory.
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.
lsattr command is used to list the attributes of the specified file or directory.
more command is used to display text in the terminal screen. It allows only backward movement.
mv command which is short for move. It is used to move/rename file from one directory to another.
nestat command displays statistics information and current state of network connections, protocol, ports/ sockets and devices.
passwd command is used to change your password.
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.
printf command is used to write formatted output.
restore - command restores the data from the dump-file or backup-file created using dump command.
route command displays routing table resides in kernel and also used to modify the routing table.
sort command is used to sort the lines in a text file.
sed is a stream editor. sed command helps to edit or delete all occurrences of one string to another within a file.
whois command lists the information about the domain owner of the given domain.
yes command repeatedly prints the given string separated by a space and followed by a newline until it is killed
Aspell command is a Spell Checker
command  Run a command - ignoring shell functions
bc  -  Arbitrary precision calculator language
dir - Briefly list directory contents
dirname - Convert a full pathname to just a path
dmesg  -  Print kernel & driver messages
eval  -  Evaluate several commands/arguments
expr  -  Evaluate expressions
locate - Find files
fmt  -  Reformat paragraph text
fold  -  Wrap text to fit a specified width.
  for  -  Expand words, and execute commands
fsck  -  File system consistency check and repair
getopts - Parse positional parameters
gzip  -  Compress or decompress named file(s)‏
gunzip - decompress files created by `gzip', `zip', `compress' or `pack'
hash  -  Remember the full pathname of a name argument
times  -  User and system times
history - Command History
killall -l  -  List all known signal names.
nl  -  Number lines and write files
nohup  -  Run a command immune to hangups
popd  -  Restore the previous value of the current directory
  pr  -  Prepare files for printing
  pushd  -  Save and then change the current directory
quota  -  Display disk usage and limits
rev  -  Reverse lines of a file
screen  -  Multiplex terminal, run remote shells via ssh
scp  -  Secure copy (remote file copy)
sdiff  -  Merge two files interactively
Select  -  Accept keyboard input
seq  -  Print numeric sequences
shopt  -  Shell Options
Shutdown - Shutdown or restart 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 - Remove an alias
uname  -  Print system information
users  -  List users currently logged in

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

Basic commands of linux
Basic commands of linuxBasic commands of linux
Basic commands of linux
 
Linux basics
Linux basicsLinux basics
Linux basics
 
Linux systems - Linux Commands and Shell Scripting
Linux systems - Linux Commands and Shell ScriptingLinux systems - Linux Commands and Shell Scripting
Linux systems - Linux Commands and Shell Scripting
 
Introduction to Linux basic
Introduction to Linux basicIntroduction to Linux basic
Introduction to Linux basic
 
Linux
LinuxLinux
Linux
 
Shell scripting
Shell scriptingShell scripting
Shell scripting
 
Linux basics part 1
Linux basics part 1Linux basics part 1
Linux basics part 1
 
Complete Guide for Linux shell programming
Complete Guide for Linux shell programmingComplete Guide for Linux shell programming
Complete Guide for Linux shell programming
 
Linux Presentation
Linux PresentationLinux Presentation
Linux Presentation
 
Intro to linux
Intro to linuxIntro to linux
Intro to linux
 
Linux
LinuxLinux
Linux
 
User management
User managementUser management
User management
 
Course 102: Lecture 26: FileSystems in Linux (Part 1)
Course 102: Lecture 26: FileSystems in Linux (Part 1) Course 102: Lecture 26: FileSystems in Linux (Part 1)
Course 102: Lecture 26: FileSystems in Linux (Part 1)
 
Linux basic commands with examples
Linux basic commands with examplesLinux basic commands with examples
Linux basic commands with examples
 
Quick Guide with Linux Command Line
Quick Guide with Linux Command LineQuick Guide with Linux Command Line
Quick Guide with Linux Command Line
 
Linux
Linux Linux
Linux
 
Linux standard file system
Linux standard file systemLinux standard file system
Linux standard file system
 
Unix Operating System
Unix Operating SystemUnix Operating System
Unix Operating System
 
Linux history & features
Linux history & featuresLinux history & features
Linux history & features
 
Linux kernel
Linux kernelLinux kernel
Linux kernel
 

Andere mochten auch

Different types of Editors in Linux
Different types of Editors in LinuxDifferent types of Editors in Linux
Different types of Editors in LinuxBhavik Trivedi
 
Android history, linux, versions
Android history, linux, versions Android history, linux, versions
Android history, linux, versions Laxit patel
 
Linux Presentation
Linux PresentationLinux Presentation
Linux Presentationaliabintouq
 
BITS: Introduction to linux, distributions and installation
BITS: Introduction to linux, distributions and installationBITS: Introduction to linux, distributions and installation
BITS: Introduction to linux, distributions and installationBITS
 
An Introduction to Linux
An Introduction to LinuxAn Introduction to Linux
An Introduction to Linuxanandvaidya
 

Andere mochten auch (9)

Linux Presentation
Linux PresentationLinux Presentation
Linux Presentation
 
Different types of Editors in Linux
Different types of Editors in LinuxDifferent types of Editors in Linux
Different types of Editors in Linux
 
Linux Presentation
Linux PresentationLinux Presentation
Linux Presentation
 
Linux Presentation
Linux PresentationLinux Presentation
Linux Presentation
 
Android history, linux, versions
Android history, linux, versions Android history, linux, versions
Android history, linux, versions
 
Linux Presentation
Linux PresentationLinux Presentation
Linux Presentation
 
BITS: Introduction to linux, distributions and installation
BITS: Introduction to linux, distributions and installationBITS: Introduction to linux, distributions and installation
BITS: Introduction to linux, distributions and installation
 
Linux Introduction
Linux IntroductionLinux Introduction
Linux Introduction
 
An Introduction to Linux
An Introduction to LinuxAn Introduction to Linux
An Introduction to Linux
 

Ähnlich wie Linux presentation

Ähnlich wie Linux presentation (20)

Linux ppt
Linux pptLinux ppt
Linux ppt
 
8.1.intro unix
8.1.intro unix8.1.intro unix
8.1.intro unix
 
Bootcamp linux commands
Bootcamp linux commandsBootcamp linux commands
Bootcamp linux commands
 
Linux basic commands
Linux basic commandsLinux basic commands
Linux basic commands
 
Linux file commands and shell scripts
Linux file commands and shell scriptsLinux file commands and shell scripts
Linux file commands and shell scripts
 
Linux commands
Linux commandsLinux commands
Linux commands
 
Linux And perl
Linux And perlLinux And perl
Linux And perl
 
Linux
LinuxLinux
Linux
 
unix_ref_card.pdf
unix_ref_card.pdfunix_ref_card.pdf
unix_ref_card.pdf
 
unix_ref_card.pdf
unix_ref_card.pdfunix_ref_card.pdf
unix_ref_card.pdf
 
unix_ref_card.pdf
unix_ref_card.pdfunix_ref_card.pdf
unix_ref_card.pdf
 
An Introduction to Linux
An Introduction to LinuxAn Introduction to Linux
An Introduction to Linux
 
Directories description
Directories descriptionDirectories description
Directories description
 
Unix reference sheet
Unix reference sheetUnix reference sheet
Unix reference sheet
 
linux-lecture4.ppt
linux-lecture4.pptlinux-lecture4.ppt
linux-lecture4.ppt
 
Group13
Group13Group13
Group13
 
basic-unix.pdf
basic-unix.pdfbasic-unix.pdf
basic-unix.pdf
 
Linux commands and file structure
Linux commands and file structureLinux commands and file structure
Linux commands and file structure
 
Kali Linux Commands PDF-converted.pdf
Kali Linux Commands PDF-converted.pdfKali Linux Commands PDF-converted.pdf
Kali Linux Commands PDF-converted.pdf
 
Kali linux commands
Kali linux commandsKali linux commands
Kali linux commands
 

Kürzlich hochgeladen

Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 

Kürzlich hochgeladen (20)

Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 

Linux presentation