SlideShare a Scribd company logo
1 of 4
Download to read offline
Basics GNU/Linux Commands
Basics GNU/Linux Commands
#1. ls : list directory contents
ls
If you want to see hidden files/directories (beginning with dot.), the use -a flag.
ls -a
Check the manual for more detail (man ls).
#2. cd : Change Directory
cd ../
cd /home/Desktop
Remember,
. represents the current directory
.. represents the parent directory
~ represents the home directory (of the user)
#3. ​pwd​ : print the current/working directory
pwd
/home/Desktop/scripts
#4. ​mkdir​ : make/create directory.
mkdir ​funny_stuffs
#5. ​rm : remove/delete​ file/directory
rm useless.sh
NOTE : it removes directories only if it’s empty, unless you specify -f flag for force deletion. But you must be careful with the arguments such as -r, -f. (-rf is
very dangerous).
#6. ​sudo​ : superuser do, to gain root privilege
e.g
sudo apt-get install ​gnome-shell
Then enter your user account password, and you would be able to do administrative tasks like root. So if you’re getting any permission error using a
command, then adding sudo as a prefix, might help.
#7. ​mv : rename or move a file/directory
mv file1 ~​/Downloads/Archive/
the above command will move the file from the current directory to target directory.
mv logo_2.jpg new_logo.jpg
it will rename the file to new_logo.jpg.
#8. ​cat : View File contents
cat install.log
#9.​ man ​: A Reference manual for utils/commands/programs
e.g if you want to know more about rm command, then type –
man rm
#10. ​cp : Copy Files/Directories
cp movie_name.mp4 ~/Downloads/movies/
The above command will copy the movie_name.mp4 to the specified directory.
#11.​ wget : Download files from server
GNU Wget or wget is very handy in downloading stuffs from internet, over the command line.
wget url_of_the_content
#12.​ gksudo : Run GUI Application with Root privilege
gksudo nautilus
The above command will open nautilus with root privilege. It’s just like sudo, but in GUI mode.
#13. ​shutdown : To shutdown ​the computer from terminal
shutdown -h
where time can be 0 if you want to shutdown now or specify the exact time such as 10:30.
#14.​ restart : Restart the computer
restart
Package Management
These are Ubuntu Specific commands. It Requires root privilege, so just add the sudo prefix before each command (it will ask for the user password and
you’re done!).
#15. ​apt-get : Command Line Tool for handling packages
There are various options such as
install – To install package.
e.g Install the program PyRoom (A distraction Free Text Editor)
sudo apt-get install pyroom
remove – To remove package
sudo apt-get remove kate
update – To update the package cache
sudo apt-get update
#​16. add-apt-repository – To add a PPA (for your favorite Application)
e.g add the PPA for the App Eidete (Screencasting program)
sudo add-apt-repository ppa:shnatsel/eidete-daily
After, adding the PPA, apt-get update command is required.
#17. ​apt-cache : To access the Package details from cache
search : search for the related packages in the apt-cache
e.g
apt-cache search image editor
Prabathshantha@gmail.com

More Related Content

What's hot

Terminal basic-commands(Unix) -partI
Terminal basic-commands(Unix) -partITerminal basic-commands(Unix) -partI
Terminal basic-commands(Unix) -partIKedar Bhandari
 
Useful linux-commands
Useful linux-commandsUseful linux-commands
Useful linux-commandsHimani Singh
 
EUC 2013 - Erlang in a *NIX World
EUC 2013 - Erlang in a *NIX WorldEUC 2013 - Erlang in a *NIX World
EUC 2013 - Erlang in a *NIX Worldericbmerritt
 
How to install Odoo 13 in Ubuntu ?
How to install Odoo 13 in Ubuntu ?How to install Odoo 13 in Ubuntu ?
How to install Odoo 13 in Ubuntu ?Varsha Technaureus
 
6 stages of linux boot process
6 stages of linux boot process6 stages of linux boot process
6 stages of linux boot processsagarpdalvi
 
