SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

Linux basics
Linux basicsLinux basics
Linux basics
 
Quick Guide with Linux Command Line
Quick Guide with Linux Command LineQuick Guide with Linux Command Line
Quick Guide with Linux Command Line
 
Basic 50 linus command
Basic 50 linus commandBasic 50 linus command
Basic 50 linus command
 
Introduction to Linux
Introduction to Linux Introduction to Linux
Introduction to Linux
 
Linux command ppt
Linux command pptLinux command ppt
Linux command ppt
 
Linux history & features
Linux history & featuresLinux history & features
Linux history & features
 
Basic commands of linux
Basic commands of linuxBasic commands of linux
Basic commands of linux
 
Linux basic commands
Linux basic commandsLinux basic commands
Linux basic commands
 
Linux introduction
Linux introductionLinux introduction
Linux introduction
 
Bash shell
Bash shellBash shell
Bash shell
 
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
LinuxLinux
Linux
 
Linux file system
Linux file systemLinux file system
Linux file system
 
Introduction to Shell script
Introduction to Shell scriptIntroduction to Shell script
Introduction to Shell script
 
Linux commands
Linux commandsLinux commands
Linux commands
 
Linux file system
Linux file systemLinux file system
Linux file system
 
Basic command ppt
Basic command pptBasic command ppt
Basic command ppt
 
Unix Basics For Testers
Unix Basics For TestersUnix Basics For Testers
Unix Basics For Testers
 
Linux commands and file structure
Linux commands and file structureLinux commands and file structure
Linux commands and file structure
 
Linux Basic Commands
Linux Basic CommandsLinux Basic Commands
Linux Basic Commands
 

Andere mochten auch

Andere mochten auch (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
 

Ähnlich wie 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
 
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
 
Unix_commands_theory
Unix_commands_theoryUnix_commands_theory
Unix_commands_theoryNiti Patel
 

Ähnlich wie 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
 
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
 
Unix_commands_theory
Unix_commands_theoryUnix_commands_theory
Unix_commands_theory
 
Shell intro
Shell introShell intro
Shell intro
 

Mehr von 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
 

Mehr von 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
 

Kürzlich hochgeladen

The Economic History of the U.S. Lecture 17.pdf
The Economic History of the U.S. Lecture 17.pdfThe Economic History of the U.S. Lecture 17.pdf
The Economic History of the U.S. Lecture 17.pdfGale Pooley
 
The Economic History of the U.S. Lecture 20.pdf
The Economic History of the U.S. Lecture 20.pdfThe Economic History of the U.S. Lecture 20.pdf
The Economic History of the U.S. Lecture 20.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
 
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
 
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...Call Girls in Nagpur High Profile
 
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
 
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdfFinTech Belgium
 
The Economic History of the U.S. Lecture 26.pdf
The Economic History of the U.S. Lecture 26.pdfThe Economic History of the U.S. Lecture 26.pdf
The Economic History of the U.S. Lecture 26.pdfGale Pooley
 
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
 
Top Rated Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...
Top Rated  Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...Top Rated  Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...
Top Rated Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...Call Girls in Nagpur High Profile
 
Pooja 9892124323 : Call Girl in Juhu Escorts Service Free Home Delivery
Pooja 9892124323 : Call Girl in Juhu Escorts Service Free Home DeliveryPooja 9892124323 : Call Girl in Juhu Escorts Service Free Home Delivery
Pooja 9892124323 : Call Girl in Juhu Escorts Service Free Home DeliveryPooja Nehwal
 
20240429 Calibre April 2024 Investor Presentation.pdf
20240429 Calibre April 2024 Investor Presentation.pdf20240429 Calibre April 2024 Investor Presentation.pdf
20240429 Calibre April 2024 Investor Presentation.pdfAdnet Communications
 
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
The Economic History of the U.S. Lecture 22.pdf
The Economic History of the U.S. Lecture 22.pdfThe Economic History of the U.S. Lecture 22.pdf
The Economic History of the U.S. Lecture 22.pdfGale Pooley
 
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
 
Stock Market Brief Deck (Under Pressure).pdf
Stock Market Brief Deck (Under Pressure).pdfStock Market Brief Deck (Under Pressure).pdf
Stock Market Brief Deck (Under Pressure).pdfMichael Silva
 
03_Emmanuel Ndiaye_Degroof Petercam.pptx
03_Emmanuel Ndiaye_Degroof Petercam.pptx03_Emmanuel Ndiaye_Degroof Petercam.pptx
03_Emmanuel Ndiaye_Degroof Petercam.pptxFinTech Belgium
 

Kürzlich hochgeladen (20)

The Economic History of the U.S. Lecture 17.pdf
The Economic History of the U.S. Lecture 17.pdfThe Economic History of the U.S. Lecture 17.pdf
The Economic History of the U.S. Lecture 17.pdf
 
The Economic History of the U.S. Lecture 20.pdf
The Economic History of the U.S. Lecture 20.pdfThe Economic History of the U.S. Lecture 20.pdf
The Economic History of the U.S. Lecture 20.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...
 
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
 
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
 
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
 
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
 
The Economic History of the U.S. Lecture 26.pdf
The Economic History of the U.S. Lecture 26.pdfThe Economic History of the U.S. Lecture 26.pdf
The Economic History of the U.S. Lecture 26.pdf
 
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 )
 
VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...
VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...
VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...
 
Top Rated Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...
Top Rated  Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...Top Rated  Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...
Top Rated Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...
 
Pooja 9892124323 : Call Girl in Juhu Escorts Service Free Home Delivery
Pooja 9892124323 : Call Girl in Juhu Escorts Service Free Home DeliveryPooja 9892124323 : Call Girl in Juhu Escorts Service Free Home Delivery
Pooja 9892124323 : Call Girl in Juhu Escorts Service Free Home Delivery
 
20240429 Calibre April 2024 Investor Presentation.pdf
20240429 Calibre April 2024 Investor Presentation.pdf20240429 Calibre April 2024 Investor Presentation.pdf
20240429 Calibre April 2024 Investor Presentation.pdf
 
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
The Economic History of the U.S. Lecture 22.pdf
The Economic History of the U.S. Lecture 22.pdfThe Economic History of the U.S. Lecture 22.pdf
The Economic History of the U.S. Lecture 22.pdf
 
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
 
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
 
Stock Market Brief Deck (Under Pressure).pdf
Stock Market Brief Deck (Under Pressure).pdfStock Market Brief Deck (Under Pressure).pdf
Stock Market Brief Deck (Under Pressure).pdf
 
03_Emmanuel Ndiaye_Degroof Petercam.pptx
03_Emmanuel Ndiaye_Degroof Petercam.pptx03_Emmanuel Ndiaye_Degroof Petercam.pptx
03_Emmanuel Ndiaye_Degroof Petercam.pptx
 
Veritas Interim Report 1 January–31 March 2024
Veritas Interim Report 1 January–31 March 2024Veritas Interim Report 1 January–31 March 2024
Veritas Interim Report 1 January–31 March 2024
 

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