SlideShare a Scribd company logo
1 of 14
FUNDAMENTALS OF LINUX




     PRESENTED BY:
        Md. Kalimullah
        ID-VGT138T
            MCA




                         1
SOME BASIC COMMANDS
    ls         - directory or dir*
   ls –l       - Directory listing with long filenames, owner, and permissions
   ls –a       – show the hidden file
   ls –ll      -show the directory files
   w           –save exit
   q           –without save exit
   wq          –save and exit
   wq!         –forcefully exit.
   ls –ld      - Show only the directories matching the search
   ls – r      - Show subdirectories also ( just like dir /s )
   ls –sharl    – sort by size, all files, including hidden
   ls –lart    – sort by date, reverse order (newest @ the bottom of list)
   -s          - sorts by size, largest first
   -r          - reverses any sort command, i.e. ls –rS sorts smallest first
   -t          - sorts by modification time, recent first
   -u          - sort by last accessed time
   -x          - sort by file extension
Linux Commands
 #pwd -print working directory
                   will show you the full path to the directory you are currently in.
 # shred - overwrite a file to hide its contents
            The result is that your file is so thoroughly deleted it is very unlikely to
                       ever be retrieved again.
 # ln s - test symlink
            Creates a symbolic link named symlink that points to the file test
 # free -Displays the amount of used and free system memory.
Linux Commands

 w – show who is logged on and what they are doing

    usage: w
 who –show who is logged in

     usage: who
 who b> - last system boot time

 whoami – prints the effective user id.

 whereis ls -Locates binaries and manual pages for the ls command.

 cat – displays the contents of the file on the screen.
Linux file system 
 First let see file structure in Linux :-
    1) Standard directory structure
      / - the topmost ( / means where the file system is stored like C: in windows )
      /dev - all the devices are accessible as files
      /var - “variable” data such as mails, log files, databases
      /usr - almost all the packages installed
      /etc - configuration files
      /home - home directories for all the users
      /root - home directory of the privileged user root
      /mnt - used to mount other directories/partitions.
Linux file system 
 # rm it is used to delete files
                      &
  # rm -r it is use to delete directorys recursively
       usage : $ rm -r /root/folder

    # mkdir it is used to create directory (folder)

          usage : $ mkdir /etc/folder

   # touch it is used to create files
         usage : $ touch /root/temp
PERMISSION
•   u - User who owns the file.
    g - Group that owns the file.
    o - Other.
    a - All.
    r - Read the file.
    w - Write or edit the file.
    x - Execute or run the file as a program.

•   Read –r-4              Permission –read- (rwx)=7
•   Write –w-2              Permission – write- (r-x)=5
•   Execute-x-1             Permission-execute-(-wx)=3
PERMISSION
 Permissions:chmod 777 file.htm

  CHMOD can also to attributed by using Numeric Permissions:
 400 read by owner
  040 read by group
  004 read by anybody (other)
  200 write by owner
  020 write by group
  002 write by anybody
  100 execute by owner
  010 execute by group
  001 execute by anybody
 Examples
 The above numeric permissions can be added to set a certain permission, 
  for example, a common HTML file on a Unix or Linux server accessible 
  over the Internet would be given the below permissions.
PERMISSIONS
•   chmod 644 file.htm
•   This gives the file read/write by the owner and only read by everyone else (-rw-r--
    r--).
•   Files such as scripts that need to be executed need more permissions. Below is
    another example of a common permission given to scripts.
•   chmod 755 file.cgi
•   This would be the following 400+040+004+200+100+010+001 = 755 where you are
    giving all the rights except the capability for anyone to write to the file.cgi file(-
    rwxr-xr-x).
•   chmod 666 file.txt
•   Finally, another common CHMOD permission is 666, as shown below, which is
    read and write by everyone.
•   Tip: The above commands are all done through the command line. However, if you
    upload a file using FTP these permissions can also be adjusted through many FTP
    clients by right-clicking the file and choosing permissions.
HOW CAN CHANGE THE TEMPORARY “HOSTNAME” SETTING

   #hostname
   #hostname station.example.com
   #hostname //check it
   #station //setting temporary hostname


