SlideShare una empresa de Scribd logo
1 de 155
The Unix and GNU / Linux command line ,[object Object],[object Object],Created with  OpenOffice.org  2.0
Rights to copy ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Best viewed with... ,[object Object],[object Object],[object Object],[object Object],[object Object]
Command memento sheet ,[object Object],[object Object],[object Object],[object Object],[object Object]
Training Contents (1) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Training contents (2) ,[object Object],[object Object],[object Object],[object Object]
Training Contents (3) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Training contents (4) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Training contents (5) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
GNU / Linux and Free Software ,[object Object],[object Object]
The Unix and GNU / Linux command line Unix filesystem
Everything is a file ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
File names ,[object Object],[object Object],[object Object],[object Object],[object Object]
File paths ,[object Object],[object Object],[object Object],[object Object]
GNU / Linux filesystem structure (1) ,[object Object],[object Object]
GNU / Linux filesystem structure (2) ,[object Object]
GNU / Linux filesystem structure (3) ,[object Object],[object Object]
The Unix and GNU / Linux command line Shells and file handling
Command line interpreters ,[object Object],[object Object],[object Object],[object Object],[object Object]
Well known shells ,[object Object],[object Object],[object Object],[object Object],[object Object]
fish: a great new shell ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
ls command ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
File name pattern substitutions ,[object Object],[object Object],[object Object],[object Object]
Special directories (1) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Special directories (2) ,[object Object],[object Object],[object Object],[object Object],[object Object]
The cd and pwd commands ,[object Object],[object Object],[object Object]
The cp command ,[object Object],[object Object],[object Object],[object Object]
Smart directory copy with rsync ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
rsync examples (1) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
rsync examples (2) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
mv and rm commands ,[object Object],[object Object],[object Object],[object Object],[object Object]
Creating and removing directories ,[object Object],[object Object]
Displaying file contents ,[object Object],[object Object],[object Object],[object Object]
The head and tail commands ,[object Object],[object Object],[object Object],[object Object]
The grep command ,[object Object],[object Object],[object Object],[object Object],[object Object]
The sort command ,[object Object],[object Object],[object Object],[object Object]
Symbolic links ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Creating symbolic links ,[object Object],[object Object],[object Object],[object Object]
Hard links ,[object Object],[object Object],[object Object],[object Object],[object Object]
Files names and inodes ,[object Object]
File access rights ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Access right constraints ,[object Object],[object Object],[object Object],[object Object]
Access rights examples ,[object Object],[object Object],[object Object],[object Object]
chmod: changing permissions ,[object Object],[object Object],[object Object]
More chmod (1) ,[object Object],[object Object],[object Object]
More chmod (2) ,[object Object],[object Object],[object Object],[object Object]
The Unix and GNU / Linux command line Standard I/O, redirections, pipes
Standard output ,[object Object],[object Object],[object Object],[object Object]
Standard output redirection examples ,[object Object],[object Object],[object Object]
Standard input ,[object Object],[object Object],[object Object],[object Object],sort  takes its input from the standard input: in this case, what you type in the terminal (ended by  [Ctrl][D] )
Pipes ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The tee command ,[object Object],[object Object],[object Object],[object Object]
Standard error ,[object Object],[object Object],[object Object],[object Object],[object Object]
The yes command ,[object Object],[object Object],[object Object]
Special devices (1) ,[object Object],[object Object],[object Object],[object Object]
Special devices (2) ,[object Object],[object Object],[object Object]
Special devices (3) ,[object Object],[object Object]
The Unix and GNU / Linux command line Task control
Full control on tasks ,[object Object],[object Object],[object Object],[object Object]
Processes ,[object Object],[object Object],[object Object],[object Object],[object Object]
Running jobs in background ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Background job control ,[object Object],[object Object],[object Object],[object Object],[object Object]
Job control example ,[object Object],[object Object]
Listing all processes ,[object Object],[object Object],[object Object],[object Object],[object Object]
Live process activity ,[object Object],[object Object],[object Object],[object Object]
Killing processes (1) ,[object Object],[object Object],[object Object]
Killing processes (2) ,[object Object],[object Object]
Recovering from stuck graphics ,[object Object],[object Object],[object Object],[object Object],[object Object]
Sequential commands ,[object Object],[object Object],[object Object]
Quoting (1) ,[object Object],[object Object],[object Object],[object Object],[object Object]
Quoting (2) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Measuring elapsed time ,[object Object]
Environment variables ,[object Object],[object Object],[object Object]
Shell variables examples ,[object Object],[object Object],[object Object],[object Object],[object Object]
Main standard environment variables ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Used by lots of applications!
PATH environment variables ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
PATH usage warning ,[object Object],[object Object],[object Object],[object Object],[object Object]
Alias ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The which command ,[object Object],[object Object],[object Object],[object Object],[object Object]
~/.bashrc file ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Command editing ,[object Object],[object Object],[object Object]
Command history (1) ,[object Object],[object Object],[object Object],[object Object]
Command history (2) ,[object Object],[object Object]
The Unix and GNU / Linux command line Miscellaneous Text editors
Text editors ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The nedit text editor ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
nedit screenshot
Emacs / Xemacs  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
vi ,[object Object],[object Object],[object Object],[object Object]
vim - vi improved ,[object Object],[object Object],[object Object],[object Object],[object Object]
vi basic commands Though  vi  is extremely powerful, its main 30 commands are easy to learn and are sufficient for 99% of everyone's needs! You can also take the quick tutorial by running  vimtutor . Get our vi memento sheet if you didn't get it with this course: http://free-electrons.com/training/intro_unix_linux
GNU nano ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
GNU nano screenshot
The Unix and GNU / Linux command line Miscellaneous Compressing and archiving
Measuring disc usage ,[object Object],[object Object],[object Object]
Measuring disk space ,[object Object],[object Object],[object Object]
Compressing ,[object Object],[object Object],[object Object],[object Object]
Archiving (1) ,[object Object],[object Object],[object Object],[object Object]
Archiving (2) ,[object Object],[object Object],[object Object]
Extra options in GNU tar ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
7-zip (1) ,[object Object],[object Object],[object Object],[object Object]
7-zip (2) ,[object Object],[object Object]
Using 7-zip ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],s tandard  i nput s tandard  o utput
Checking file integrity ,[object Object],[object Object],[object Object],[object Object]
The Unix and GNU / Linux command line Miscellaneous Printing
Unix printing ,[object Object],[object Object],[object Object]
Printing commands ,[object Object],[object Object],[object Object]
Print job control ,[object Object],[object Object]
Using PostScript and PDF files ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The Unix and GNU / Linux command line Miscellaneous Comparing files and directories
Comparing files and directories ,[object Object],[object Object],[object Object]
tkdiff ,[object Object]
kompare ,[object Object]
gvimdiff ,[object Object],[object Object],[object Object]
The Unix and GNU / Linux command line Miscellaneous Looking for files
The find command ,[object Object],[object Object],[object Object],[object Object]
The locate command ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The Unix and GNU / Linux command line Miscellaneous Various commands
Getting information about users ,[object Object],[object Object],[object Object],[object Object],[object Object]
Changing users ,[object Object],[object Object],[object Object],[object Object]
The wget command ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
wget examples ,[object Object],[object Object],[object Object]
Misc commands (1) ,[object Object],[object Object]
Misc commands (2) ,[object Object],[object Object]
The Unix and GNU / Linux command line System administration basics
File ownership ,[object Object],[object Object],[object Object],[object Object]
Shutting down ,[object Object],[object Object],[object Object],[object Object],[object Object]
Network setup (1) ,[object Object],[object Object],[object Object],[object Object]
Network setup (2) ,[object Object],[object Object],[object Object]
Network testing ,[object Object],[object Object],[object Object]
Network setup summary ,[object Object],[object Object],[object Object],[object Object],[object Object]
Name resolution ,[object Object],[object Object],[object Object],[object Object]
Creating filesystems ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Mounting devices (1) ,[object Object],[object Object],[object Object],mount file structure raw data (file descriptors and file contents)
Mounting devices (2) ,[object Object],[object Object],[object Object],[object Object]
Mounting devices (3) ,[object Object],[object Object],[object Object],[object Object],[object Object]
Listing mounted filesystems ,[object Object],[object Object],[object Object]
Unmounting devices ,[object Object],[object Object],[object Object],[object Object],[object Object]
Beware of the dark side of root ,[object Object],[object Object],[object Object]
Using the root account ,[object Object],[object Object],[object Object],[object Object],[object Object]
The Unix and GNU / Linux command line GNU / Linux: distribution packages
How to find packages ,[object Object],[object Object]
Identifying packages ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Information about packages ,[object Object],[object Object],[object Object],[object Object],[object Object]
The Unix and GNU / Linux command line Going further
Command help ,[object Object],[object Object],[object Object],[object Object]
Manual pages ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Info pages ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Searching the Internet for resources (1) ,[object Object],[object Object],[object Object],[object Object]
Searching the Internet for resources (2) ,[object Object],[object Object],[object Object],[object Object],[object Object]
Training labs ,[object Object],[object Object],[object Object]
Related documents ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
How to help ,[object Object],[object Object],[object Object],[object Object],[object Object]
Thanks ,[object Object],[object Object],[object Object],[object Object]
Custom Development System integration Embedded Linux demos and prototypes System optimization Linux kernel drivers Application and interface development Free Electrons services Technical Support Development tool and application support Issue investigation and solution follow-up with mainstream developers Help getting started Embedded Linux Training Unix and GNU/Linux basics Linux kernel and drivers development Real-time Linux uClinux Development and profiling tools Lightweight tools for embedded systems Root filesystem creation Audio and multimedia System optimization Consulting Help in decision making System architecture Identification of suitable technologies Managing licensing requirements System design and performance review http://free-electrons.com

