SlideShare a Scribd company logo
1 of 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

More Related Content

What's hot

Linux command ppt
Linux command pptLinux command ppt
Linux command pptkalyanineve
 
Linux Internals - Kernel/Core
Linux Internals - Kernel/CoreLinux Internals - Kernel/Core
Linux Internals - Kernel/CoreShay Cohen
 
Linux Presentation
Linux PresentationLinux Presentation
Linux Presentationnishantsri
 
Android OS Porting: Introduction
Android OS Porting: IntroductionAndroid OS Porting: Introduction
Android OS Porting: IntroductionJollen Chen
 
A deep dive into Android OpenSource Project(AOSP)
A deep dive into Android OpenSource Project(AOSP)A deep dive into Android OpenSource Project(AOSP)
A deep dive into Android OpenSource Project(AOSP)Siji Sunny
 
Basic command ppt
Basic command pptBasic command ppt
Basic command pptRohit Kumar
 
Course 102: Lecture 14: Users and Permissions
Course 102: Lecture 14: Users and PermissionsCourse 102: Lecture 14: Users and Permissions
Course 102: Lecture 14: Users and PermissionsAhmed El-Arabawy
 
Unix Linux Commands Presentation 2013
Unix Linux Commands Presentation 2013Unix Linux Commands Presentation 2013
Unix Linux Commands Presentation 2013Wave Digitech
 
Linux container, namespaces & CGroup.
Linux container, namespaces & CGroup. Linux container, namespaces & CGroup.
Linux container, namespaces & CGroup. Neeraj Shrimali
 
Android's HIDL: Treble in the HAL
Android's HIDL: Treble in the HALAndroid's HIDL: Treble in the HAL
Android's HIDL: Treble in the HALOpersys inc.
 
Linux Basic Commands
Linux Basic CommandsLinux Basic Commands
Linux Basic CommandsHanan Nmr
 
Android is NOT just 'Java on Linux'
Android is NOT just 'Java on Linux'Android is NOT just 'Java on Linux'
Android is NOT just 'Java on Linux'Tetsuyuki Kobayashi
 

What's hot (20)

Linux command ppt
Linux command pptLinux command ppt
Linux command ppt
 
Linux Internals - Kernel/Core
Linux Internals - Kernel/CoreLinux Internals - Kernel/Core
Linux Internals - Kernel/Core
 
Linux seminar
Linux seminarLinux seminar
Linux seminar
 
Linux Presentation
Linux PresentationLinux Presentation
Linux Presentation
 
Android OS Porting: Introduction
Android OS Porting: IntroductionAndroid OS Porting: Introduction
Android OS Porting: Introduction
 
A deep dive into Android OpenSource Project(AOSP)
A deep dive into Android OpenSource Project(AOSP)A deep dive into Android OpenSource Project(AOSP)
A deep dive into Android OpenSource Project(AOSP)
 
Basic command ppt
Basic command pptBasic command ppt
Basic command ppt
 
Course 102: Lecture 14: Users and Permissions
Course 102: Lecture 14: Users and PermissionsCourse 102: Lecture 14: Users and Permissions
Course 102: Lecture 14: Users and Permissions
 
Unix Linux Commands Presentation 2013
Unix Linux Commands Presentation 2013Unix Linux Commands Presentation 2013
Unix Linux Commands Presentation 2013
 
Basic linux commands
Basic linux commandsBasic linux commands
Basic linux commands
 
Linux container, namespaces & CGroup.
Linux container, namespaces & CGroup. Linux container, namespaces & CGroup.
Linux container, namespaces & CGroup.
 
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
 
Linux Programming
Linux ProgrammingLinux Programming
Linux Programming
 
Android's HIDL: Treble in the HAL
Android's HIDL: Treble in the HALAndroid's HIDL: Treble in the HAL
Android's HIDL: Treble in the HAL
 
Linux Basic Commands
Linux Basic CommandsLinux Basic Commands
Linux Basic Commands
 
Android is NOT just 'Java on Linux'
Android is NOT just 'Java on Linux'Android is NOT just 'Java on Linux'
Android is NOT just 'Java on Linux'
 
Linux file system
Linux file systemLinux file system
Linux file system
 
Embedded Android : System Development - Part IV
Embedded Android : System Development - Part IVEmbedded Android : System Development - Part IV
Embedded Android : System Development - Part IV
 
Introduction to Unix
Introduction to UnixIntroduction to Unix
Introduction to Unix
 
Intro to linux
Intro to linuxIntro to linux
Intro to linux
 

Viewers also liked