HOW CAN CHANGE THE PERMANENT “HOSTNAME” SETTING



       # vi / etc/sysconfig/network/
       #HOSTNAME=station.example.com
       #service-config-network
       #service network restart
       #clear
THIS IS NEW COMMANDS

 IF YOU WANT SEE THE CURRENT DATE

 #date +”%D%H:%M:%S”

 IF YOU WANT TO PRINT ANY MESSAGE

 #echo “WELCOME TO VOLKSGEIST TECHNOLOGIESE”

   BASIC COMMAND
   #/ dev /fdo //flopy drive (A)
   #/dev /fd1 //flopy drive (B)
   #/dev /had //master drive on primary
   #/dev /hda1 //1-partition
   #/dev /hda3 //save drive
   #/dev /hdc //master drive secondry
   #/dev /hdl //save drive secondry
PERMISSION DISTRIBUTE SIZE

   The 100 are for the OWNER of the file
   400 –read
   200 –write
   100 –execute
   There are for Groups of the file
   40 –read
   20 –write
   10 –execute
   There are for every one else
   3 –read
   2 –write
   1 -execute
CREATE MACHINE FOR COMMUNICATE


                                             CLIENT
                                              CLIENT
             SERVER
              SERVER



#hostname server.example.com   #hostname client.example.com
Ip address-172.24.16.2         Ip address-172.24.16.3
RAM-1024                       RAM-512
HDD-80GB                       HDD-80GB
Ping-127.24.16.3               Ping-127.24.16.2
THA N KS

More Related Content

What's hot

Unix fundamentals
Unix fundamentalsUnix fundamentals
Unix fundamentals
Dima Gomaa
 
Lpi lição 01 exam 101 objectives
Lpi lição 01  exam 101 objectivesLpi lição 01  exam 101 objectives
Lpi lição 01 exam 101 objectives
Acácio Oliveira
 

What's hot (20)

Linux: An Unbeaten Empire
Linux: An Unbeaten EmpireLinux: An Unbeaten Empire
Linux: An Unbeaten Empire
 
Unix fundamentals
Unix fundamentalsUnix fundamentals
Unix fundamentals
 
Linux commands
Linux commands Linux commands
Linux commands
 
Unix files
Unix filesUnix files
Unix files
 
Linux commands
Linux commandsLinux commands
Linux commands
 
User and groups administrator
User  and  groups administratorUser  and  groups administrator
User and groups administrator
 
Basics of Linux
Basics of LinuxBasics of Linux
Basics of Linux
 
Linux: Basics OF Linux
Linux: Basics OF LinuxLinux: Basics OF Linux
Linux: Basics OF Linux
 
Linux Command Suumary
Linux Command SuumaryLinux Command Suumary
Linux Command Suumary
 
Unix Linux Commands Presentation 2013
Unix Linux Commands Presentation 2013Unix Linux Commands Presentation 2013
Unix Linux Commands Presentation 2013
 
Linux basics part 1
Linux basics part 1Linux basics part 1
Linux basics part 1
 
Commands and shell programming (3)
Commands and shell programming (3)Commands and shell programming (3)
Commands and shell programming (3)
 
Linux commands
Linux commandsLinux commands
Linux commands
 
Linux day 2.ppt
Linux day  2.pptLinux day  2.ppt
Linux day 2.ppt
 
Linux practicals T.Y.B.ScIT
Linux practicals T.Y.B.ScITLinux practicals T.Y.B.ScIT
Linux practicals T.Y.B.ScIT
 
User administration concepts and mechanisms
User administration concepts and mechanismsUser administration concepts and mechanisms
User administration concepts and mechanisms
 
Introduction to linux
Introduction to linuxIntroduction to linux
Introduction to linux
 
Lpi lição 01 exam 101 objectives
Lpi lição 01  exam 101 objectivesLpi lição 01  exam 101 objectives
Lpi lição 01 exam 101 objectives
 
Linux Administration
Linux AdministrationLinux Administration
Linux Administration
 
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
 

Viewers also liked

Rohit kumar EX423
Rohit kumar EX423Rohit kumar EX423
Rohit kumar EX423
Rohit Kumar
 