Más contenido relacionado

La actualidad más candente

Linux Presentation
Linux PresentationLinux Presentation
Linux Presentationnishantsri
 
Basic commands of linux
Basic commands of linuxBasic commands of linux
Basic commands of linuxshravan saini
 
Linux command ppt
Linux command pptLinux command ppt
Linux command pptkalyanineve
 
Unix Operating System
Unix Operating SystemUnix Operating System
Unix Operating Systemsubhsikha
 
Linux basic commands
Linux basic commandsLinux basic commands
Linux basic commandsSagar Kumar
 
Bash Shell Scripting
Bash Shell ScriptingBash Shell Scripting
Bash Shell ScriptingRaghu nath
 
Linux Administration
Linux AdministrationLinux Administration
Linux AdministrationHarish1983
 
Linux Training For Beginners | Linux Administration Tutorial | Introduction T...
Linux Training For Beginners | Linux Administration Tutorial | Introduction T...Linux Training For Beginners | Linux Administration Tutorial | Introduction T...
Linux Training For Beginners | Linux Administration Tutorial | Introduction T...Edureka!
 
Linux Tutorial For Beginners | Linux Administration Tutorial | Linux Commands...
Linux Tutorial For Beginners | Linux Administration Tutorial | Linux Commands...Linux Tutorial For Beginners | Linux Administration Tutorial | Linux Commands...
Linux Tutorial For Beginners | Linux Administration Tutorial | Linux Commands...Edureka!
 
