Have a question?
Message sent Close

AIX SHELL PROGRAMMING TRAINING

Instructor
admin
0
0 reviews
  • Description
  • Curriculum
  • FAQ
  • Reviews
London IT Training Programming

This AIX Shell Programming course is designed for IT professionals and computer programmers who are required to work on Shell programming and/or scripting. This course could be considered one of the best options for beginners who have little or no idea about Shell Programming. This AIX Shell Programming course starts from the beginning of Shell programming and takes you to the intermediate and advanced level of AIX (Advanced Interactive eXecutive) commands. In this course, you will learn about how to navigate the AIX file systems, including the process of working with the files, directories, and access permissions, as well. You will also learn about the most widely used AIX editors, namely “vi” and “ex”. Once you learn how to work with the basic AIX commands, this course will introduce you to the advanced power tool known as POSIX (Portable Operating System Interface) Korn shell. Here, you will learn how to develop complex POSIX Shell scripts with the help of built-in Unix Power tools and shell variables. 

Prerequisites

  • AIX Shell Programming is a beginner-level course, and no specific prerequisite is mentioned to get enrolled in this course.
  • You are expected to have the fundamental knowledge of operating a computer, and it is ideal if you are familiar with shell scripting but not required.

What will you gain after this course

  • You will learn about how to log in and logout to and from the AIX OS
  • You will also learn to use the Gnome Windows System and Common Desktop Environment (CDE)
  • You will be able to edit command-line strings to execute the program
  • You will also be able to manipulate the text file and navigate the directory tree
  • You will also learn about how to employ the features of Shell Script to execute the commands
  • You will be able to create a list for active users and learn advanced techniques of shell programming, as well.

Jobs you can get
with aN  AIX SHELL PROGRAMMING TRAINING

  • Senior Programmer Analyst
  • Application Developer
  • Software Developer
  • Programmer Analyst
  • Data Analyst

Corporate Group Training

  • Customized Training
  • Onsite / Virtual
  • Instructor-led Delivery
  • For small to large groups

Request Brochure

Get a 10% discount

If you enrol two months in advance

Select your preferred training delivery mode

[sg_popup id=”1145″ event=”click”][/sg_popup]

[sg_popup id=”1145″ event=”click”][/sg_popup]

[sg_popup id=”1145″ event=”click”][/sg_popup]

[sg_popup id=”1145″ event=”click”][/sg_popup]

[sg_popup id=”1145″ event=”click”][/sg_popup]