Compression Commands in Linux
Compression Commands in LinuxCompression Commands in Linux
Compression Commands in Linux
Pegah Taheri
 
2b9fc module iii steering system_ part-ii (2)
2b9fc module iii steering system_ part-ii (2)2b9fc module iii steering system_ part-ii (2)
2b9fc module iii steering system_ part-ii (2)
Tanvi Gautam
 
Using VI Editor in Red Hat by Rohit Kumar
Using VI Editor in Red Hat by Rohit KumarUsing VI Editor in Red Hat by Rohit Kumar
Using VI Editor in Red Hat by Rohit Kumar
Rohit Kumar
 
Introduction to vi editor
Introduction to vi editorIntroduction to vi editor
Introduction to vi editor
U.P Police
 

Viewers also liked (20)

Linux.ppt
Linux.ppt Linux.ppt
Linux.ppt
 
Introduction to linux ppt
Introduction to linux pptIntroduction to linux ppt
Introduction to linux ppt
 
Linux files
Linux filesLinux files
Linux files
 
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 Introduction (Commands)
Linux Introduction (Commands)Linux Introduction (Commands)
Linux Introduction (Commands)
 
Linux ppt
Linux pptLinux ppt
Linux ppt
 
Linux command ppt
Linux command pptLinux command ppt
Linux command ppt
 
Linux File System
Linux File SystemLinux File System
Linux File System
 
Rohit kumar EX423
Rohit kumar EX423Rohit kumar EX423
Rohit kumar EX423
 
Chmod
ChmodChmod
Chmod
 
Linux
Linux Linux
Linux
 
4.6 create and change hard and symbolic links v2
4.6 create and change hard and symbolic links v24.6 create and change hard and symbolic links v2
4.6 create and change hard and symbolic links v2
 
Compression Commands in Linux
Compression Commands in LinuxCompression Commands in Linux
Compression Commands in Linux
 
Four-Wheel Vehicle Suspension Model
Four-Wheel Vehicle Suspension ModelFour-Wheel Vehicle Suspension Model
Four-Wheel Vehicle Suspension Model
 
2b9fc module iii steering system_ part-ii (2)
2b9fc module iii steering system_ part-ii (2)2b9fc module iii steering system_ part-ii (2)
2b9fc module iii steering system_ part-ii (2)
 
1359 Vi Editor
1359 Vi Editor1359 Vi Editor
1359 Vi Editor
 
Using VI Editor in Red Hat by Rohit Kumar
Using VI Editor in Red Hat by Rohit KumarUsing VI Editor in Red Hat by Rohit Kumar
Using VI Editor in Red Hat by Rohit Kumar
 
Introduction to vi editor
Introduction to vi editorIntroduction to vi editor
Introduction to vi editor
 
Common Network Services
Common Network ServicesCommon Network Services
Common Network Services
 
Vi editor
Vi editorVi editor
Vi editor
 

Similar to Linux ppt

8.1.intro unix
8.1.intro unix8.1.intro unix
8.1.intro unix
southees
 
An Introduction to Linux
An Introduction to LinuxAn Introduction to Linux
An Introduction to Linux
Dimas Prasetyo
 
Linux presentation
Linux presentationLinux presentation
Linux presentation
Nikhil Jain
 
The one page linux manual
The one page linux manualThe one page linux manual
The one page linux manual
Craig Cannon
 

Similar to Linux ppt (20)

Linux ppt
Linux pptLinux ppt
Linux ppt
 
8.1.intro unix
8.1.intro unix8.1.intro unix
8.1.intro unix
 
Linux file commands and shell scripts
Linux file commands and shell scriptsLinux file commands and shell scripts
Linux file commands and shell scripts
 
Solaris basics
Solaris basicsSolaris basics
Solaris basics
 
An Introduction to Linux
An Introduction to LinuxAn Introduction to Linux
An Introduction to Linux
 
Unix Shell Script - 2 Days Session.pptx
Unix Shell Script - 2 Days Session.pptxUnix Shell Script - 2 Days Session.pptx
Unix Shell Script - 2 Days Session.pptx
 
linux-lecture4.ppt
linux-lecture4.pptlinux-lecture4.ppt
linux-lecture4.ppt
 