Common linux ubuntu commands overview
Common linux  ubuntu commands overviewCommon linux  ubuntu commands overview
Common linux ubuntu commands overviewAmeer Sameer
 
6 stages of linux boot process
6 stages of linux boot process6 stages of linux boot process
6 stages of linux boot processTeja Bheemanapally
 
Puppet barcampexercises.jzt
Puppet barcampexercises.jztPuppet barcampexercises.jzt
Puppet barcampexercises.jztsom_nangia
 
Day 6 ubuntu boot camp
Day 6 ubuntu boot campDay 6 ubuntu boot camp
Day 6 ubuntu boot campDarlene Parker
 
Choosing Linux Distro - Personal Desktop
Choosing Linux Distro - Personal DesktopChoosing Linux Distro - Personal Desktop
Choosing Linux Distro - Personal DesktopDani Iswara
 
NCSU MGSA Unix Presentation
NCSU MGSA Unix PresentationNCSU MGSA Unix Presentation
NCSU MGSA Unix PresentationJon Ernstberger
 
Linux Commands - 3
Linux Commands - 3Linux Commands - 3
Linux Commands - 3Kanchilug
 
小猴子也會的 Ubuntu Desktop 14.04 安裝教學
小猴子也會的 Ubuntu Desktop 14.04 安裝教學小猴子也會的 Ubuntu Desktop 14.04 安裝教學
小猴子也會的 Ubuntu Desktop 14.04 安裝教學家弘 周
 
Linux Getting Started
Linux Getting StartedLinux Getting Started
Linux Getting StartedAngus Li
 
Forcefully unmount a linux disk partition
Forcefully unmount a linux disk partitionForcefully unmount a linux disk partition
Forcefully unmount a linux disk partitionMuqthiyar Pasha
 

What's hot (20)

Xampp
XamppXampp
Xampp
 
Terminal basic-commands(Unix) -partI
Terminal basic-commands(Unix) -partITerminal basic-commands(Unix) -partI
Terminal basic-commands(Unix) -partI
 
Useful linux-commands
Useful linux-commandsUseful linux-commands
Useful linux-commands
 
EUC 2013 - Erlang in a *NIX World
EUC 2013 - Erlang in a *NIX WorldEUC 2013 - Erlang in a *NIX World
EUC 2013 - Erlang in a *NIX World
 
Ubuntu presentation
Ubuntu presentationUbuntu presentation
Ubuntu presentation
 
How to install Odoo 13 in Ubuntu ?
How to install Odoo 13 in Ubuntu ?How to install Odoo 13 in Ubuntu ?
How to install Odoo 13 in Ubuntu ?
 
6 stages of linux boot process
6 stages of linux boot process6 stages of linux boot process
6 stages of linux boot process
 
Common linux ubuntu commands overview
Common linux  ubuntu commands overviewCommon linux  ubuntu commands overview
Common linux ubuntu commands overview
 
6 stages of linux boot process
6 stages of linux boot process6 stages of linux boot process
6 stages of linux boot process
 
Puppet barcampexercises.jzt
Puppet barcampexercises.jztPuppet barcampexercises.jzt
Puppet barcampexercises.jzt
 
Linux
LinuxLinux
Linux
 
Day 6 ubuntu boot camp
Day 6 ubuntu boot campDay 6 ubuntu boot camp
Day 6 ubuntu boot camp
 
Choosing Linux Distro - Personal Desktop
Choosing Linux Distro - Personal DesktopChoosing Linux Distro - Personal Desktop
Choosing Linux Distro - Personal Desktop
 
NCSU MGSA Unix Presentation
NCSU MGSA Unix PresentationNCSU MGSA Unix Presentation
NCSU MGSA Unix Presentation
 
Linux Commands - 3
Linux Commands - 3Linux Commands - 3
Linux Commands - 3
 
How to build and load linux to embedded system
How to build and load linux to embedded systemHow to build and load linux to embedded system
How to build and load linux to embedded system
 