Introduction to the AIX Operating System
<ul>
<li> Understand the evolution of the AIX OS</li>
<li> Understand how to identify your AIX Distribution and OS release</li>
<li> AIX standardization – an overview of standards in the AIX community</li>
<li> Describe AIX shells (which shells are available, compare the common AIX shells, how to choose a shell)</li>
<li> Describe the AIX kernel</li>
</ul>
Establishing Communication
<ul>
<li> Log in and starting a shell session</li>
<li> GUI desktop environments available to the AIX user</li>
<li> Understanding the AIX command syntax</li>
<li> Using emulation programs to access the system (ie. Putty / X-Windows / Telnet / CDE – Common Desktop)</li>
<li> Setting your terminal environment (stty)</li>
<li> Executing commands from the command line; AIX Command syntax</li>
<li> Using the AIX “help” facility: manual pages</li>
</ul>
Introduction to the Filing System
<ul>
<li> Examining AIX files and directories</li>
<li> Describe the AIX file system and directory structure</li>
<li> Navigating the AIX directory hierarchy</li>
<li> Understand the difference between full and relative paths</li>
<li> Understanding the current and parent directories</li>
<li> Understanding the differences between a Windows/DOS based filesystem and a AIX file system</li>
<li> Differences between Windows (DOS) files and AIX files</li>
<li> Describe mount points – mounting and unmounting filesystems</li>
<li> Describe hard and symbolic links</li>
<li> Describe home directories</li>
<li> Disk space and checking the status of disks, filesystems, and directories (ie. du and df commands)</li>
</ul>
File Management
<ul>
<li> Creating directories</li>
<li> Copying files and directories</li>
<li> Moving and renaming files and directories</li>
<li> Removing files and directories</li>
<li> Using shell metacharacters</li>
<li> Locating files by name, owner, type and other parameters using the ‘find’ command</li>
</ul>
AIX Permissions
<ul>
<li> Understanding permissions</li>
<li> File permissions</li>
<li> Directory permissions</li>
<li> Change permissions with symbolic mode</li>
<li> Change permissions with absolute (octal) mode</li>
<li> Determine and set the umask value</li>
</ul>
Redirection Filters and Pipes
<ul>
<li> Exploring standard input, standard output, and standard error</li>
<li> Using filters</li>
<li> Using pipes</li></ul>
Using the vi Editor
<ul>
<li> Understand the AIX command line ASCII editors</li>
<li> Understand the Vi modes</li>
<li> Create/view/manipulate/save/delete files using the Vi editor</li>
<li> Use a Vi initialization file</li>
</ul>
Introduction to shell scripts
<ul>
<li> Creating simple shell scripts</li>
<li> Choosing a Shell for your scripts</li>
<li> The Korn Shell and Variables</li>
<li> Understand the Pros and Cons of all the AIX shells</li>
<li> Displaying the shell default variables</li>
<li> Create/Remove user shell variables</li>
<li> stty to set terminal types (backspace, etc.)</li>
</ul>
Introduction to the POSIX shell
<ul>
<li> Shell initialization files (.profile, .kshrc)</li>
<li> Understand set, export and env builtins for the korn shell</li>
<li> Use korn shell variables</li>
<li> Assign values to shell variables</li>
<li> Display the value of shell variables</li>
<li> Make variables available to subprocesses using the export statement</li>
<li> Display the value of environment variables</li>
<li> Unset shell and environment variables</li>
<li> Customize the user environment using shell initialization files</li>
<li> Perform arithmetic operations</li>
<li> Create and use aliases</li>
<li> Display aliases and the values assigned to them</li>
<li> Display the built-in aliases</li>
<li> Customize the korn shell environment</li>
<li> Use the tilde expansion and command substitution features of the korn shell</li>
</ul>
Using Aliases and Functions
<ul>
<li> Introducing the alias concept</li>
<li> Using functions</li>
<li> Making your aliases and functions permanent</li>
<li> Removing aliases and functions</li>
</ul>
Command Editing and Command History
<ul>
<li> Enabling command editing in the korn shell</li>
<li> Using history to recall commands</li>
<li> The command history file</li>
</ul>
System Status and Command Information
<ul>
<li> Displaying system information and user status</li>
<li> Determining command locations</li>
</ul>
Multitasking Capabilities
<ul>
<li> Introduction to multitasking in the AIX environment</li>
<li> Managing jobs and background processes</li>
<li> Using the process table to manage processes</li></ul>
Introducing delayed and detached jobs
<ul>
<li> Display system processes</li>
<li> Use processes and process identifiers (PIDs)</li>
<li> Identify parent and child processes</li>
<li> Terminate processes using the kill command</li>
</ul>
Advanced File Management
<ul>
<li> Creating links</li>
<li> Processing files with “awk”, “tr”, and “sed”</li>
<li> Use awk/nawk commands from the command line</li>
<li> Write awk programs to generate data reports from text files</li>
<li> Write awk programs to generate numeric and text reports from text files</li>
</ul>
Command-line data processing
<ul>
<li> Using awk to display file contents and process data</li>
<li> Formatting files with the tr command</li>
<li> Using AIX filters to filter, sort and restructure data</li>
<li> Use awk to scan text files or standard input to display specific data, change data format, and add text to existing data</li>
</ul>
Archiving User Data
<ul>
<li> Managing file space</li>
<li> Archiving files and directories</li>
<li> Compressing files</li>
<li> Use the tar utility to store files</li>
<li> Backup files with the tar and compress commands</li>
<li> Use compression tools to save storage space (zip, gzip, etc)</li>
</ul>
Printing
<ul>
<li> Accessing printers and printing from the shell</li>