Linux Presentation
Linux PresentationLinux Presentation
Linux Presentation
 
Linux presentation
Linux presentationLinux presentation
Linux presentation
 
Linux commands and file structure
Linux commands and file structureLinux commands and file structure
Linux commands and file structure
 
Common linux ubuntu commands overview
Common linux  ubuntu commands overviewCommon linux  ubuntu commands overview
Common linux ubuntu commands overview
 
Unix Basics Commands
Unix Basics CommandsUnix Basics Commands
Unix Basics Commands
 
linux commands.pdf
linux commands.pdflinux commands.pdf
linux commands.pdf
 
Linux shell scripting
Linux shell scriptingLinux shell scripting
Linux shell scripting
 
Linux commands
Linux commandsLinux commands
Linux commands
 
Examples -partII
Examples -partIIExamples -partII
Examples -partII
 
Linux Commands
Linux CommandsLinux Commands
Linux Commands
 
The one page linux manual
The one page linux manualThe one page linux manual
The one page linux manual
 
The one page linux manual
The one page linux manualThe one page linux manual
The one page linux manual
 
Linux file system nevigation
Linux file system nevigationLinux file system nevigation
Linux file system nevigation
 

More from Rohit Kumar

Methology of web development
Methology of web developmentMethology of web development
Methology of web development
Rohit Kumar
 
Basic linux architecture
Basic linux architectureBasic linux architecture
Basic linux architecture
Rohit Kumar
 
Linux history & features
Linux history & featuresLinux history & features
Linux history & features
Rohit Kumar
 
Rohit kumar RHCE
Rohit kumar RHCERohit kumar RHCE
Rohit kumar RHCE
Rohit Kumar
 
Basic command ppt
Basic command pptBasic command ppt
Basic command ppt
Rohit Kumar
 
Description of linux and windows
Description of linux and windowsDescription of linux and windows
Description of linux and windows
Rohit Kumar
 
What is open source
What is open sourceWhat is open source
What is open source
Rohit Kumar
 
Open source technology
Open source technologyOpen source technology
Open source technology
Rohit Kumar
 
Open source license
Open source licenseOpen source license
Open source license
Rohit Kumar
 

More from Rohit Kumar (10)

Methology of web development
Methology of web developmentMethology of web development
Methology of web development
 
Basic linux architecture
Basic linux architectureBasic linux architecture
Basic linux architecture
 
Linux_commands
Linux_commandsLinux_commands
Linux_commands
 
Linux history & features
Linux history & featuresLinux history & features
Linux history & features
 
Rohit kumar RHCE
Rohit kumar RHCERohit kumar RHCE
Rohit kumar RHCE
 
Basic command ppt
Basic command pptBasic command ppt
Basic command ppt
 
Description of linux and windows
Description of linux and windowsDescription of linux and windows
Description of linux and windows
 
What is open source
What is open sourceWhat is open source
What is open source
 
Open source technology
Open source technologyOpen source technology
Open source technology
 
Open source license
Open source licenseOpen source license
Open source license
 

Recently uploaded

Recently uploaded (20)

Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 