小猴子也會的 Ubuntu Desktop 14.04 安裝教學
小猴子也會的 Ubuntu Desktop 14.04 安裝教學小猴子也會的 Ubuntu Desktop 14.04 安裝教學
小猴子也會的 Ubuntu Desktop 14.04 安裝教學
 
Linux Getting Started
Linux Getting StartedLinux Getting Started
Linux Getting Started
 
Forcefully unmount a linux disk partition
Forcefully unmount a linux disk partitionForcefully unmount a linux disk partition
Forcefully unmount a linux disk partition
 
Day4 ubuntu boot camp
Day4 ubuntu boot campDay4 ubuntu boot camp
Day4 ubuntu boot camp
 

Viewers also liked

Islami dënon terrorizmin. albanian (shqip)
Islami dënon terrorizmin. albanian (shqip)Islami dënon terrorizmin. albanian (shqip)
Islami dënon terrorizmin. albanian (shqip)HarunyahyaAlbanian
 
Pro #7 JAN`16
Pro #7 JAN`16Pro #7 JAN`16
Pro #7 JAN`16JSCBars
 
Video and Opening up education @ camerazizanio
Video and Opening up education @ camerazizanioVideo and Opening up education @ camerazizanio
Video and Opening up education @ camerazizanioSofia Papadimitriou
 
Как пробежать марафон и получить удовольствие
Как пробежать марафон и получить удовольствиеКак пробежать марафон и получить удовольствие
Как пробежать марафон и получить удовольствиеletrack
 
ماهنامه تبلیغات مدرن شماره 1
ماهنامه تبلیغات مدرن شماره 1ماهنامه تبلیغات مدرن شماره 1
ماهنامه تبلیغات مدرن شماره 1Arzu Shahveran
 
eLearning Expo 2013 Tεχνολογία και Mάθηση
eLearning Expo 2013   Tεχνολογία και MάθησηeLearning Expo 2013   Tεχνολογία και Mάθηση
eLearning Expo 2013 Tεχνολογία και MάθησηJohn Soudias
 
New Housing Projects in Wagholi Annex Pune
New Housing Projects in Wagholi Annex PuneNew Housing Projects in Wagholi Annex Pune
New Housing Projects in Wagholi Annex PuneAbisky Ritkriti
 
Economia col·laborativa, turisme col·laboratiu i KangApp
Economia col·laborativa, turisme col·laboratiu i KangAppEconomia col·laborativa, turisme col·laboratiu i KangApp
Economia col·laborativa, turisme col·laboratiu i KangAppOriol Torres
 
Why and Where to Outsource Data Entry Services? - Infographic
Why and Where to Outsource Data Entry Services? - InfographicWhy and Where to Outsource Data Entry Services? - Infographic
Why and Where to Outsource Data Entry Services? - InfographicCogneesol
 
Companies act 2014 Impact & implications for irish charities
Companies act 2014 Impact & implications for irish charitiesCompanies act 2014 Impact & implications for irish charities
Companies act 2014 Impact & implications for irish charitiescobrienCH
 
Competing for Talent in Digital Age
Competing for Talent in Digital AgeCompeting for Talent in Digital Age
Competing for Talent in Digital AgeSten Tamkivi
 
EY_Utilization of mobile devices in Romania_ALL
EY_Utilization of mobile devices in Romania_ALLEY_Utilization of mobile devices in Romania_ALL
EY_Utilization of mobile devices in Romania_ALLConstantin Magdalina
 
Five rivers in punjab
Five rivers in punjabFive rivers in punjab
Five rivers in punjabArun Gupta
 
Κολινδρός Πιερίας Τσούρας Αποστόλης, Α2 Γ. Κολινδρού, 2015-16
Κολινδρός Πιερίας Τσούρας Αποστόλης, Α2 Γ. Κολινδρού, 2015-16Κολινδρός Πιερίας Τσούρας Αποστόλης, Α2 Γ. Κολινδρού, 2015-16
Κολινδρός Πιερίας Τσούρας Αποστόλης, Α2 Γ. Κολινδρού, 2015-16Lamprini Magaliou
 
