Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/func/func.logging.php on line 510
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/logging.php on line 54
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/logging.php on line 60
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/init.php on line 481
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/sessions.php on line 74
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/sessions.php on line 76
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/sessions.php on line 85
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/sessions.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/sessions.php on line 93
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/func/func.core.php on line 1836
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/cron.php on line 105
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/func/func.logging.php on line 49
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/func/func.logging.php on line 79
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/func/func.logging.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/get_language.php on line 165
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/product.php on line 63
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/product.php on line 82
INVALID SQL: 1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'OPTION SQL_BIG_SELECTS=1' at line 1
SQL QUERY FAILURE:SET OPTION SQL_BIG_SELECTS=1
INVALID SQL: 1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'OPTION SQL_BIG_SELECTS=1' at line 1
SQL QUERY FAILURE:SET OPTION SQL_BIG_SELECTS=1
eClasses.org�::�Course Catalog�::�Introduction to UNIX
eClasses.org :: Course Catalog :: Introduction to UNIX

Introduction to UNIX (B126)

If you are interested in learning the basics of the UNIX operating system, this class is for you! UNIX has become increasingly popular since its meager beginnings as an obscure mainframe operating system. Over the years UNIX has evolved into the many operating systems that acts as the engine for the Internet and recently crept into our desktops in the form of Apple's OS X and Linux. This six-week class will give you a comprehensive overview of modern UNIX systems. Some of the topics we will cover include how to create and manage users, exploring the UNIX file system, editing and managing files, setting up networking, and compiling your own applications.

Applicable Job Roles: web programmers, web application developers, and webmasters.

Outline
Week 1:
  • A brief history of UNIX
  • Architecture of the UNIX/Linux OS and the UNIX file system
  • Typical UNIX Directory Structure
  • Logging in and out of UNIX systems
  • Connecting to remote machines
  • Shutting down and starting up the system
  • Manual Pages
  • Account Basics
  • Managing Users and Groups
  • Managing Accounts and Groups
  • Becoming Another User
  • User and Group Related Commands
Week 2:
  • File System Basics
  • Navigating the File System
  • File Types and Links
  • Modifying File and Directory Permissions
  • Viewing, Creating, Modifying, and Removing Files
  • Making File Systems Accessible
  • Environment Variables
  • Understanding the Path
  • Choosing and Configuring a Shell
Week 3:
  • Anatomy of a Command
  • Finding Information about Commands and Command Modification
    • Man
    • Info
    • Apropos
    • Metacharacters
  • Input and Output Redirection
  • Working with Files and Directories
    • Is
    • cd
  • Common File Manipulation Commands
    • more/less
    • mv
    • cp
    • rm
    • touch
    • wc
  • File Ownership and Permissions
Week 4:
  • Using the Vi Editor
    • Moving within a File
    • Searching Files
    • Exiting and Saving a File
    • Editing Files
    • Alternatives to Vi
  • Using SFTP and FTP
  • More Advanced Commands
    • grep
    • find
    • sort
    • tee
    • script
    • wc
  • Job Control and Process Management
    • What is a Process?
    • Shell Scripts
    • What Processes Are Running?
    • System Processes
    • Process Attributes
    • Stopping Processes
  • The /proc File System 194
  • SETUID and SETGID
Week 5:
  • Network Address, Subnetworks, Netmasks, and Routing
  • Setting Up a Unix System for a TCP/IP Network
    • DHCP and Static addressing
    • Sending a TCP/IP Network Request
    • Answering a TCP/IP Network Request
  • Network Management Tools
    • Tracking the Performance of a Network with Traceroute
    • Firewalls
    • Routinely Checking Network Latency
  • Introduction to Perl Programming for Unix Automation
  • Backup Tools and Commands
    • Using tar
    • Compressing with gzip and bzip2
    • cpio
    • dumb, backup, and restore
    • Other backup commands
Week 6:
  • Understanding Source Code
  • Open Source Licensing
  • Finding and Downloading Unix Software
  • Building and Installing Applications
  • Introducing make, makefiles, and make targets
  • The Makefile
    • Tools to Help Create Makefiles
    • GNU Compilation Tools
    • diff and patch
  • Unix for Mac OS X Users
    • A Very Brief History of Mac OS X
    • Folders Are Directories Too
    • Unix and Mac OS X/ Command and GUI Equivalents
    • Differences between Mac OS X and Other Unix Systems
  • Unix for Windows Users
    • Structural Comparison
    • Major Administrative Tools Comparisons
    • Popular Programs Comparison
    • Using Unix within Windows
    • Using Windows within Unix
Prerequisites
General knowledge of networking concepts.
Requirements
Students will require access to a computer capable of running a UNIX operating system. The required book contains a Live DVD of the Knoppix Linux operating system that can be run without modifying a standard PC. This DVD allows you simply reboot the computer and boot off the DVD drive. This Live DVD will not modify or destroy any data on any existing hard drives. Students are encouraged to install their own UNIX/Linux OS on existing hardware or a Virtual Machine and recommendations will be given within the class. However, installation support will not be provided if students choose to install. Apple OS X users already have a full-fledged UNIX so all they will need is their Mac. If you plan on using OS X, please ensure that you have at least version 10.4 (Tiger) or higher.

Books:
Required Book: Beginning Unix (Programmer to Programmer)

Additional information:

Your place in the course is confirmed by your payment. Introductory courses are intended for students with no experience in the subject matter and are seeking beginner level training.

Refund Policy: Please read our Terms and Refund Policy before registering for this course.

Additional Cost: Book and software might be required for the course. Read the Requirements and Book section for more information. Course fee does not include the book and software cost .

How eClasses Work:Instructors post lectures (text-based, no video or audio), reading selections, and hands-on assignments once a week in the online classroom. Students can discuss the assignments with the instructor and amongst themselves in the classroom area. This format has no set meeting time, which allows students to attend class at a time most convenient to them, yet still provides logically organized communication between class participants. Students can apply for the completion certificate after finishing the class.

Introduction to UNIX
Price: $200.00
Item No.: B126
Instructor: Rene Garcia
Open Courses: No other sessions are scheduled for this course. You can add to your wish list and you will be notified when other sessions are scheduled.

Testimonials
Instructor's ProfileInstructor
Rene is an IT Consultant with more than 10 years of experience in information technologies administration and consulting. He is the founder of BluMoon Solutions, a consulting firm helping companies integrate open source technologies and is responsible for multiple networks and computing environments running Linux, FreeBSD, OSX and MS Windows. Rene has a Bachelor's degree in Computer Information Technology and holds current certifications from Apple, Microsoft, CompTIA, and ICCP.
Before you register for this class, please read the Outline, Prerequisites, Requirements, Books, and Refund Policy sections carefully.
 

Testimonials

Rating

  • "Very challenging and helpful class. Be prepared to dig in and learn the nuts and bolts of UNIX like operating systems. This class provides an overview of several important topics, and requires you to really work for the answers to the labs." - Philip Napora

  • "excellent class!!!thank you so much for all this precious knowledge acquired over these last 6 weeks,it will be tremendeously helpful on my job!" - Dana Zagrean