SlideShare a Scribd company logo
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
LinuxLinux
Linux ppt
Linux pptLinux ppt
Linux ppt
lincy21
 
Linux presentation
Linux presentationLinux presentation
Linux presentationNikhil Jain
 
Linux basic commands
Linux basic commandsLinux basic commands
Linux basic commands
MohanKumar Palanichamy
 
Course 102: Lecture 5: File Handling Internals
Course 102: Lecture 5: File Handling Internals Course 102: Lecture 5: File Handling Internals
Course 102: Lecture 5: File Handling Internals
Ahmed El-Arabawy
 
Linux Serial Driver
Linux Serial DriverLinux Serial Driver
Linux Serial Driver
艾鍗科技
 
Basic linux commands
Basic linux commandsBasic linux commands
Basic linux commands
Shakeel Shafiq
 
Course 102: Lecture 3: Basic Concepts And Commands
Course 102: Lecture 3: Basic Concepts And Commands Course 102: Lecture 3: Basic Concepts And Commands
Course 102: Lecture 3: Basic Concepts And Commands
Ahmed El-Arabawy
 
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
sbmguys
 
Linux Presentation
Linux PresentationLinux Presentation
Linux Presentation
nishantsri
 
Linux file system
Linux file systemLinux file system
Linux file system
Md. Tanvir Hossain
 
Linux
LinuxLinux
Linux
dwarfyray
 
An Introduction to Linux
An Introduction to LinuxAn Introduction to Linux
An Introduction to Linux
anandvaidya
 
Linux commands
Linux commandsLinux commands
Linux commands
Mannu Khani
 
Unix - An Introduction
Unix - An IntroductionUnix - An Introduction
Unix - An Introduction
Deepanshu Gahlaut
 
Linux Basic Commands
Linux Basic CommandsLinux Basic Commands
Linux Basic Commands
Hanan Nmr
 
Linux file system
Linux file systemLinux file system
Linux file system
Midaga Mengistu
 

What's hot (20)

Linux
LinuxLinux
Linux
 
Linux ppt
Linux pptLinux ppt
Linux ppt
 
Linux presentation
Linux presentationLinux presentation
Linux presentation
 
Linux basic commands
Linux basic commandsLinux basic commands
Linux basic commands
 
Course 102: Lecture 5: File Handling Internals
Course 102: Lecture 5: File Handling Internals Course 102: Lecture 5: File Handling Internals
Course 102: Lecture 5: File Handling Internals
 
Linux Serial Driver
Linux Serial DriverLinux Serial Driver
Linux Serial Driver
 
Linux commands
Linux commandsLinux commands
Linux commands
 
Basic linux commands
Basic linux commandsBasic linux commands
Basic linux commands
 
Course 102: Lecture 3: Basic Concepts And Commands
Course 102: Lecture 3: Basic Concepts And Commands Course 102: Lecture 3: Basic Concepts And Commands
Course 102: Lecture 3: Basic Concepts And Commands
 
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 basics
Linux basicsLinux basics
Linux basics
 
Linux Presentation
Linux PresentationLinux Presentation
Linux Presentation
 
Linux file system
Linux file systemLinux file system
Linux file system
 
Linux
LinuxLinux
Linux
 
An Introduction to Linux
An Introduction to LinuxAn Introduction to Linux
An Introduction to Linux
 
Linux commands
Linux commandsLinux commands
Linux commands
 
Unix - An Introduction
Unix - An IntroductionUnix - An Introduction
Unix - An Introduction
 
Linux Basic Commands
Linux Basic CommandsLinux Basic Commands
Linux Basic Commands
 
Linux file system
Linux file systemLinux file system
Linux file system
 
Linux vs windows
Linux vs windowsLinux vs windows
Linux vs windows
 

Viewers also liked

Hadoop introduction 2
Hadoop introduction 2Hadoop introduction 2
Hadoop introduction 2Tianwei Liu
 