Introduction to Linux
Introduction to Linux Introduction to Linux
Introduction to Linux Harish R
 
Course 102: Lecture 24: Archiving and Compression of Files
Course 102: Lecture 24: Archiving and Compression of Files Course 102: Lecture 24: Archiving and Compression of Files
Course 102: Lecture 24: Archiving and Compression of Files Ahmed El-Arabawy
 
Course 102: Lecture 13: Regular Expressions
Course 102: Lecture 13: Regular Expressions Course 102: Lecture 13: Regular Expressions
Course 102: Lecture 13: Regular Expressions Ahmed El-Arabawy
 
Terminal Commands (Linux - ubuntu) (part-1)
Terminal Commands  (Linux - ubuntu) (part-1)Terminal Commands  (Linux - ubuntu) (part-1)
Terminal Commands (Linux - ubuntu) (part-1)raj upadhyay
 
Presentation on samba server
Presentation on samba serverPresentation on samba server
Presentation on samba serverVeeral Bhateja
 
Some basic unix commands
Some basic unix commandsSome basic unix commands
Some basic unix commandsaaj_sarkar06
 

La actualidad más candente (20)

Linux Presentation
Linux PresentationLinux Presentation
Linux Presentation
 
Basic linux commands
Basic linux commandsBasic linux commands
Basic linux commands
 
