SlideShare a Scribd company logo
This slides for every one who want to learn Linux
    in our Arab World and the whole World..
Thanks for every one who sharing us his experience
           and help us to learn linux ..
                        :)
Linux Basic Commands
Linux Basic Commands
Linux Basic Commands
1. Open terminal:




2. Type:


 man hier
How Linux is Organized??!
Linux Basic Commands
Cli : Command Line interface..
1. Open terminal:




  2. Type:

 cat  /etc/shells
 *What is MyShell:
   $ echo  $SHELL 
 * Change Shell:
  $ chsh  
$ command   ­options   parameter 
user @ computer­name:~ $ 




   whoami           user
   hostname        computer­name
  user @ computer­name:~ $ 


                   User Home Folder


       pwd


        /home/user1
Magic command


 Sudo : Super User Do


         sudo su

         sudo -i
Linux Basic Commands
Switch user : su


      su user-name


Change user password

      passwd
Users logs


-Who logged in:
  $ Who or w

-Last Sessions:
     $ last
Change Directory: cd


       cd

       cd .   cd ..

       cd ~

       cd /

       cd Desktop/
List Files: ls


    ls

    ls -a

    ls directory

    ls -l file||dir

    man ls            Get 
                      manual
Create Directory : mkdir


         mkdir UBUNTU



Remove Directory : rmdir
         rmdir UBUNTU
Create File


touch <file1> <file2> <....>

cat > file-name       new
cat >> file-name       update
Read File

                cat path/file-name


           Remove File
                 rm path/file-name

You can also do stuff like rm b* with the
asterisk. For removing a collections of files
started with litter b.
Reading Files


   head -# file-name

   tail -# file-name

   less path/file-name

  more path/file-name

  gedit path/file-name
Text Search : grep


g/re/p (global / regular expression / print).


     grep -i pattern file-name         ignore case

    grep -v pattern file-name          all except patt

    grep -w pattern file-name          as 1 word
                          *.txt
                          /directory
Continued....


● whereis ls : Display information about
the location of a command

• which ls : Display which version of a
command will execute .

• pwd: print working directory
Try...


• Try
  man –f ls
  whatis ls

• Try
  man –k ls
  apropos ls
Reboot



sudo reboot
ShutDown



sudo shutdown time

sudo shutdown -r NOW