Scraping the web with python
Scraping the web with pythonScraping the web with python
Scraping the web with python
Jose Manuel Ortega Candel
 
Tutorial on Web Scraping in Python
Tutorial on Web Scraping in PythonTutorial on Web Scraping in Python
Tutorial on Web Scraping in Python
Nithish Raghunandanan
 
Linux.ppt
Linux.ppt Linux.ppt
Linux.ppt
onu9
 
Big Data & Hadoop Tutorial
Big Data & Hadoop TutorialBig Data & Hadoop Tutorial
Big Data & Hadoop Tutorial
Edureka!
 
Web Scraping with Python
Web Scraping with PythonWeb Scraping with Python
Web Scraping with Python
Paul Schreiber
 

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 Linux Introduction (Commands)

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 linux
Liran Ben Haim
 
Karkha unix shell scritping
Karkha unix shell scritpingKarkha unix shell scritping
Karkha unix shell scritping
chockit88
 
Shell_Scripting.ppt
Shell_Scripting.pptShell_Scripting.ppt
Shell_Scripting.ppt
KiranMantri
 
Linux commands and file structure
Linux commands and file structureLinux commands and file structure
Linux commands and file structure
Sreenatha Reddy K R
 
Linux
LinuxLinux
linux-lecture4.ppt
linux-lecture4.pptlinux-lecture4.ppt
linux-lecture4.ppt
LuigysToro
 
Red hat linux essentials
Red hat linux essentialsRed hat linux essentials
Red hat linux essentials
Haitham Raik
 
Unix training session 1
Unix training   session 1Unix training   session 1
Unix training session 1
Anil Kumar Kapil,PMP®
 
84640411 study-of-unix-os
84640411 study-of-unix-os84640411 study-of-unix-os
84640411 study-of-unix-os
homeworkping3
 
Linux administration training
Linux administration trainingLinux administration training
Linux administration training
iman darabi
 
Linux 4 you
Linux 4 youLinux 4 you
Linux 4 you
Shashwat Shriparv
 
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
 
Shell intro
Shell introShell intro
Shell intro
Srikanth Learner
 