Basic commands of linux
Basic commands of linuxBasic commands of linux
Basic commands of linux
 
Shell scripting
Shell scriptingShell scripting
Shell scripting
 
Linux command ppt
Linux command pptLinux command ppt
Linux command ppt
 
Unix Operating System
Unix Operating SystemUnix Operating System
Unix Operating System
 
Linux basic commands
Linux basic commandsLinux basic commands
Linux basic commands
 
Bash Shell Scripting
Bash Shell ScriptingBash Shell Scripting
Bash Shell Scripting
 
Shell Scripting
Shell ScriptingShell Scripting
Shell Scripting
 
Shell scripting
Shell scriptingShell scripting
Shell scripting
 
Linux Administration
Linux AdministrationLinux Administration
Linux Administration
 
Linux Training For Beginners | Linux Administration Tutorial | Introduction T...
Linux Training For Beginners | Linux Administration Tutorial | Introduction T...Linux Training For Beginners | Linux Administration Tutorial | Introduction T...
Linux Training For Beginners | Linux Administration Tutorial | Introduction T...
 
Linux Tutorial For Beginners | Linux Administration Tutorial | Linux Commands...
Linux Tutorial For Beginners | Linux Administration Tutorial | Linux Commands...Linux Tutorial For Beginners | Linux Administration Tutorial | Linux Commands...
Linux Tutorial For Beginners | Linux Administration Tutorial | Linux Commands...
 
Introduction to Linux
Introduction to Linux Introduction to Linux
Introduction to Linux
 
Course 102: Lecture 24: Archiving and Compression of Files
Course 102: Lecture 24: Archiving and Compression of Files Course 102: Lecture 24: Archiving and Compression of Files
Course 102: Lecture 24: Archiving and Compression of Files
 
Course 102: Lecture 13: Regular Expressions
Course 102: Lecture 13: Regular Expressions Course 102: Lecture 13: Regular Expressions
Course 102: Lecture 13: Regular Expressions
 
Terminal Commands (Linux - ubuntu) (part-1)
Terminal Commands  (Linux - ubuntu) (part-1)Terminal Commands  (Linux - ubuntu) (part-1)
Terminal Commands (Linux - ubuntu) (part-1)
 
Shell scripting
Shell scriptingShell scripting
Shell scripting
 
Presentation on samba server
Presentation on samba serverPresentation on samba server
Presentation on samba server
 
Some basic unix commands
Some basic unix commandsSome basic unix commands
Some basic unix commands
 

Destacado

Destacado (8)

Mr
MrMr
Mr
 
Hadoop introduction 2
Hadoop introduction 2Hadoop introduction 2
Hadoop introduction 2
 
Scraping the web with python
Scraping the web with pythonScraping the web with python
Scraping the web with python
 
Tutorial on Web Scraping in Python
Tutorial on Web Scraping in PythonTutorial on Web Scraping in Python
Tutorial on Web Scraping in Python
 
Linux File System
Linux File SystemLinux File System
Linux File System
 
Linux.ppt
Linux.ppt Linux.ppt
Linux.ppt
 
Big Data & Hadoop Tutorial
Big Data & Hadoop TutorialBig Data & Hadoop Tutorial
Big Data & Hadoop Tutorial
 
Web Scraping with Python
Web Scraping with PythonWeb Scraping with Python
Web Scraping with Python
 

Similar a The Unix and GNU command line guide

Nguyễn Vũ Hưng: Basic Linux Power Tools
Nguyễn Vũ Hưng: Basic Linux Power Tools Nguyễn Vũ Hưng: Basic Linux Power Tools
Nguyễn Vũ Hưng: Basic Linux Power Tools Vu Hung Nguyen
 