sudo shutdown -c time
Copy Paste : cp



 cp <file1> <file2> <dest>

 cp -r dir/* new-directory
Move + Rename : mv



mv path/file new-path/new-name

mv -r dir/*   new-directory
Terminal




User @ computer-name

User @ computer-name
Terminal



User @ computer-name




User @ computer-name
Terminal



User@computer-name:~
Terminal




User@computer-name

User@computer-name
Search Tool




find <dest> -name file-name
Linux files DB

Lets update linux files data base :

         sudo updatedb

         locate file-name
Package Management


  System >> Administration >>
              Synaptic Package Manager.




         sudo apt-get install <pckg>
Process management

System >> Administration >> System Monitor.

        ps aux            top

Process termination:

       kill p-id

       pkill p-name        kill -9 p-id

       killall p-id        xkill
Launcher

      Lets create my buttons...




        gksudo firefox
Compression..

* Create .tar.gz compressed file:
1. Create .tar file:
   $ tar -cvf new_name.tar folder_or_file
2.Create .gz file:
   $ gzip new_name.tar

* Extract from .tar.gz compressed file:
1. Create .tar file:
    $ gunzip new_name.tar.gz
2.Create .gz file:
   $ tar -xvf new_name.tar
Linux Variables


$ echo $PATH
$ echo $USER
$ echo $SHELL
Linux Basic Commands

More Related Content

What's hot (20)

PPT
Basic 50 linus command
MAGNA COLLEGE OF ENGINEERING
 
PDF
Linux basic commands with examples
abclearnn
 
ODP
Linux commands
Balakumaran Arunachalam
 
PPTX
Linux basics
Shagun Rathore
 
PPTX
Linux basic commands
Sagar Kumar
 
PDF
Basic Linux commands
atozknowledge .com
 
PPTX
Unix Linux Commands Presentation 2013
Wave Digitech
 
PPTX
User and groups administrator
Aisha Talat
 
PPT
Linux presentation
Nikhil Jain
 
PPTX
Linux commands
penetration Tester
 
PPTX
Linux User Management
Gaurav Mishra
 
PPTX
Introduction 2 linux
Papu Kumar
 
PPTX
SHELL PROGRAMMING
jinal thakrar
 
PDF
Basic linux commands
Shakeel Shafiq
 
PPTX
Filepermissions in linux
Subashini Pandiarajan
 
PPT
Basic command ppt
Rohit Kumar
 
PPT
Linux
Kevin James
 
PPT
Linux basics
Santosh Khadsare
 
PPTX
Know the UNIX Commands
Brahma Killampalli
 
PPTX
Linux standard file system
Taaanu01
 
Basic 50 linus command
MAGNA COLLEGE OF ENGINEERING
 
Linux basic commands with examples
abclearnn
 
Linux commands
Balakumaran Arunachalam
 
Linux basics
Shagun Rathore
 
Linux basic commands
Sagar Kumar
 
Basic Linux commands
atozknowledge .com
 
Unix Linux Commands Presentation 2013
Wave Digitech
 
User and groups administrator
Aisha Talat
 
Linux presentation
Nikhil Jain
 
Linux commands
penetration Tester
 
Linux User Management
Gaurav Mishra
 
Introduction 2 linux
Papu Kumar
 
SHELL PROGRAMMING
jinal thakrar
 
Basic linux commands
Shakeel Shafiq
 
Filepermissions in linux
Subashini Pandiarajan
 
Basic command ppt
Rohit Kumar
 
Linux
Kevin James
 
Linux basics
Santosh Khadsare
 
Know the UNIX Commands
Brahma Killampalli
 
Linux standard file system
Taaanu01
 

Viewers also liked (18)

PPTX
Linux commands
Mannu Khani
 
PPTX
Linux.ppt
onu9
 
ODP
Linux Introduction (Commands)
anandvaidya
 
DOCX
Linux basic commands tutorial
Teja Bheemanapally
 
ODP
An Introduction to Linux
anandvaidya
 
ODP
Basic commands (linux)
Faysal Khan
 
PPT
Basic Linux day 2
Saikumar Daram
 
PDF
Basic linux commands
Akkamahadevi Gowda
 
DOCX
Linux basic commands
Teja Bheemanapally
 
PPT
Linuxppt
TSUBHASHRI
 
PDF
BasicLinux
Aureliano Bombarely
 
PDF
Basic linux commands
Nguyen Vinh
 
PPTX
Bootloader and bootloading
Arpita Gupta
 
PPTX
Linux basics part 1
Lilesh Pathe
 
PPTX
Critical section problem in operating system.
MOHIT DADU
 
PPT
Linux
Hema Prasanth
 
PDF
web programming UNIT VIII python by Bhavsingh Maloth
Bhavsingh Maloth
 
PDF
Build and deploy scientific Python Applications
Ramakrishna Reddy
 
Linux commands
Mannu Khani
 
Linux.ppt
onu9
 
Linux Introduction (Commands)
anandvaidya
 
Linux basic commands tutorial
Teja Bheemanapally
 
An Introduction to Linux
anandvaidya
 
Basic commands (linux)
Faysal Khan
 
Basic Linux day 2
Saikumar Daram
 
Basic linux commands
Akkamahadevi Gowda
 
Linux basic commands
Teja Bheemanapally
 
Linuxppt
TSUBHASHRI
 
Basic linux commands
Nguyen Vinh
 
Bootloader and bootloading
Arpita Gupta
 
Linux basics part 1
Lilesh Pathe
 
Critical section problem in operating system.
MOHIT DADU
 
web programming UNIT VIII python by Bhavsingh Maloth
Bhavsingh Maloth
 
Build and deploy scientific Python Applications
Ramakrishna Reddy
 
Ad

Similar to Linux Basic Commands (20)

PDF
Linux command line
fernando valenzuela hernández
 
PPTX
Linux Command.pptx
SaileshB5
 
PPTX
(Practical) linux 101
Arie Bregman
 
PDF
Linux Cheat Sheet.pdf
roschahacker
 
PDF
Linux cheat sheet
Pinaki Mahata Mukherjee
 
PDF
Unix / Linux Command Reference
Sumankumar Panchal
 
PDF
Linux_Commands.pdf
MarsMox
 
PPTX
Linux System commands Essentialsand Basics.pptx
mba1130feb2024
 
PDF
Bash cheat sheet
MRATUNJAI TIWARI
 
PDF
Bash cheat sheet
Jogesh Rao
 
PDF
Linux cheat sheet
Dimitris Kyrgiafinis
 
PDF
Course 102: Lecture 3: Basic Concepts And Commands
Ahmed El-Arabawy
 
PPTX
Linux Commands.pptx
MuhammadYasirKhan42
 
PDF
3.1.a linux commands reference
Acácio Oliveira
 
PDF
Linux Bash Shell Cheat Sheet for Beginners
Davide Ciambelli
 
PDF
Unix Cheat Sheet
Loiane Groner
 
PPTX
Code tacoma command_line
Andrea Urban
 
TXT
Unix3
Krishna Prasad
 
PPTX
Command-Line 101
Artefactual Systems - AtoM
 
PPT
Basic Linux day 1
Saikumar Daram
 
Linux command line
fernando valenzuela hernández
 
Linux Command.pptx
SaileshB5
 
(Practical) linux 101
Arie Bregman
 
Linux Cheat Sheet.pdf
roschahacker
 
Linux cheat sheet
Pinaki Mahata Mukherjee
 
Unix / Linux Command Reference
Sumankumar Panchal
 
Linux_Commands.pdf
MarsMox
 
Linux System commands Essentialsand Basics.pptx
mba1130feb2024
 
Bash cheat sheet
MRATUNJAI TIWARI
 
Bash cheat sheet
Jogesh Rao
 
Linux cheat sheet
Dimitris Kyrgiafinis
 
Course 102: Lecture 3: Basic Concepts And Commands
Ahmed El-Arabawy
 
Linux Commands.pptx
MuhammadYasirKhan42
 
3.1.a linux commands reference
Acácio Oliveira
 
Linux Bash Shell Cheat Sheet for Beginners
Davide Ciambelli
 
Unix Cheat Sheet
Loiane Groner
 
Code tacoma command_line
Andrea Urban
 
Command-Line 101
Artefactual Systems - AtoM
 
Basic Linux day 1
Saikumar Daram
 
Ad

Recently uploaded (20)

PPTX
Nitrogen rule, ring rule, mc lafferty.pptx
nbisen2001
 
PPTX
DAY 1_QUARTER1 ENGLISH 5 WEEK- PRESENTATION.pptx
BanyMacalintal
 
PPTX
How to Create a Customer From Website in Odoo 18.pptx
Celine George
 
PPTX
Difference between write and update in odoo 18
Celine George
 
PDF
Week 2 - Irish Natural Heritage Powerpoint.pdf
swainealan
 
PPTX
How to Send Email From Odoo 18 Website - Odoo Slides
Celine George
 
PPTX
PPT-Q1-WEEK-3-SCIENCE-ERevised Matatag Grade 3.pptx
reijhongidayawan02
 
PPTX
EDUCATIONAL MEDIA/ TEACHING AUDIO VISUAL AIDS
Sonali Gupta
 
PPTX
care of patient with elimination needs.pptx
Rekhanjali Gupta
 
PPTX
TRANSLATIONAL AND ROTATIONAL MOTION.pptx
KIPAIZAGABAWA1
 
PDF
Women's Health: Essential Tips for Every Stage.pdf
Iftikhar Ahmed
 
PDF
Stokey: A Jewish Village by Rachel Kolsky
History of Stoke Newington
 
PPTX
HUMAN RESOURCE MANAGEMENT: RECRUITMENT, SELECTION, PLACEMENT, DEPLOYMENT, TRA...
PRADEEP ABOTHU
 
PPTX
DIGITAL CITIZENSHIP TOPIC TLE 8 MATATAG CURRICULUM
ROBERTAUGUSTINEFRANC
 
PPTX
How to Set Up Tags in Odoo 18 - Odoo Slides
Celine George
 
PPTX
Post Dated Cheque(PDC) Management in Odoo 18
Celine George
 
PDF
STATEMENT-BY-THE-HON.-MINISTER-FOR-HEALTH-ON-THE-COVID-19-OUTBREAK-AT-UG_revi...
nservice241
 
PPTX
Universal immunization Programme (UIP).pptx
Vishal Chanalia
 
PDF
Horarios de distribución de agua en julio
pegazohn1978
 
PDF
Exploring the Different Types of Experimental Research
Thelma Villaflores
 
Nitrogen rule, ring rule, mc lafferty.pptx
nbisen2001
 
DAY 1_QUARTER1 ENGLISH 5 WEEK- PRESENTATION.pptx
BanyMacalintal
 
How to Create a Customer From Website in Odoo 18.pptx
Celine George
 
Difference between write and update in odoo 18
Celine George
 
Week 2 - Irish Natural Heritage Powerpoint.pdf
swainealan
 
How to Send Email From Odoo 18 Website - Odoo Slides
Celine George
 
PPT-Q1-WEEK-3-SCIENCE-ERevised Matatag Grade 3.pptx
reijhongidayawan02
 
EDUCATIONAL MEDIA/ TEACHING AUDIO VISUAL AIDS
Sonali Gupta
 
care of patient with elimination needs.pptx
Rekhanjali Gupta
 
TRANSLATIONAL AND ROTATIONAL MOTION.pptx
KIPAIZAGABAWA1
 
Women's Health: Essential Tips for Every Stage.pdf
Iftikhar Ahmed
 
Stokey: A Jewish Village by Rachel Kolsky
History of Stoke Newington
 
HUMAN RESOURCE MANAGEMENT: RECRUITMENT, SELECTION, PLACEMENT, DEPLOYMENT, TRA...
PRADEEP ABOTHU
 
DIGITAL CITIZENSHIP TOPIC TLE 8 MATATAG CURRICULUM
ROBERTAUGUSTINEFRANC
 
How to Set Up Tags in Odoo 18 - Odoo Slides
Celine George
 
Post Dated Cheque(PDC) Management in Odoo 18
Celine George
 
STATEMENT-BY-THE-HON.-MINISTER-FOR-HEALTH-ON-THE-COVID-19-OUTBREAK-AT-UG_revi...
nservice241
 
Universal immunization Programme (UIP).pptx
Vishal Chanalia
 
Horarios de distribución de agua en julio
pegazohn1978
 
Exploring the Different Types of Experimental Research
Thelma Villaflores
 

Linux Basic Commands