Linux ppt

  • 1. FUNDAMENTALS OF LINUX PRESENTED BY: Md. Kalimullah ID-VGT138T MCA 1
  • 2. SOME BASIC COMMANDS  ls - directory or dir*  ls –l - Directory listing with long filenames, owner, and permissions  ls –a – show the hidden file  ls –ll -show the directory files  w –save exit  q –without save exit  wq –save and exit  wq! –forcefully exit.  ls –ld - Show only the directories matching the search  ls – r - Show subdirectories also ( just like dir /s )  ls –sharl – sort by size, all files, including hidden  ls –lart – sort by date, reverse order (newest @ the bottom of list)  -s - sorts by size, largest first  -r - reverses any sort command, i.e. ls –rS sorts smallest first  -t - sorts by modification time, recent first  -u - sort by last accessed time  -x - sort by file extension
  • 3. Linux Commands  #pwd -print working directory will show you the full path to the directory you are currently in.  # shred - overwrite a file to hide its contents The result is that your file is so thoroughly deleted it is very unlikely to ever be retrieved again.  # ln s - test symlink Creates a symbolic link named symlink that points to the file test  # free -Displays the amount of used and free system memory.
  • 4. Linux Commands  w – show who is logged on and what they are doing usage: w  who –show who is logged in usage: who  who b> - last system boot time  whoami – prints the effective user id.  whereis ls -Locates binaries and manual pages for the ls command.  cat – displays the contents of the file on the screen.
  • 5. Linux file system   First let see file structure in Linux :- 1) Standard directory structure / - the topmost ( / means where the file system is stored like C: in windows ) /dev - all the devices are accessible as files /var - “variable” data such as mails, log files, databases /usr - almost all the packages installed /etc - configuration files /home - home directories for all the users /root - home directory of the privileged user root /mnt - used to mount other directories/partitions.
  • 6. Linux file system   # rm it is used to delete files & # rm -r it is use to delete directorys recursively usage : $ rm -r /root/folder # mkdir it is used to create directory (folder) usage : $ mkdir /etc/folder # touch it is used to create files usage : $ touch /root/temp
  • 7. PERMISSION • u - User who owns the file. g - Group that owns the file. o - Other. a - All. r - Read the file. w - Write or edit the file. x - Execute or run the file as a program. • Read –r-4 Permission –read- (rwx)=7 • Write –w-2 Permission – write- (r-x)=5 • Execute-x-1 Permission-execute-(-wx)=3
  • 8. PERMISSION  Permissions:chmod 777 file.htm  CHMOD can also to attributed by using Numeric Permissions:  400 read by owner 040 read by group 004 read by anybody (other) 200 write by owner 020 write by group 002 write by anybody 100 execute by owner 010 execute by group 001 execute by anybody  Examples  The above numeric permissions can be added to set a certain permission,  for example, a common HTML file on a Unix or Linux server accessible  over the Internet would be given the below permissions.
  • 9. PERMISSIONS • chmod 644 file.htm • This gives the file read/write by the owner and only read by everyone else (-rw-r-- r--). • Files such as scripts that need to be executed need more permissions. Below is another example of a common permission given to scripts. • chmod 755 file.cgi • This would be the following 400+040+004+200+100+010+001 = 755 where you are giving all the rights except the capability for anyone to write to the file.cgi file(- rwxr-xr-x). • chmod 666 file.txt • Finally, another common CHMOD permission is 666, as shown below, which is read and write by everyone. • Tip: The above commands are all done through the command line. However, if you upload a file using FTP these permissions can also be adjusted through many FTP clients by right-clicking the file and choosing permissions.
  • 10. HOW CAN CHANGE THE TEMPORARY “HOSTNAME” SETTING #hostname #hostname station.example.com #hostname //check it #station //setting temporary hostname HOW CAN CHANGE THE PERMANENT “HOSTNAME” SETTING # vi / etc/sysconfig/network/ #HOSTNAME=station.example.com #service-config-network #service network restart #clear
  • 11. THIS IS NEW COMMANDS  IF YOU WANT SEE THE CURRENT DATE  #date +”%D%H:%M:%S”  IF YOU WANT TO PRINT ANY MESSAGE  #echo “WELCOME TO VOLKSGEIST TECHNOLOGIESE”  BASIC COMMAND  #/ dev /fdo //flopy drive (A)  #/dev /fd1 //flopy drive (B)  #/dev /had //master drive on primary  #/dev /hda1 //1-partition  #/dev /hda3 //save drive  #/dev /hdc //master drive secondry  #/dev /hdl //save drive secondry
  • 12. PERMISSION DISTRIBUTE SIZE  The 100 are for the OWNER of the file  400 –read  200 –write  100 –execute  There are for Groups of the file  40 –read  20 –write  10 –execute  There are for every one else  3 –read  2 –write  1 -execute
  • 13. CREATE MACHINE FOR COMMUNICATE CLIENT CLIENT SERVER SERVER #hostname server.example.com #hostname client.example.com Ip address-172.24.16.2 Ip address-172.24.16.3 RAM-1024 RAM-512 HDD-80GB HDD-80GB Ping-127.24.16.3 Ping-127.24.16.2