The Complete Guide To Linux Administration CH01 Powerpoint
The Complete Guide To Linux Administration CH01 Powerpoint
The Complete Guide To Linux Administration CH01 Powerpoint
Introducing Linux
• Software
– Collection of instructions that control the tasks a
computer performs
– Can be changed without disassembling the
computer and rewiring
• Operating system
– Software that helps other programs control
computer hardware and interact with users
• UNIX
– Operating system
– Originally created at AT&T Bell Labs in
early 1970s
– Designed to control networked computers that
were shared by many users
– Features and low cost of Linux effectively driving
UNIX out of market
• Linus Torvalds
– Decided to create UNIX-like operating system
kernel for IBM-compatible PC
– Solicited help via Internet
– Released Linux kernel under GPL
• Linux development method
– Person identifies need and begins writing program
– Developer announces project on Internet
• Stability
• Security
• Speed
• Cost
• Multiprocessing and other high-end features
• Applications
• Linux distribution
– Productized version of Linux
• Includes operating system kernel along with other
components
• System utilities
– Related to managing Linux system
• Price
– Generally between $2 and $100
• Fedora distribution
– Free product
• Red Hat Enterprise Linux configurations
– WS (workstation)
– ES (enterprise server)
– AS (application server)
• Red Hat Enterprise Linux
– Sold as subscription service
• System administrator
• Network administrator
• Software engineer
• Trainer
• Technical writer
• Product marketing
• Business consultant
• Log in
– Identify yourself to operating system so that it
knows:
• You are authorized to use system
• Which parts of system to permit you to access
• User account
– Set of permissions to use system
– Has associated user name and password
• Modes
– Graphical
– Text
• Popular desktops
– KDE desktop
– GNOME desktop
• Features
– Taskbar
– Main menu
– Desktop icons
– Multiple overlapping windows
• Terminal window
– Resembles console
– Enter commands from keyboard
• Directory relationships
– Parent directory
– Subdirectory
• Path
– List of directories
– Absolute path
– Relative path
• Linux does not have separate drives
• Root directory
– Parent of all directories
–/
• /Usr subdirectory
– Contains the greatest number of files and
subdirectories on newly installed systems
• Man pages
– Online manual pages
– Man command
• Info page
– Definitive source of information
– Info command
• Operating system
– Provides interface between computer hardware
and applications run by user
• Linux offers important features, such as:
– Stability
– Speed
– Security
– Flexibility
– Low cost