</ul>
Remote Connections
<ul>
<li> Remotely access a system using telnet or ssh</li>
<li> Transfer files with sftp and scp (using the command line)</li>
</ul>
Regular Expressions and the grep Command
<ul>
<li> Use and describe regular expressions</li>
<li> Describe the grep command</li>
<li> Use the grep command to find patterns in a file</li>
<li> Use the regular expression characters with the grep command</li>
<li> Metacharacters</li>
<li> The grep command</li>
</ul>
Stream Editing with ‘sed’
<ul>
<li> Use sed to perform noninteractive editing tasks</li>
<li> Substituting text</li>
<li> Deleting and printing lines</li>
<li> Reading and writing files</li>
<li> Multiple ‘sed’ editor functions</li>
<li> Use regular expression characters with sed</li></ul>
Writing and Debugging Scripts
<ul>
<li> Creating a shell script</li>
<li> Put comments in a script</li>
<li> Change permissions on a script</li>
<li> Execute a script</li>
<li> Debug a script</li>
</ul>
String Manipulation
<ul>
<li> String Comparison</li>
<li> String Relations</li>
<li> Concatenation</li>
<li> Substring Manipulations</li>
<li> Wildcards and Pattern Matching</li>
</ul>
Conditionals
<ul>
<li> Use the exit status of a command as conditional control</li>
<li> Use the “if” statement to test a condition</li>
<li> Pass values using command-line arguments (positional parameters) into a script</li>
<li> Create USAGE messages</li>
<li> Place parameters on the command line</li>
<li> Use conditional if, then, elif, else, and fi constructs</li>
<li> Use exit, let, and test statements ([[ ]], ” “)</li>
<li> Apply the &&, ||, and ! Boolean logic operators</li>
<li> Use the case statement</li>
</ul>
Interactive Scripts
<ul>
<li> Use the print and echo commands to display text</li>
<li> Use the read command to interactively assign data to a shell variable</li>
<li> Read user input into one or more variables, using one read statement</li>
<li> Use special characters, with print and echo, to make the displayed text more user friendly</li>
<li> Create a “here” document</li>
<li> Use file descriptors to read from and write to multiple files</li></ul>

Loops
<ul>
<li> Write scripts that use for, while, and until loops</li>
<li> Write a script using the select statement</li>
<li> Describe when to use loops within a script</li>
<li> Generate argument lists using command, variable, and file-name substitution</li></ul>
Advanced Variables, Parameters, and Argument Lists
<ul>
<li> Declare strings, integers, and array variables</li>
<li> Manipulate string variables</li>
<li> Change the values of the positional parameters using the set statement within a script</li>
<li> Pass values using command-line arguments (positional parameters) into a script</li>
<li> Declare string and array variables</li>
<li> Setting and retrieving arrays</li>
<li> Set default values for parameters</li>
<li> Use the shell built-in let, print, set, and typeset statements</li>
<li> Reading user input</li>
<li> Positional parameters</li>
<li> Creating positional parameters</li>
<li> Conditional substitution</li>
<li> Working with arithmetic operators and data</li></ul>

Functions
<ul>
<li> Create user-defined functions in a shell script</li>
<li> Create, invoke, and display functions from the command line</li>
<li> Pass arguments into a function</li>
<li> Call functions from special (function) files that are saved in one or more function directories</li>
<li> Describe where functions are available for use</li></ul>

Controlling Script Behavior
<ul>
<li> Manage the use of temporary files</li>
<li> Write scripts using the setuid bit</li>
<li> Use the crontab command</li></ul>
Scheduling Execution
<ul>
<li> Sleep</li>
<li> Date</li>
<li> Cron and crontab</li></ul>
Traps
<ul>
<li> Describe how the trap statement works</li>
<li> Include trap statements in a script</li>
<li> Use the trap statement to catch signals and handle errors</li>
</ul>
Course details
Duration Full time, Part-time, Evening and Weekends, Virtual online
Video London, Flexible online

When would you like to start?

22/06/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
29/06/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
06/07/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
20/07/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
27/07/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
03/08/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
10/08/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
17/08/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
24/08/2026
10:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
31/08/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
07/09/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
14/09/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
21/09/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
28/09/2026
10:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
05/10/2026
10:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
12/10/2026
10:00 – 17:00Mon - Fri5 DaysClassroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
19/10/2026
10:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
26/10/2026
10:00 – 17:00Mon - Fri5 DaysClassroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
02/11/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
09/11/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
16/11/2026
10:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
23/112026
10:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
30/11/2026
10:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
07/12/2026
10:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
14/12/2026
10:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
11/01/2027
10:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
18/01/2027
10:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
25/01/202710:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
01/02/202710:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
08/02/202710:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
15/02/202710:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
22/02/2027
10:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
01/03/202710:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]
08/03/2027

10:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available[sg_popup id="333" event="click" class="reservatoin-button"]Future Dates/Request Price[/sg_popup]