Programming Embedded linux
Programming Embedded linuxProgramming Embedded linux
Programming Embedded linuxLiran Ben Haim
 
Lesson 2 Understanding Linux File System
Lesson 2 Understanding Linux File SystemLesson 2 Understanding Linux File System
Lesson 2 Understanding Linux File SystemSadia Bashir
 
Karkha unix shell scritping
Karkha unix shell scritpingKarkha unix shell scritping
Karkha unix shell scritpingchockit88
 
Shell_Scripting.ppt
Shell_Scripting.pptShell_Scripting.ppt
Shell_Scripting.pptKiranMantri
 
Unix Linux Commands Presentation 2013
Unix Linux Commands Presentation 2013Unix Linux Commands Presentation 2013
Unix Linux Commands Presentation 2013Wave Digitech
 
Unix/Linux Basic Commands and Shell Script
Unix/Linux Basic Commands and Shell ScriptUnix/Linux Basic Commands and Shell Script
Unix/Linux Basic Commands and Shell Scriptsbmguys
 
Linux commands and file structure
Linux commands and file structureLinux commands and file structure
Linux commands and file structureSreenatha Reddy K R
 
linux-lecture4.ppt
linux-lecture4.pptlinux-lecture4.ppt
linux-lecture4.pptLuigysToro
 
Red hat linux essentials
Red hat linux essentialsRed hat linux essentials
Red hat linux essentialsHaitham Raik
 
84640411 study-of-unix-os
84640411 study-of-unix-os84640411 study-of-unix-os
84640411 study-of-unix-oshomeworkping3
 
Linux administration training
Linux administration trainingLinux administration training
Linux administration trainingiman darabi
 
Module 3 Using Linux Softwares.
Module 3 Using Linux Softwares.Module 3 Using Linux Softwares.
Module 3 Using Linux Softwares.Tushar B Kute
 

Similar a The Unix and GNU command line guide (20)

Nguyễn Vũ Hưng: Basic Linux Power Tools
Nguyễn Vũ Hưng: Basic Linux Power Tools Nguyễn Vũ Hưng: Basic Linux Power Tools
Nguyễn Vũ Hưng: Basic Linux Power Tools
 
Programming Embedded linux
Programming Embedded linuxProgramming Embedded linux
Programming Embedded linux
 
Lesson 2 Understanding Linux File System
Lesson 2 Understanding Linux File SystemLesson 2 Understanding Linux File System
Lesson 2 Understanding Linux File System
 
Karkha unix shell scritping
Karkha unix shell scritpingKarkha unix shell scritping
Karkha unix shell scritping
 
Shell_Scripting.ppt
Shell_Scripting.pptShell_Scripting.ppt
Shell_Scripting.ppt
 
Unix Linux Commands Presentation 2013
Unix Linux Commands Presentation 2013Unix Linux Commands Presentation 2013
Unix Linux Commands Presentation 2013
 
Unix/Linux Basic Commands and Shell Script
Unix/Linux Basic Commands and Shell ScriptUnix/Linux Basic Commands and Shell Script
Unix/Linux Basic Commands and Shell Script
 
Linux commands and file structure
Linux commands and file structureLinux commands and file structure
Linux commands and file structure
 
Linux
LinuxLinux
Linux
 
linux-lecture4.ppt
linux-lecture4.pptlinux-lecture4.ppt
linux-lecture4.ppt
 
Red hat linux essentials
Red hat linux essentialsRed hat linux essentials
Red hat linux essentials
 
Unix training session 1
Unix training   session 1Unix training   session 1
Unix training session 1
 
84640411 study-of-unix-os
84640411 study-of-unix-os84640411 study-of-unix-os
84640411 study-of-unix-os
 
Linux administration training
Linux administration trainingLinux administration training
Linux administration training
 
Linux 4 you
Linux 4 youLinux 4 you
Linux 4 you
 
Tutorial 2
Tutorial 2Tutorial 2
Tutorial 2
 
Module 3 Using Linux Softwares.
Module 3 Using Linux Softwares.Module 3 Using Linux Softwares.
Module 3 Using Linux Softwares.
 