Similar to Linux Introduction (Commands) (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
 
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
 
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
 
Shell intro
Shell introShell intro
Shell intro
 
Shell intro
Shell introShell intro
Shell intro
 

Recently uploaded

how to sell pi coins effectively (from 50 - 100k pi)
how to sell pi coins effectively (from 50 - 100k  pi)how to sell pi coins effectively (from 50 - 100k  pi)
how to sell pi coins effectively (from 50 - 100k pi)
DOT TECH
 
how to sell pi coins in South Korea profitably.
how to sell pi coins in South Korea profitably.how to sell pi coins in South Korea profitably.
how to sell pi coins in South Korea profitably.
DOT TECH
 
BYD SWOT Analysis and In-Depth Insights 2024.pptx
BYD SWOT Analysis and In-Depth Insights 2024.pptxBYD SWOT Analysis and In-Depth Insights 2024.pptx
BYD SWOT Analysis and In-Depth Insights 2024.pptx
mikemetalprod
 
Turin Startup Ecosystem 2024 - Ricerca sulle Startup e il Sistema dell'Innov...
Turin Startup Ecosystem 2024  - Ricerca sulle Startup e il Sistema dell'Innov...Turin Startup Ecosystem 2024  - Ricerca sulle Startup e il Sistema dell'Innov...
Turin Startup Ecosystem 2024 - Ricerca sulle Startup e il Sistema dell'Innov...
Quotidiano Piemontese
 
where can I find a legit pi merchant online
where can I find a legit pi merchant onlinewhere can I find a legit pi merchant online
where can I find a legit pi merchant online
DOT TECH
 
how can I sell/buy bulk pi coins securely
how can I sell/buy bulk pi coins securelyhow can I sell/buy bulk pi coins securely
how can I sell/buy bulk pi coins securely
DOT TECH
 
Financial Assets: Debit vs Equity Securities.pptx
Financial Assets: Debit vs Equity Securities.pptxFinancial Assets: Debit vs Equity Securities.pptx
Financial Assets: Debit vs Equity Securities.pptx
Writo-Finance
 
The Evolution of Non-Banking Financial Companies (NBFCs) in India: Challenges...
The Evolution of Non-Banking Financial Companies (NBFCs) in India: Challenges...The Evolution of Non-Banking Financial Companies (NBFCs) in India: Challenges...
The Evolution of Non-Banking Financial Companies (NBFCs) in India: Challenges...
beulahfernandes8
 
What website can I sell pi coins securely.
What website can I sell pi coins securely.What website can I sell pi coins securely.
What website can I sell pi coins securely.
DOT TECH
 
Chương 6. Ancol - phenol - ether (1).pdf
Chương 6. Ancol - phenol - ether (1).pdfChương 6. Ancol - phenol - ether (1).pdf
Chương 6. Ancol - phenol - ether (1).pdf
va2132004
 
Isios-2024-Professional-Independent-Trustee-Survey.pdf
Isios-2024-Professional-Independent-Trustee-Survey.pdfIsios-2024-Professional-Independent-Trustee-Survey.pdf
Isios-2024-Professional-Independent-Trustee-Survey.pdf
Henry Tapper
 
how to swap pi coins to foreign currency withdrawable.
how to swap pi coins to foreign currency withdrawable.how to swap pi coins to foreign currency withdrawable.
how to swap pi coins to foreign currency withdrawable.
DOT TECH
 
what is the best method to sell pi coins in 2024
what is the best method to sell pi coins in 2024what is the best method to sell pi coins in 2024
what is the best method to sell pi coins in 2024
DOT TECH
 
how to sell pi coins on Binance exchange
how to sell pi coins on Binance exchangehow to sell pi coins on Binance exchange
how to sell pi coins on Binance exchange
DOT TECH
 
This assessment plan proposal is to outline a structured approach to evaluati...
This assessment plan proposal is to outline a structured approach to evaluati...This assessment plan proposal is to outline a structured approach to evaluati...
This assessment plan proposal is to outline a structured approach to evaluati...
lamluanvan.net Viết thuê luận văn
 
APP I Lecture Notes to students 0f 4the year
APP I  Lecture Notes  to students 0f 4the yearAPP I  Lecture Notes  to students 0f 4the year
APP I Lecture Notes to students 0f 4the year
telilaalilemlem
 
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
Falcon Invoice Discounting
 
what is the future of Pi Network currency.
what is the future of Pi Network currency.what is the future of Pi Network currency.
what is the future of Pi Network currency.
DOT TECH
 
what is a pi whale and how to access one.
what is a pi whale and how to access one.what is a pi whale and how to access one.
what is a pi whale and how to access one.
DOT TECH
 
Exploring Abhay Bhutada’s Views After Poonawalla Fincorp’s Collaboration With...
Exploring Abhay Bhutada’s Views After Poonawalla Fincorp’s Collaboration With...Exploring Abhay Bhutada’s Views After Poonawalla Fincorp’s Collaboration With...
Exploring Abhay Bhutada’s Views After Poonawalla Fincorp’s Collaboration With...
beulahfernandes8
 

Recently uploaded (20)

how to sell pi coins effectively (from 50 - 100k pi)
how to sell pi coins effectively (from 50 - 100k  pi)how to sell pi coins effectively (from 50 - 100k  pi)
how to sell pi coins effectively (from 50 - 100k pi)
 
how to sell pi coins in South Korea profitably.
how to sell pi coins in South Korea profitably.how to sell pi coins in South Korea profitably.
how to sell pi coins in South Korea profitably.
 
BYD SWOT Analysis and In-Depth Insights 2024.pptx
BYD SWOT Analysis and In-Depth Insights 2024.pptxBYD SWOT Analysis and In-Depth Insights 2024.pptx
BYD SWOT Analysis and In-Depth Insights 2024.pptx
 
Turin Startup Ecosystem 2024 - Ricerca sulle Startup e il Sistema dell'Innov...
Turin Startup Ecosystem 2024  - Ricerca sulle Startup e il Sistema dell'Innov...Turin Startup Ecosystem 2024  - Ricerca sulle Startup e il Sistema dell'Innov...
Turin Startup Ecosystem 2024 - Ricerca sulle Startup e il Sistema dell'Innov...
 
where can I find a legit pi merchant online
where can I find a legit pi merchant onlinewhere can I find a legit pi merchant online
where can I find a legit pi merchant online
 
how can I sell/buy bulk pi coins securely
how can I sell/buy bulk pi coins securelyhow can I sell/buy bulk pi coins securely
how can I sell/buy bulk pi coins securely
 
Financial Assets: Debit vs Equity Securities.pptx
Financial Assets: Debit vs Equity Securities.pptxFinancial Assets: Debit vs Equity Securities.pptx
Financial Assets: Debit vs Equity Securities.pptx
 
The Evolution of Non-Banking Financial Companies (NBFCs) in India: Challenges...
The Evolution of Non-Banking Financial Companies (NBFCs) in India: Challenges...The Evolution of Non-Banking Financial Companies (NBFCs) in India: Challenges...
The Evolution of Non-Banking Financial Companies (NBFCs) in India: Challenges...
 
What website can I sell pi coins securely.
What website can I sell pi coins securely.What website can I sell pi coins securely.
What website can I sell pi coins securely.
 
Chương 6. Ancol - phenol - ether (1).pdf
Chương 6. Ancol - phenol - ether (1).pdfChương 6. Ancol - phenol - ether (1).pdf
Chương 6. Ancol - phenol - ether (1).pdf
 
Isios-2024-Professional-Independent-Trustee-Survey.pdf
Isios-2024-Professional-Independent-Trustee-Survey.pdfIsios-2024-Professional-Independent-Trustee-Survey.pdf
Isios-2024-Professional-Independent-Trustee-Survey.pdf
 
how to swap pi coins to foreign currency withdrawable.
how to swap pi coins to foreign currency withdrawable.how to swap pi coins to foreign currency withdrawable.
how to swap pi coins to foreign currency withdrawable.
 
what is the best method to sell pi coins in 2024
what is the best method to sell pi coins in 2024what is the best method to sell pi coins in 2024
what is the best method to sell pi coins in 2024
 
how to sell pi coins on Binance exchange
how to sell pi coins on Binance exchangehow to sell pi coins on Binance exchange
how to sell pi coins on Binance exchange
 
This assessment plan proposal is to outline a structured approach to evaluati...
This assessment plan proposal is to outline a structured approach to evaluati...This assessment plan proposal is to outline a structured approach to evaluati...
This assessment plan proposal is to outline a structured approach to evaluati...
 
APP I Lecture Notes to students 0f 4the year
APP I  Lecture Notes  to students 0f 4the yearAPP I  Lecture Notes  to students 0f 4the year
APP I Lecture Notes to students 0f 4the year
 
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
 
what is the future of Pi Network currency.
what is the future of Pi Network currency.what is the future of Pi Network currency.
what is the future of Pi Network currency.
 
what is a pi whale and how to access one.
what is a pi whale and how to access one.what is a pi whale and how to access one.
what is a pi whale and how to access one.
 
Exploring Abhay Bhutada’s Views After Poonawalla Fincorp’s Collaboration With...
Exploring Abhay Bhutada’s Views After Poonawalla Fincorp’s Collaboration With...Exploring Abhay Bhutada’s Views After Poonawalla Fincorp’s Collaboration With...
Exploring Abhay Bhutada’s Views After Poonawalla Fincorp’s Collaboration With...
 

Linux Introduction (Commands)

  • 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