MAD 8108 KV100 Catalog (EEE & IPE Version)
MAD 8108 KV100 Catalog (EEE & IPE Version)MAD 8108 KV100 Catalog (EEE & IPE Version)
MAD 8108 KV100 Catalog (EEE & IPE Version)Alice Chen
 
San francisco
San franciscoSan francisco
San franciscoRentalia
 

Viewers also liked (20)

Islami dënon terrorizmin. albanian (shqip)
Islami dënon terrorizmin. albanian (shqip)Islami dënon terrorizmin. albanian (shqip)
Islami dënon terrorizmin. albanian (shqip)
 
Pro #7 JAN`16
Pro #7 JAN`16Pro #7 JAN`16
Pro #7 JAN`16
 
Video and Opening up education @ camerazizanio
Video and Opening up education @ camerazizanioVideo and Opening up education @ camerazizanio
Video and Opening up education @ camerazizanio
 
Как пробежать марафон и получить удовольствие
Как пробежать марафон и получить удовольствиеКак пробежать марафон и получить удовольствие
Как пробежать марафон и получить удовольствие
 
01 juego de tronos
01   juego de tronos01   juego de tronos
01 juego de tronos
 
ماهنامه تبلیغات مدرن شماره 1
ماهنامه تبلیغات مدرن شماره 1ماهنامه تبلیغات مدرن شماره 1
ماهنامه تبلیغات مدرن شماره 1
 
eLearning Expo 2013 Tεχνολογία και Mάθηση
eLearning Expo 2013   Tεχνολογία και MάθησηeLearning Expo 2013   Tεχνολογία και Mάθηση
eLearning Expo 2013 Tεχνολογία και Mάθηση
 
David ingles
David inglesDavid ingles
David ingles
 
New Housing Projects in Wagholi Annex Pune
New Housing Projects in Wagholi Annex PuneNew Housing Projects in Wagholi Annex Pune
New Housing Projects in Wagholi Annex Pune
 
Economia col·laborativa, turisme col·laboratiu i KangApp
Economia col·laborativa, turisme col·laboratiu i KangAppEconomia col·laborativa, turisme col·laboratiu i KangApp
Economia col·laborativa, turisme col·laboratiu i KangApp
 
Why and Where to Outsource Data Entry Services? - Infographic
Why and Where to Outsource Data Entry Services? - InfographicWhy and Where to Outsource Data Entry Services? - Infographic
Why and Where to Outsource Data Entry Services? - Infographic
 
Companies act 2014 Impact & implications for irish charities
Companies act 2014 Impact & implications for irish charitiesCompanies act 2014 Impact & implications for irish charities
Companies act 2014 Impact & implications for irish charities
 
Competing for Talent in Digital Age
Competing for Talent in Digital AgeCompeting for Talent in Digital Age
Competing for Talent in Digital Age
 
EY_Utilization of mobile devices in Romania_ALL
EY_Utilization of mobile devices in Romania_ALLEY_Utilization of mobile devices in Romania_ALL
EY_Utilization of mobile devices in Romania_ALL
 
Five rivers in punjab
Five rivers in punjabFive rivers in punjab
Five rivers in punjab
 
Κολινδρός Πιερίας Τσούρας Αποστόλης, Α2 Γ. Κολινδρού, 2015-16
Κολινδρός Πιερίας Τσούρας Αποστόλης, Α2 Γ. Κολινδρού, 2015-16Κολινδρός Πιερίας Τσούρας Αποστόλης, Α2 Γ. Κολινδρού, 2015-16
Κολινδρός Πιερίας Τσούρας Αποστόλης, Α2 Γ. Κολινδρού, 2015-16
 
MAD 8108 KV100 Catalog (EEE & IPE Version)
MAD 8108 KV100 Catalog (EEE & IPE Version)MAD 8108 KV100 Catalog (EEE & IPE Version)
MAD 8108 KV100 Catalog (EEE & IPE Version)
 
da best,LOL
da best,LOLda best,LOL
da best,LOL
 