beginner.en.print
beginner.en.printbeginner.en.print
beginner.en.print
 
beginner.en.print
beginner.en.printbeginner.en.print
beginner.en.print
 
beginner.en.print
beginner.en.printbeginner.en.print
beginner.en.print
 

Más de anandvaidya

Web Application Lunacy
Web Application LunacyWeb Application Lunacy
Web Application Lunacyanandvaidya
 
Analysis of Compromised Linux Server
Analysis of Compromised Linux ServerAnalysis of Compromised Linux Server
Analysis of Compromised Linux Serveranandvaidya
 
Amazing KDE (K Desktop Environment)
Amazing KDE (K Desktop Environment)Amazing KDE (K Desktop Environment)
Amazing KDE (K Desktop Environment)anandvaidya
 
Linux Cluster Job Management Systems (SGE)
Linux Cluster Job Management Systems (SGE)Linux Cluster Job Management Systems (SGE)
Linux Cluster Job Management Systems (SGE)anandvaidya
 
An Introduction to Linux
An Introduction to LinuxAn Introduction to Linux
An Introduction to Linuxanandvaidya
 
O D F Vs O O X M L v1.4
O D F Vs  O O X M L  v1.4O D F Vs  O O X M L  v1.4
O D F Vs O O X M L v1.4anandvaidya
 

Más de anandvaidya (6)

Web Application Lunacy
Web Application LunacyWeb Application Lunacy
Web Application Lunacy
 
Analysis of Compromised Linux Server
Analysis of Compromised Linux ServerAnalysis of Compromised Linux Server
Analysis of Compromised Linux Server
 
Amazing KDE (K Desktop Environment)
Amazing KDE (K Desktop Environment)Amazing KDE (K Desktop Environment)
Amazing KDE (K Desktop Environment)
 
Linux Cluster Job Management Systems (SGE)
Linux Cluster Job Management Systems (SGE)Linux Cluster Job Management Systems (SGE)
Linux Cluster Job Management Systems (SGE)
 
An Introduction to Linux
An Introduction to LinuxAn Introduction to Linux
An Introduction to Linux
 
O D F Vs O O X M L v1.4
O D F Vs  O O X M L  v1.4O D F Vs  O O X M L  v1.4
O D F Vs O O X M L v1.4
 

Último

Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )
Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )
Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )Pooja Nehwal
 
Quarter 4- Module 3 Principles of Marketing
Quarter 4- Module 3 Principles of MarketingQuarter 4- Module 3 Principles of Marketing
Quarter 4- Module 3 Principles of MarketingMaristelaRamos12
 
03_Emmanuel Ndiaye_Degroof Petercam.pptx
03_Emmanuel Ndiaye_Degroof Petercam.pptx03_Emmanuel Ndiaye_Degroof Petercam.pptx
03_Emmanuel Ndiaye_Degroof Petercam.pptxFinTech Belgium
 
Best VIP Call Girls Noida Sector 18 Call Me: 8448380779
Best VIP Call Girls Noida Sector 18 Call Me: 8448380779Best VIP Call Girls Noida Sector 18 Call Me: 8448380779
Best VIP Call Girls Noida Sector 18 Call Me: 8448380779Delhi Call girls
 
CALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best sexual serviceanilsa9823
 
The Economic History of the U.S. Lecture 19.pdf
The Economic History of the U.S. Lecture 19.pdfThe Economic History of the U.S. Lecture 19.pdf
The Economic History of the U.S. Lecture 19.pdfGale Pooley
 
(DIYA) Bhumkar Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(DIYA) Bhumkar Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(DIYA) Bhumkar Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(DIYA) Bhumkar Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure serviceCall US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure servicePooja Nehwal
 
00_Main ppt_MeetupDORA&CyberSecurity.pptx
00_Main ppt_MeetupDORA&CyberSecurity.pptx00_Main ppt_MeetupDORA&CyberSecurity.pptx
00_Main ppt_MeetupDORA&CyberSecurity.pptxFinTech Belgium
 
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...Pooja Nehwal
 