Viewers also liked (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 to 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 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
 
Unix_commands_theory
Unix_commands_theoryUnix_commands_theory
Unix_commands_theoryNiti Patel
 

Similar to 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 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
 
Unix_commands_theory
Unix_commands_theoryUnix_commands_theory
Unix_commands_theory
 

Recently uploaded

Stock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdfStock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdfMichael Silva
 
『澳洲文凭』买科廷大学毕业证书成绩单办理澳洲Curtin文凭学位证书
『澳洲文凭』买科廷大学毕业证书成绩单办理澳洲Curtin文凭学位证书『澳洲文凭』买科廷大学毕业证书成绩单办理澳洲Curtin文凭学位证书
『澳洲文凭』买科廷大学毕业证书成绩单办理澳洲Curtin文凭学位证书rnrncn29
 
Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...
Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...
Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...amilabibi1
 
NO1 Certified Amil Baba In Lahore Kala Jadu In Lahore Best Amil In Lahore Ami...
NO1 Certified Amil Baba In Lahore Kala Jadu In Lahore Best Amil In Lahore Ami...NO1 Certified Amil Baba In Lahore Kala Jadu In Lahore Best Amil In Lahore Ami...
NO1 Certified Amil Baba In Lahore Kala Jadu In Lahore Best Amil In Lahore Ami...Amil baba
 
PMFBY , Pradhan Mantri Fasal bima yojna
PMFBY , Pradhan Mantri  Fasal bima yojnaPMFBY , Pradhan Mantri  Fasal bima yojna
PMFBY , Pradhan Mantri Fasal bima yojnaDharmendra Kumar
 
NO1 Certified kala jadu karne wale ka contact number kala jadu karne wale bab...
NO1 Certified kala jadu karne wale ka contact number kala jadu karne wale bab...NO1 Certified kala jadu karne wale ka contact number kala jadu karne wale bab...
NO1 Certified kala jadu karne wale ka contact number kala jadu karne wale bab...Amil baba
 
Gender and caste discrimination in india
Gender and caste discrimination in indiaGender and caste discrimination in india
Gender and caste discrimination in indiavandanasingh01072003
 
Unit 4.1 financial markets operations .pdf
Unit 4.1 financial markets operations .pdfUnit 4.1 financial markets operations .pdf
Unit 4.1 financial markets operations .pdfSatyamSinghParihar2
 
Money Forward Integrated Report “Forward Map” 2024
Money Forward Integrated Report “Forward Map” 2024Money Forward Integrated Report “Forward Map” 2024
Money Forward Integrated Report “Forward Map” 2024Money Forward
 
Unveiling Business Expansion Trends in 2024
Unveiling Business Expansion Trends in 2024Unveiling Business Expansion Trends in 2024
Unveiling Business Expansion Trends in 2024Champak Jhagmag
 
10 QuickBooks Tips 2024 - Globus Finanza.pdf
10 QuickBooks Tips 2024 - Globus Finanza.pdf10 QuickBooks Tips 2024 - Globus Finanza.pdf
10 QuickBooks Tips 2024 - Globus Finanza.pdfglobusfinanza
 
Uae-NO1 Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...
Uae-NO1 Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...Uae-NO1 Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...
Uae-NO1 Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...Amil baba
 
Market Morning Updates for 16th April 2024
Market Morning Updates for 16th April 2024Market Morning Updates for 16th April 2024
Market Morning Updates for 16th April 2024Devarsh Vakil
 
《加拿大本地办假证-寻找办理Dalhousie毕业证和达尔豪斯大学毕业证书的中介代理》
《加拿大本地办假证-寻找办理Dalhousie毕业证和达尔豪斯大学毕业证书的中介代理》《加拿大本地办假证-寻找办理Dalhousie毕业证和达尔豪斯大学毕业证书的中介代理》
《加拿大本地办假证-寻找办理Dalhousie毕业证和达尔豪斯大学毕业证书的中介代理》rnrncn29
 
NO1 Certified Black Magic Removal in Uk kala jadu Specialist kala jadu for Lo...
NO1 Certified Black Magic Removal in Uk kala jadu Specialist kala jadu for Lo...NO1 Certified Black Magic Removal in Uk kala jadu Specialist kala jadu for Lo...
NO1 Certified Black Magic Removal in Uk kala jadu Specialist kala jadu for Lo...Amil baba
 
Banking: Commercial and Central Banking.pptx
Banking: Commercial and Central Banking.pptxBanking: Commercial and Central Banking.pptx
Banking: Commercial and Central Banking.pptxANTHONYAKINYOSOYE1
 
The Inspirational Story of Julio Herrera Velutini - Global Finance Leader
The Inspirational Story of Julio Herrera Velutini - Global Finance LeaderThe Inspirational Story of Julio Herrera Velutini - Global Finance Leader
The Inspirational Story of Julio Herrera Velutini - Global Finance LeaderArianna Varetto
 
Economic Risk Factor Update: April 2024 [SlideShare]
Economic Risk Factor Update: April 2024 [SlideShare]Economic Risk Factor Update: April 2024 [SlideShare]
Economic Risk Factor Update: April 2024 [SlideShare]Commonwealth
 
2024 Q1 Crypto Industry Report | CoinGecko
2024 Q1 Crypto Industry Report | CoinGecko2024 Q1 Crypto Industry Report | CoinGecko
2024 Q1 Crypto Industry Report | CoinGeckoCoinGecko
 
Introduction to Health Economics Dr. R. Kurinji Malar.pptx
Introduction to Health Economics Dr. R. Kurinji Malar.pptxIntroduction to Health Economics Dr. R. Kurinji Malar.pptx
Introduction to Health Economics Dr. R. Kurinji Malar.pptxDrRkurinjiMalarkurin
 

Recently uploaded (20)

Stock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdfStock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdf
 
『澳洲文凭』买科廷大学毕业证书成绩单办理澳洲Curtin文凭学位证书
『澳洲文凭』买科廷大学毕业证书成绩单办理澳洲Curtin文凭学位证书『澳洲文凭』买科廷大学毕业证书成绩单办理澳洲Curtin文凭学位证书
『澳洲文凭』买科廷大学毕业证书成绩单办理澳洲Curtin文凭学位证书
 
Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...
Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...
Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...
 
NO1 Certified Amil Baba In Lahore Kala Jadu In Lahore Best Amil In Lahore Ami...
NO1 Certified Amil Baba In Lahore Kala Jadu In Lahore Best Amil In Lahore Ami...NO1 Certified Amil Baba In Lahore Kala Jadu In Lahore Best Amil In Lahore Ami...
NO1 Certified Amil Baba In Lahore Kala Jadu In Lahore Best Amil In Lahore Ami...
 
PMFBY , Pradhan Mantri Fasal bima yojna
PMFBY , Pradhan Mantri  Fasal bima yojnaPMFBY , Pradhan Mantri  Fasal bima yojna
PMFBY , Pradhan Mantri Fasal bima yojna
 
NO1 Certified kala jadu karne wale ka contact number kala jadu karne wale bab...
NO1 Certified kala jadu karne wale ka contact number kala jadu karne wale bab...NO1 Certified kala jadu karne wale ka contact number kala jadu karne wale bab...
NO1 Certified kala jadu karne wale ka contact number kala jadu karne wale bab...
 
Gender and caste discrimination in india
Gender and caste discrimination in indiaGender and caste discrimination in india
Gender and caste discrimination in india
 
Unit 4.1 financial markets operations .pdf
Unit 4.1 financial markets operations .pdfUnit 4.1 financial markets operations .pdf
Unit 4.1 financial markets operations .pdf
 
Money Forward Integrated Report “Forward Map” 2024
Money Forward Integrated Report “Forward Map” 2024Money Forward Integrated Report “Forward Map” 2024
Money Forward Integrated Report “Forward Map” 2024
 
Unveiling Business Expansion Trends in 2024
Unveiling Business Expansion Trends in 2024Unveiling Business Expansion Trends in 2024
Unveiling Business Expansion Trends in 2024
 
10 QuickBooks Tips 2024 - Globus Finanza.pdf
10 QuickBooks Tips 2024 - Globus Finanza.pdf10 QuickBooks Tips 2024 - Globus Finanza.pdf
10 QuickBooks Tips 2024 - Globus Finanza.pdf
 
Uae-NO1 Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...
Uae-NO1 Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...Uae-NO1 Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...
Uae-NO1 Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...
 
Market Morning Updates for 16th April 2024
Market Morning Updates for 16th April 2024Market Morning Updates for 16th April 2024
Market Morning Updates for 16th April 2024
 
《加拿大本地办假证-寻找办理Dalhousie毕业证和达尔豪斯大学毕业证书的中介代理》
《加拿大本地办假证-寻找办理Dalhousie毕业证和达尔豪斯大学毕业证书的中介代理》《加拿大本地办假证-寻找办理Dalhousie毕业证和达尔豪斯大学毕业证书的中介代理》
《加拿大本地办假证-寻找办理Dalhousie毕业证和达尔豪斯大学毕业证书的中介代理》
 
NO1 Certified Black Magic Removal in Uk kala jadu Specialist kala jadu for Lo...
NO1 Certified Black Magic Removal in Uk kala jadu Specialist kala jadu for Lo...NO1 Certified Black Magic Removal in Uk kala jadu Specialist kala jadu for Lo...
NO1 Certified Black Magic Removal in Uk kala jadu Specialist kala jadu for Lo...
 
Banking: Commercial and Central Banking.pptx
Banking: Commercial and Central Banking.pptxBanking: Commercial and Central Banking.pptx
Banking: Commercial and Central Banking.pptx
 
The Inspirational Story of Julio Herrera Velutini - Global Finance Leader
The Inspirational Story of Julio Herrera Velutini - Global Finance LeaderThe Inspirational Story of Julio Herrera Velutini - Global Finance Leader
The Inspirational Story of Julio Herrera Velutini - Global Finance Leader
 
Economic Risk Factor Update: April 2024 [SlideShare]
Economic Risk Factor Update: April 2024 [SlideShare]Economic Risk Factor Update: April 2024 [SlideShare]
Economic Risk Factor Update: April 2024 [SlideShare]
 
2024 Q1 Crypto Industry Report | CoinGecko
2024 Q1 Crypto Industry Report | CoinGecko2024 Q1 Crypto Industry Report | CoinGecko
2024 Q1 Crypto Industry Report | CoinGecko
 
Introduction to Health Economics Dr. R. Kurinji Malar.pptx
Introduction to Health Economics Dr. R. Kurinji Malar.pptxIntroduction to Health Economics Dr. R. Kurinji Malar.pptx
Introduction to Health Economics Dr. R. Kurinji Malar.pptx
 

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