AIX Fundamentals
Course Code: AIXFUND
Duration: 5 Days
Overview
IBM AIX Operating System and Korn Shell Programming training course introduces the delegate to the main concepts of the AIX Operating System. The most commonly used commands are described in detail as are the command line wildcard and redirection facilities. The mechanisms by which a user acquires a login environment are discussed and the main features of the Korn/Posix/Bash Shells are introduced.
It is designed to give delegates practical experience in developing and writing shellscripts. Most of the built-in shell commands are introduced together with the main program control structures.
Skills Gained
The delegates will practise:
- Creating, copying, renaming, moving and deleting files and directories
- Using the shell's redirection and pipe facilities
- Editing text files using the vi editor
- Setting and changing access permissions on files
- Monitoring and controlling their own processes
- Using the basic file and text searching utilities
- Customising their own login environment
- Writing simple scripts to enhance basic command output
- Using the various shell quoting mechanisms appropriately
- Manipulating shell variables and user-defined variables in scripts
- Implementing conditional execution facilities
- Using the shell's built-in loop constructs where appropriate
- Writing scripts to trap user interrupts
- Developing menu-driven shellscripts
Who will the Course Benefit?
There are no formal pre-requisites for the AIX Fundamentals course, although an understanding of and exposure to information technology is advantageous.
Programmers, administrators and support personnel who need to understand the AIX Operating system, existing shellscripts, automate procedures and write their own utilities.
Some programming experience may also prove advantageous.
Course Objectives
To provide the skills needed to work productively in an IBM AIX environment to develop and customise shell programs.
Requirements
An understanding of IT is required.
Outline
Course Introduction
- Administration and Course Materials
- Course Structure and Agenda
- Delegate and Trainer Introductions
Session 1: INTRODUCTION TO THE AIX OPERATING SYSTEM
- A brief history of UNIX
- The UNIX kernel
- The UNIX file system
- A login Session
- Getting started navigating the file system
- The file system structure
- Directories and files
- Pathnames
- Navigating the file system
- Exercise: Logging on to the system
- Exercise: Navigating the file system
Session 2: BASIC COMMANDS
- Command line syntax
- Basic file handling commands
- Basic Directory handling commands
- Filename wildcard characters
- Exercise: Manipulating files and directories
Session 3: REDIRECTION AND PIPES
- Input redirection
- Output redirection
- Pipes
- Exercise: Using redirection and pipe facilities
Session 4: INTRODUCTION TO THE vi EDITOR
- Overview of the vi editor
- Basic functions
- Switching to input mode
- Other useful commands
- Exercises: Using the vi editor
- Exercise: Using more advanced vi features
Session 5: SEARCHING AND REPLACING TEXT
- Replacing text
- Using the vi editor
- Using sed for search and replace
- Searching for text with grep
- Linking files
- Exercises: Searching and Replacing Text
Session 6: RECALLING AND EDITING COMMANDS
- Overview
- The Bash shell
- The Korn shell
- Exercises: Recall and Edit Commands
Session 7: FILE PERMISSIONS AND ACCESS CONTROL
- Users and user groups
- File access permissions
- Changing file attributes
- Switching users and user groups
- Linking files
- Exercise: Setting and access permissions
- What is a process?
- Monitoring processes
- Killing processes
- Background processes
- Job Control
- Grouping commands
- Exercise: Monitoring and controlling processes
- The wc (word count) command
- The find command
- The cut command
- The sort command
- The finger command
- Exercise: Using file handling commands
- Customising the .profile or .bash_profile
- Customising the .kshrc or .bashrc
- Exercise: Setting up an environment
- Basic Unix commands
- General commands
- File and directory handling commands
- Filename generation characters
- I/O Redirection features
- Other commands
- What is a shell script?
- Development guidelines
- Creating and editing shell scripts
- Naming and storing shell scripts
- Executing shell scripts
- Exercise: Write a simple shell script
- Environment variables
- Local variables
- Assigning values to variables
- Assessing variable values
- Using quotes
- Delimiting variable names
- Echo control sequences
- Exercise: Add variables to a script
- Using the expr command
- Using the (( )) notation
- Exercise: Add integer arithmetic to a shell script
- The read command
- Command line arguments
- Exercise: Writing a generic shell script
- Exercise: Writing an interactive shell script
- The if statement
- The test command
- Other test notations
- Default and substitute variables
- Exit status codes
- Exercise: Adding validation to previous scripts
- The while loop
- The until loop
- The for loop
- The while true and until false loops
- Loop control commands
- Exercise: Enhancing the previously written scripts
- Exercise: Writing a guess-the-number game
- The case statement
- Menu driven applications
- Exercise: Developing and writing a menu system
- What is a function?
- Syntax
- Examples
- Exercise: Add a function to a script
- Interrupt signals
- Trapping interrupts
- Exercise: Adding traps to the menu script
- The exec commands
- The includes notation
- More about loops
- Arrays
- Here Documents
- Exercise: Create a here script
- AIX System Administration - Part I
- Oracle SQL
- AIX Advanced Shell Programming Tools