Instant Issue Debit Cards - School Designs
Instant Issue Debit Cards - School DesignsInstant Issue Debit Cards - School Designs
Instant Issue Debit Cards - School Designsegoetzinger
 
Q3 2024 Earnings Conference Call and Webcast Slides
Q3 2024 Earnings Conference Call and Webcast SlidesQ3 2024 Earnings Conference Call and Webcast Slides
Q3 2024 Earnings Conference Call and Webcast SlidesMarketing847413
 
Call Girls Koregaon Park Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Koregaon Park Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Koregaon Park Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Koregaon Park Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...ssifa0344
 
VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...
VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...
VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...Suhani Kapoor
 
Malad Call Girl in Services 9892124323 | ₹,4500 With Room Free Delivery
Malad Call Girl in Services  9892124323 | ₹,4500 With Room Free DeliveryMalad Call Girl in Services  9892124323 | ₹,4500 With Room Free Delivery
Malad Call Girl in Services 9892124323 | ₹,4500 With Room Free DeliveryPooja Nehwal
 
The Economic History of the U.S. Lecture 18.pdf
The Economic History of the U.S. Lecture 18.pdfThe Economic History of the U.S. Lecture 18.pdf
The Economic History of the U.S. Lecture 18.pdfGale Pooley
 
The Economic History of the U.S. Lecture 21.pdf
The Economic History of the U.S. Lecture 21.pdfThe Economic History of the U.S. Lecture 21.pdf
The Economic History of the U.S. Lecture 21.pdfGale Pooley
 
Booking open Available Pune Call Girls Shivane 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Shivane  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Shivane  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Shivane 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...
TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...
TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...ssifa0344
 

Último (20)

Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )
Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )
Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )
 
Quarter 4- Module 3 Principles of Marketing
Quarter 4- Module 3 Principles of MarketingQuarter 4- Module 3 Principles of Marketing
Quarter 4- Module 3 Principles of Marketing
 
03_Emmanuel Ndiaye_Degroof Petercam.pptx
03_Emmanuel Ndiaye_Degroof Petercam.pptx03_Emmanuel Ndiaye_Degroof Petercam.pptx
03_Emmanuel Ndiaye_Degroof Petercam.pptx
 
Best VIP Call Girls Noida Sector 18 Call Me: 8448380779
Best VIP Call Girls Noida Sector 18 Call Me: 8448380779Best VIP Call Girls Noida Sector 18 Call Me: 8448380779
Best VIP Call Girls Noida Sector 18 Call Me: 8448380779
 
CALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best sexual service
 
The Economic History of the U.S. Lecture 19.pdf
The Economic History of the U.S. Lecture 19.pdfThe Economic History of the U.S. Lecture 19.pdf
The Economic History of the U.S. Lecture 19.pdf
 
(DIYA) Bhumkar Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(DIYA) Bhumkar Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(DIYA) Bhumkar Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(DIYA) Bhumkar Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure serviceCall US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
 
00_Main ppt_MeetupDORA&CyberSecurity.pptx
00_Main ppt_MeetupDORA&CyberSecurity.pptx00_Main ppt_MeetupDORA&CyberSecurity.pptx
00_Main ppt_MeetupDORA&CyberSecurity.pptx
 
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...
 
Instant Issue Debit Cards - School Designs
Instant Issue Debit Cards - School DesignsInstant Issue Debit Cards - School Designs
Instant Issue Debit Cards - School Designs
 
Q3 2024 Earnings Conference Call and Webcast Slides
Q3 2024 Earnings Conference Call and Webcast SlidesQ3 2024 Earnings Conference Call and Webcast Slides
Q3 2024 Earnings Conference Call and Webcast Slides
 
Call Girls Koregaon Park Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Koregaon Park Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Koregaon Park Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Koregaon Park Call Me 7737669865 Budget Friendly No Advance Booking
 
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
 
VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...
VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...
VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...
 
Malad Call Girl in Services 9892124323 | ₹,4500 With Room Free Delivery
Malad Call Girl in Services  9892124323 | ₹,4500 With Room Free DeliveryMalad Call Girl in Services  9892124323 | ₹,4500 With Room Free Delivery
Malad Call Girl in Services 9892124323 | ₹,4500 With Room Free Delivery
 