Adeptio
AdeptioAdeptio
Adeptio
 
San francisco
San franciscoSan francisco
San francisco
 

Similar to Basics Ubuntu commands

Similar to Basics Ubuntu commands (20)

Solaris basics
Solaris basicsSolaris basics
Solaris basics
 
Ubuntu Practice and Configuration
Ubuntu Practice and ConfigurationUbuntu Practice and Configuration
Ubuntu Practice and Configuration
 
Linux
LinuxLinux
Linux
 
Edup wifi for raspberry zero
Edup wifi  for raspberry zeroEdup wifi  for raspberry zero
Edup wifi for raspberry zero
 
Basic linux commands
Basic linux commandsBasic linux commands
Basic linux commands
 
Sahul
SahulSahul
Sahul
 
Sahul
SahulSahul
Sahul
 
Basic shell commands by Jeremy Sanders
Basic shell commands by Jeremy SandersBasic shell commands by Jeremy Sanders
Basic shell commands by Jeremy Sanders
 
Fedora Linux
Fedora LinuxFedora Linux
Fedora Linux
 
Linux_Fedora_ppt
Linux_Fedora_pptLinux_Fedora_ppt
Linux_Fedora_ppt
 
Xen time machine
Xen time machineXen time machine
Xen time machine
 
linux
linuxlinux
linux
 
Linux Basic Commands
Linux Basic CommandsLinux Basic Commands
Linux Basic Commands
 
Linux basics part 1
Linux basics part 1Linux basics part 1
Linux basics part 1
 
Linuxppt
LinuxpptLinuxppt
Linuxppt
 
Towards the perfect Drupal Dev Machine
Towards the perfect Drupal Dev MachineTowards the perfect Drupal Dev Machine
Towards the perfect Drupal Dev Machine
 
Linux Presentation
Linux PresentationLinux Presentation
Linux Presentation
 
Linux basic for CADD biologist
Linux basic for CADD biologistLinux basic for CADD biologist
Linux basic for CADD biologist
 
Ubuntu alternate ubuntu installation
Ubuntu alternate ubuntu installationUbuntu alternate ubuntu installation
Ubuntu alternate ubuntu installation
 
Install and configure linux
Install and configure linuxInstall and configure linux
Install and configure linux
 

Recently uploaded

Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...OnePlan Solutions
 
eSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration toolseSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration toolsosttopstonverter
 
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...OnePlan Solutions
 
Keeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldKeeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldRoberto Pérez Alcolea
 
Patterns for automating API delivery. API conference
Patterns for automating API delivery. API conferencePatterns for automating API delivery. API conference
Patterns for automating API delivery. API conferencessuser9e7c64
 
SensoDat: Simulation-based Sensor Dataset of Self-driving Cars
SensoDat: Simulation-based Sensor Dataset of Self-driving CarsSensoDat: Simulation-based Sensor Dataset of Self-driving Cars
SensoDat: Simulation-based Sensor Dataset of Self-driving CarsChristian Birchler
 
UI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptxUI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptxAndreas Kunz
 
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full RecordingOpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full RecordingShane Coughlan
 
Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsSafe Software
 
Ronisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited CatalogueRonisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited Catalogueitservices996
 
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesAmazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesKrzysztofKkol1
 
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptxThe Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptxRTS corp
 
Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Rob Geurden
 
Strategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero resultsStrategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero resultsJean Silva
 
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jGraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jNeo4j
 
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptx
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptxReal-time Tracking and Monitoring with Cargo Cloud Solutions.pptx
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptxRTS corp
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalLionel Briand
 
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...Bert Jan Schrijver
 
Introduction to Firebase Workshop Slides
Introduction to Firebase Workshop SlidesIntroduction to Firebase Workshop Slides
Introduction to Firebase Workshop Slidesvaideheekore1
 
Comparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfComparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfDrew Moseley
 

Recently uploaded (20)

Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
 
eSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration toolseSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration tools
 
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
 
Keeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldKeeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository world
 