The Economic History of the U.S. Lecture 18.pdf
The Economic History of the U.S. Lecture 18.pdfThe Economic History of the U.S. Lecture 18.pdf
The Economic History of the U.S. Lecture 18.pdf
 
The Economic History of the U.S. Lecture 21.pdf
The Economic History of the U.S. Lecture 21.pdfThe Economic History of the U.S. Lecture 21.pdf
The Economic History of the U.S. Lecture 21.pdf
 
Booking open Available Pune Call Girls Shivane 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Shivane  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Shivane  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Shivane 6297143586 Call Hot Indian Gi...
 
TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...
TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...
TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...
 

The Unix and GNU command line guide

  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11. The Unix and GNU / Linux command line Unix filesystem
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18. The Unix and GNU / Linux command line Shells and file handling
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 40.
  • 41.
  • 42.
  • 43.
  • 44.
  • 45.
  • 46.
  • 47. The Unix and GNU / Linux command line Standard I/O, redirections, pipes
  • 48.
  • 49.
  • 50.
  • 51.
  • 52.
  • 53.
  • 54.
  • 55.
  • 56.
  • 57.
  • 58. The Unix and GNU / Linux command line Task control
  • 59.
  • 60.
  • 61.
  • 62.
  • 63.
  • 64.
  • 65.
  • 66.
  • 67.
  • 68.
  • 69.
  • 70.
  • 71.
  • 72.
  • 73.
  • 74.
  • 75.
  • 76.
  • 77.
  • 78.
  • 79.
  • 80.
  • 81.
  • 82.
  • 83.
  • 84. The Unix and GNU / Linux command line Miscellaneous Text editors
  • 85.
  • 86.
  • 88.
  • 89.
  • 90.
  • 91. vi basic commands Though vi is extremely powerful, its main 30 commands are easy to learn and are sufficient for 99% of everyone's needs! You can also take the quick tutorial by running vimtutor . Get our vi memento sheet if you didn't get it with this course: http://free-electrons.com/training/intro_unix_linux
  • 92.
  • 94. The Unix and GNU / Linux command line Miscellaneous Compressing and archiving
  • 95.
  • 96.
  • 97.
  • 98.
  • 99.
  • 100.
  • 101.
  • 102.
  • 103.
  • 104.
  • 105. The Unix and GNU / Linux command line Miscellaneous Printing
  • 106.
  • 107.
  • 108.
  • 109.
  • 110. The Unix and GNU / Linux command line Miscellaneous Comparing files and directories
  • 111.
  • 112.
  • 113.
  • 114.
  • 115. The Unix and GNU / Linux command line Miscellaneous Looking for files
  • 116.
  • 117.
  • 118. The Unix and GNU / Linux command line Miscellaneous Various commands
  • 119.
  • 120.
  • 121.
  • 122.
  • 123.
  • 124.
  • 125. The Unix and GNU / Linux command line System administration basics
  • 126.
  • 127.
  • 128.
  • 129.
  • 130.
  • 131.
  • 132.
  • 133.
  • 134.
  • 135.
  • 136.
  • 137.
  • 138.
  • 139.
  • 140.
  • 141. The Unix and GNU / Linux command line GNU / Linux: distribution packages
  • 142.
  • 143.
  • 144.
  • 145. The Unix and GNU / Linux command line Going further
  • 146.
  • 147.
  • 148.
  • 149.
  • 150.
  • 151.
  • 152.
  • 153.
  • 154.
  • 155. Custom Development System integration Embedded Linux demos and prototypes System optimization Linux kernel drivers Application and interface development Free Electrons services Technical Support Development tool and application support Issue investigation and solution follow-up with mainstream developers Help getting started Embedded Linux Training Unix and GNU/Linux basics Linux kernel and drivers development Real-time Linux uClinux Development and profiling tools Lightweight tools for embedded systems Root filesystem creation Audio and multimedia System optimization Consulting Help in decision making System architecture Identification of suitable technologies Managing licensing requirements System design and performance review http://free-electrons.com