Patterns for automating API delivery. API conference
Patterns for automating API delivery. API conferencePatterns for automating API delivery. API conference
Patterns for automating API delivery. API conference
 
SensoDat: Simulation-based Sensor Dataset of Self-driving Cars
SensoDat: Simulation-based Sensor Dataset of Self-driving CarsSensoDat: Simulation-based Sensor Dataset of Self-driving Cars
SensoDat: Simulation-based Sensor Dataset of Self-driving Cars
 
UI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptxUI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptx
 
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full RecordingOpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
 
Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data Streams
 
Ronisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited CatalogueRonisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited Catalogue
 
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesAmazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
 
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptxThe Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
 
Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...
 
Strategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero resultsStrategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero results
 
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jGraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
 
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptx
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptxReal-time Tracking and Monitoring with Cargo Cloud Solutions.pptx
Real-time Tracking and Monitoring with Cargo Cloud Solutions.pptx
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive Goal
 
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...
 
Introduction to Firebase Workshop Slides
Introduction to Firebase Workshop SlidesIntroduction to Firebase Workshop Slides
Introduction to Firebase Workshop Slides
 
Comparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfComparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdf
 

Basics Ubuntu commands

  • 2. Basics GNU/Linux Commands #1. ls : list directory contents ls If you want to see hidden files/directories (beginning with dot.), the use -a flag. ls -a Check the manual for more detail (man ls). #2. cd : Change Directory cd ../ cd /home/Desktop Remember, . represents the current directory .. represents the parent directory ~ represents the home directory (of the user) #3. ​pwd​ : print the current/working directory pwd /home/Desktop/scripts #4. ​mkdir​ : make/create directory. mkdir ​funny_stuffs #5. ​rm : remove/delete​ file/directory rm useless.sh NOTE : it removes directories only if it’s empty, unless you specify -f flag for force deletion. But you must be careful with the arguments such as -r, -f. (-rf is very dangerous). #6. ​sudo​ : superuser do, to gain root privilege e.g sudo apt-get install ​gnome-shell Then enter your user account password, and you would be able to do administrative tasks like root. So if you’re getting any permission error using a command, then adding sudo as a prefix, might help.
  • 3. #7. ​mv : rename or move a file/directory mv file1 ~​/Downloads/Archive/ the above command will move the file from the current directory to target directory. mv logo_2.jpg new_logo.jpg it will rename the file to new_logo.jpg. #8. ​cat : View File contents cat install.log #9.​ man ​: A Reference manual for utils/commands/programs e.g if you want to know more about rm command, then type – man rm #10. ​cp : Copy Files/Directories cp movie_name.mp4 ~/Downloads/movies/ The above command will copy the movie_name.mp4 to the specified directory. #11.​ wget : Download files from server GNU Wget or wget is very handy in downloading stuffs from internet, over the command line. wget url_of_the_content #12.​ gksudo : Run GUI Application with Root privilege gksudo nautilus The above command will open nautilus with root privilege. It’s just like sudo, but in GUI mode. #13. ​shutdown : To shutdown ​the computer from terminal shutdown -h where time can be 0 if you want to shutdown now or specify the exact time such as 10:30. #14.​ restart : Restart the computer restart Package Management These are Ubuntu Specific commands. It Requires root privilege, so just add the sudo prefix before each command (it will ask for the user password and you’re done!).
  • 4. #15. ​apt-get : Command Line Tool for handling packages There are various options such as install – To install package. e.g Install the program PyRoom (A distraction Free Text Editor) sudo apt-get install pyroom remove – To remove package sudo apt-get remove kate update – To update the package cache sudo apt-get update #​16. add-apt-repository – To add a PPA (for your favorite Application) e.g add the PPA for the App Eidete (Screencasting program) sudo add-apt-repository ppa:shnatsel/eidete-daily After, adding the PPA, apt-get update command is required. #17. ​apt-cache : To access the Package details from cache search : search for the related packages in the apt-cache e.g apt-cache search image editor Prabathshantha@gmail.com