Professional certification in Programming

AIX SHELL PROGRAMMING TRAINING

Our IT training courses are developed with industry-standards and career-focused technologies.


Speak to an advisor
Award:
Certification
Duration & Study Mode:
Full time, Part-time, Evening and Weekends, Virtual online
Location:
London, Flexible online
Duration: 5 Days / 5 Weeks

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

Top 10 IT Skills in Demand for 2023

Top 10 IT Skills in Demand for 2023

The global economy is constantly changing and evolving, so today's skills in high demand may not be as important ten years from now. This article

If you are not going to university how to get an IT job?

If you are not going to university how to get an IT job?

With the number of graduates in the IT field predicted to grow by 22% between now and 2024, it’s no surprise that there are

Google Certified Professional Cloud Architect Certification

Google Certified Professional Cloud Architect Certification

Cloud Architect professionals’ have adequate knowledge and skill to integrate Google Cloud infrastructure as part of the core IT platform for the company. These professionals

London IT Training Google

AWS Certified Cloud Practitioner

AWS Certified Cloud Practitioner

As by the name, it is evident that this course is a fundamental course in which the start will be taken from a very

CompTIA Server+ Certification

CompTIA Server+ Certification

An overview of CompTIA Server+ Certification: CompTIA Server+ certification recognises both the knowledge and experience of an IT Professional to configure, maintain and troubleshoot the

CompTIA A+ Certification

CompTIA A+ Certification

Competencies of CompTIA A+ certification for an entry-level IT Technician CompTIA A+ certifications certify the set of skill and knowledge required for an entry-level IT

MCSA Certification

MCSA Certification

MCSA (Microsoft Certified Solutions Associate) is a certification programme designed for individuals seeking entry-level positions in information technology (IT). It is required for advanced

IT Support Technician Courses Training

The roles of IT support technicians are significant for the IT department of any business. They are the key responsible person as the company's IT staff to keep any IT-related

London IT Training IT Technical

Coding Courses London

Our Programming and Development course portfolio caters to a wide range of learners, from beginners learning the fundamentals to experienced programmers honing their skills in multiple programming languages. These courses

IT Training Online

Online education and training have become more popular and convenient and also saw rapid progress in recent months due to COVID pandemic. But online learning has been around for quite

Short IT Courses Training

The rapid increase of modern digital technologies such as IoT, AI, applications and operations of robots have made the business sequences much easier and convenient for organisations and it can

AWS Courses

AWS (Azure Web Services) is an enterprise-level cloud platform from Amazon. We offer a list of AWS training to make you prepare to work effectively on this platform. Among the

Get a 10% discount

If you enrol two months in advance

Select your preferred training delivery mode

Who is this certification for?

  • IT professionals and computer programmers who are willing to learn about AIX Shell Programming
  • Shell programmer who would like to be recognized as a certified shell programming professional
  • Anyone willing to develop their career as a Shell Programmer
Group-Icon2
Small Groups

With small groups of students, our instructors can work closely with each student.

Schedule
Flexible Class Schedules

Our class schedules are flexible on weekdays, weekend, or evenings to suit your schedule.

Instructors
Experienced Instructors

Our instructors follow a modified are personalized approach to engage students during class

Lab-Facilities
Hi-Tech Lab Facilities

Our students can access our lab facilities anytime for practical experience during and after studies.

Syllabus

  • Understand the evolution of the AIX OS
  • Understand how to identify your AIX Distribution and OS release
  • AIX standardization – an overview of standards in the AIX community
  • Describe AIX shells (which shells are available, compare the common AIX shells, how to choose a shell)
  • Describe the AIX kernel
  • Log in and starting a shell session
  • GUI desktop environments available to the AIX user
  • Understanding the AIX command syntax
  • Using emulation programs to access the system (ie. Putty / X-Windows / Telnet / CDE – Common Desktop)
  • Setting your terminal environment (stty)
  • Executing commands from the command line; AIX Command syntax
  • Using the AIX “help” facility: manual pages
  • Examining AIX files and directories
  • Describe the AIX file system and directory structure
  • Navigating the AIX directory hierarchy
  • Understand the difference between full and relative paths
  • Understanding the current and parent directories
  • Understanding the differences between a Windows/DOS based filesystem and a AIX file system
  • Differences between Windows (DOS) files and AIX files
  • Describe mount points – mounting and unmounting filesystems
  • Describe hard and symbolic links
  • Describe home directories
  • Disk space and checking the status of disks, filesystems, and directories (ie. du and df commands)
  • Creating directories
  • Copying files and directories
  • Moving and renaming files and directories
  • Removing files and directories
  • Using shell metacharacters
  • Locating files by name, owner, type and other parameters using the ‘find’ command
  • Understanding permissions
  • File permissions
  • Directory permissions
  • Change permissions with symbolic mode
  • Change permissions with absolute (octal) mode
  • Determine and set the umask value
  • Exploring standard input, standard output, and standard error
  • Using filters
  • Using pipes
  • Understand the AIX command line ASCII editors
  • Understand the Vi modes
  • Create/view/manipulate/save/delete files using the Vi editor
  • Use a Vi initialization file
  • Creating simple shell scripts
  • Choosing a Shell for your scripts
  • The Korn Shell and Variables
  • Understand the Pros and Cons of all the AIX shells
  • Displaying the shell default variables
  • Create/Remove user shell variables
  • stty to set terminal types (backspace, etc.)
  • Shell initialization files (.profile, .kshrc)
  • Understand set, export and env builtins for the korn shell
  • Use korn shell variables
  • Assign values to shell variables
  • Display the value of shell variables
  • Make variables available to subprocesses using the export statement
  • Display the value of environment variables
  • Unset shell and environment variables
  • Customize the user environment using shell initialization files
  • Perform arithmetic operations
  • Create and use aliases
  • Display aliases and the values assigned to them
  • Display the built-in aliases
  • Customize the korn shell environment
  • Use the tilde expansion and command substitution features of the korn shell
  • Introducing the alias concept
  • Using functions
  • Making your aliases and functions permanent
  • Removing aliases and functions
  • Enabling command editing in the korn shell
  • Using history to recall commands
  • The command history file
  • Displaying system information and user status
  • Determining command locations
  • Introduction to multitasking in the AIX environment
  • Managing jobs and background processes
  • Using the process table to manage processes
  • Display system processes
  • Use processes and process identifiers (PIDs)
  • Identify parent and child processes
  • Terminate processes using the kill command
  • Creating links
  • Processing files with “awk”, “tr”, and “sed”
  • Use awk/nawk commands from the command line
  • Write awk programs to generate data reports from text files
  • Write awk programs to generate numeric and text reports from text files
  • Using awk to display file contents and process data
  • Formatting files with the tr command
  • Using AIX filters to filter, sort and restructure data
  • Use awk to scan text files or standard input to display specific data, change data format, and add text to existing data
  • Managing file space
  • Archiving files and directories
  • Compressing files
  • Use the tar utility to store files
  • Backup files with the tar and compress commands
  • Use compression tools to save storage space (zip, gzip, etc)
  • Accessing printers and printing from the shell
  • Remotely access a system using telnet or ssh
  • Transfer files with sftp and scp (using the command line)
  • Use and describe regular expressions
  • Describe the grep command
  • Use the grep command to find patterns in a file
  • Use the regular expression characters with the grep command
  • Metacharacters
  • The grep command
  • Use sed to perform noninteractive editing tasks
  • Substituting text
  • Deleting and printing lines
  • Reading and writing files
  • Multiple ‘sed’ editor functions
  • Use regular expression characters with sed
  • Creating a shell script
  • Put comments in a script
  • Change permissions on a script
  • Execute a script
  • Debug a script
  • String Comparison
  • String Relations
  • Concatenation
  • Substring Manipulations
  • Wildcards and Pattern Matching
  • Use the exit status of a command as conditional control
  • Use the “if” statement to test a condition
  • Pass values using command-line arguments (positional parameters) into a script
  • Create USAGE messages
  • Place parameters on the command line
  • Use conditional if, then, elif, else, and fi constructs
  • Use exit, let, and test statements ([[ ]], ” “)
  • Apply the &&, ||, and ! Boolean logic operators
  • Use the case statement
  • Use the print and echo commands to display text
  • Use the read command to interactively assign data to a shell variable
  • Read user input into one or more variables, using one read statement
  • Use special characters, with print and echo, to make the displayed text more user friendly
  • Create a “here” document
  • Use file descriptors to read from and write to multiple files
  • Write scripts that use for, while, and until loops
  • Write a script using the select statement
  • Describe when to use loops within a script
  • Generate argument lists using command, variable, and file-name substitution
  • Declare strings, integers, and array variables
  • Manipulate string variables
  • Change the values of the positional parameters using the set statement within a script
  • Pass values using command-line arguments (positional parameters) into a script
  • Declare string and array variables
  • Setting and retrieving arrays
  • Set default values for parameters
  • Use the shell built-in let, print, set, and typeset statements
  • Reading user input
  • Positional parameters
  • Creating positional parameters
  • Conditional substitution
  • Working with arithmetic operators and data
  • Create user-defined functions in a shell script
  • Create, invoke, and display functions from the command line
  • Pass arguments into a function
  • Call functions from special (function) files that are saved in one or more function directories
  • Describe where functions are available for use
  • Manage the use of temporary files
  • Write scripts using the setuid bit
  • Use the crontab command
  • Sleep
  • Date
  • Cron and crontab
  • Describe how the trap statement works
  • Include trap statements in a script
  • Use the trap statement to catch signals and handle errors

When would you like to start?

Start Date TimingDaysDuration Mode Of TrainingAvailability Reserve Now
5/02/202410:00 – 18:00Mon - Fri5 Days Classroom / OnlinePlaces available Future Dates/Request Price
12/02/202410:00 – 18:00Mon - Fri5 DaysClassroom / OnlinePlaces available Future Dates/Request Price
17/02/202410:00 – 16:00Sat Only5 WeeksClassroom / OnlinePlaces available Future Dates/Request Price
19/02/202410:00 – 17:00Mon - Fri5 daysClassroom / OnlinePlaces available Future Dates/Request Price
24/02/202410:00 – 17:00Sat Only5 WeeksClassroom / OnlinePlaces available Future Dates/Request Price
26/02/202410:00 – 16:00Mon - Fri5 DaysClassroom / OnlinePlaces available Future Dates/Request Price
2/03/202410:00 – 17:00Sat Only5 WeeksClassroom / OnlinePlaces available Future Dates/Request Price
4/03/202410:00 – 16:00 Mon - Fri5 DaysClassroom / OnlinePlaces available Future Dates/Request Price
9/03/202417:30 – 21:30Sat Only5 WeeksClassroom / OnlinePlaces available Future Dates/Request Price
11/03/202410:00 – 16:00Mon - Fri5 DaysClassroom / OnlinePlaces available Future Dates/Request Price
16/03/202417:30 – 21:30Sat Only5 WeeksClassroom / OnlinePlaces available Future Dates/Request Price
18/03/202410:00 – 17:00Mon - Fri5 Days Classroom / OnlinePlaces available Future Dates/Request Price
1/04/202410:00 – 16:00Mon - Fri5 DaysClassroom / OnlinePlaces available Future Dates/Request Price
8/04/202410:00 – 16:00Mon - Fri5 days Classroom / OnlinePlaces available Future Dates/Request Price
13/04/202418:30 – 21:30Sat Only5 Weeks Classroom / OnlinePlaces available Future Dates/Request Price
15/04/202410:00 – 18:00Mon- Fri5 DaysClassroom / OnlinePlaces available Future Dates/Request Price
20/04/202410:00 – 17:00Sat Only5 WeeksClassroom / OnlinePlaces available Future Dates/Request Price
22/04/202410:00 – 17:00Mon - Fri5 DaysClassroom / OnlinePlaces available Future Dates/Request Price
29/04/202410:00 – 17:00Mon - Fri5 DaysClassroom / OnlinePlaces available Future Dates/Request Price
6/05/202410:00 – 17:00Mon - Fri5 DaysClassroom / OnlinePlaces available Future Dates/Request Price
6/05/202410:00 – 17:00Mon - Fri5 DaysClassroom / OnlinePlaces available Future Dates/Request Price
13/05/202410:00 – 17:00Mon - Fri5 DaysClassroom / OnlinePlaces available Future Dates/Request Price
15/05/202410:00 – 17:00Wed only5 Weeks Classroom / OnlinePlaces available Future Dates/Request Price
20/05/202410:00 – 17:00Mon - Fri5 DaysClassroom / OnlinePlaces available Future Dates/Request Price
25/05/202417:30 – 21:30Sat Only5 Weeks Classroom / OnlinePlaces available Future Dates/Request Price
27/05/202410:00 – 17:00Mon - Fri5 DaysClassroom / OnlinePlaces available Future Dates/Request Price
3/06/202410:00 – 17:00Mon - Fri5 DaysClassroom / OnlinePlaces available Future Dates/Request Price
10/06/202410:00 – 17:00Mon - Fri5 DaysClassroom / OnlinePlaces available Future Dates/Request Price
15/06/202417:30 – 21:30Sat Only5 Weeks Classroom / OnlinePlaces available Future Dates/Request Price
17/06/202410:00 – 17:00Mon - Fri5 DaysClassroom / OnlinePlaces available Future Dates/Request Price
19/06/202410:00 – 17:00Wed only5 Weeks Classroom / OnlinePlaces available Future Dates/Request Price
24/06/202410:00 – 17:00Mon - Fri5 DaysClassroom / OnlinePlaces available Future Dates/Request Price
29/06/202417:30 – 21:30Sat Only5 Weeks Classroom / OnlinePlaces available Future Dates/Request Price
1/07/202410:00 – 18:00Mon - Fri5 DaysClassroom / OnlinePlaces available Future Dates/Request Price
8/07/202410:00 – 18:00Mon - Fri5 DaysClassroom / OnlinePlaces available Future Dates/Request Price
11/07/202417:00 – 21:00Thu5 Weeks Classroom / OnlinePlaces available Future Dates/Request Price
15/07/202410:00 – 18:00Mon - Fri5 Days Classroom / OnlinePlaces available Future Dates/Request Price
17/07/202410:00 – 17:00Wed5 WeeksClassroom / OnlinePlaces available Future Dates/Request Price
22/07/202410:00 – 18:00Mon - Fri5 DaysClassroom / OnlinePlaces available Future Dates/Request Price
29/07/202410:00 – 18:00Mon - Fri5 DaysClassroom / OnlinePlaces available Future Dates/Request Price
1/08/202417:00 – 21:00Thu5 Weeks Classroom / OnlinePlaces available Future Dates/Request Price
08/08/202410:00 – 18:00Mon - Fri5 Days Classroom / OnlinePlaces available Future Dates/Request Price
10/08/202410:00 – 17:00Wed5 Weeks Classroom / OnlinePlaces available Future Dates/Request Price
19/08/202410:00 – 18:00Mon - Fri5 Days Classroom / OnlinePlaces available Future Dates/Request Price
26/08/202410:00 – 18:00Mon - Fri5 Days Classroom / OnlinePlaces available Future Dates/Request Price
29/08/202417:00 – 21:00Thu5 Weeks Classroom / OnlinePlaces available Future Dates/Request Price
2/09/202410:00 – 18:00Mon - Fri5 Days Classroom / OnlinePlaces available Future Dates/Request Price
4/09/202410:00 – 17:00Wed5 Weeks Classroom / OnlinePlaces available Future Dates/Request Price
9/09/202410:00 – 18:00Mon - Fri5 Days Classroom / OnlinePlaces available Future Dates/Request Price
16/09/202410:00 – 18:00Mon - Fri5 Days Classroom / OnlinePlaces available Future Dates/Request Price
19/09/202417:00 – 21:00Thu5 Weeks Classroom / OnlinePlaces available Future Dates/Request Price
23/09/202410:00 – 18:00Mon - Fri5 Days Classroom / OnlinePlaces available Future Dates/Request Price
25/09/202410:00 – 17:00Wed5 Weeks Classroom / OnlinePlaces available Future Dates/Request Price
30/09/202410:00 – 18:00Mon - Fri5 Days Classroom / OnlinePlaces available Future Dates/Request Price
7/10/202410:00 – 18:00Mon - Fri5 Days Classroom / OnlinePlaces available Future Dates/Request Price
11/10/202417:00 – 21:00Thu5 Weeks Classroom / OnlinePlaces available Future Dates/Request Price
14/10/202410:00 – 18:00Mon - Fri5 Days Classroom / OnlinePlaces available Future Dates/Request Price
16/10/202410:00 – 17:00Wed5 Weeks Classroom / OnlinePlaces available Future Dates/Request Price
21/10/202410:00 – 18:00Mon - Fri5 Days Classroom / OnlinePlaces available Future Dates/Request Price
28/10/202410:00 – 18:00Mon - Fri5 Days Classroom / OnlinePlaces available Future Dates/Request Price
31/10/202417:00 – 21:00Thu5 Weeks Classroom / OnlinePlaces available Future Dates/Request Price
4/11/202410:00 – 18:00Mon - Fri5 Days Classroom / OnlinePlaces available Future Dates/Request Price
6/11/202410:00 – 17:00Wed5 Weeks Classroom / OnlinePlaces available Future Dates/Request Price
11/11/202410:00 – 18:00Mon - Fri5 Days Classroom / OnlinePlaces available Future Dates/Request Price
18/11/202410:00 – 18:00Mon - Fri5 Days Classroom / OnlinePlaces available Future Dates/Request Price
21/11/202417:00 – 21:00Thu5 Weeks Classroom / OnlinePlaces available Future Dates/Request Price
25/11/202410:00 – 18:00Mon - Fri5 Days Classroom / OnlinePlaces available Future Dates/Request Price
27/11/202410:00 – 17:00Wed5 Weeks Classroom / OnlinePlaces available Future Dates/Request Price
2/12/202410:00 – 18:00Mon - Fri5 Days Classroom / OnlinePlaces available Future Dates/Request Price
9/12/202410:00 – 18:00Mon - Fri5 Days Classroom / OnlinePlaces available Future Dates/Request Price
12/12/202417:00 – 21:00Thu5 Weeks Classroom / OnlinePlaces available Future Dates/Request Price
16/12/202410:00 – 18:00Mon - Fri5 Days Classroom / OnlinePlaces available Future Dates/Request Price
18/12/202410:00 – 17:00Wed5 Weeks Classroom / OnlinePlaces available Future Dates/Request Price
23/12/202410:00 – 18:00Mon - Fri5 Days Classroom / OnlinePlaces available Future Dates/Request Price
30/12/202410:00 – 18:00Mon - Fri5 Days Classroom / OnlinePlaces available Future Dates/Request Price

Customers
Who We Work With

REQUEST FOR TRAINING


Frequently Asked Questions

Choosing a training center for any IT course is not an easy task. In order to earn extra credential to your IT career that will add values, you can undoubtedly choose London IT Career not only for the proven reputation but also for the opportunity to get highly skilled and experienced trainers. You will be highly motivated to accelerate you IT career in collaboration with London IT Training once you get the references from many other successful IT professionals working at well recognized and reputed IT companies, who had successfully completed IT courses from here.
You can expect to get excellent facilities from London IT Training for your preferred IT course. At London It Training, you will get well designed IT courses with updated resources, which are designed to be taught under the most meritorious trainers, over the UK. You can surely look ahead to get quality training along with desirable facilities that meet the global standard at London IT Training. Here, you can pick your required IT course at your convenient time as London IT Training is offering flexible schedule for the courses. Beside of these, you will get the access to the resources of your courses at anytime from anywhere, as London IT Training has uploaded all the course content online for its candidates.
At London IT Training, you will get both academic and administrative support, whenever you need and as per your requirement. We have a team of highly skilled and professional individuals who are ready to serve you by all means. You will find our trainers available even after the scheduled class time. London IT Training is also arrange group discussion among the participants and the Instructors, that will help you to get more out from the IT course you are attending. London IT Training is also helping the candidates for a better job placement, who have successfully completed the IT courses from here.
London IT Training continuously update the course content as the paradigm and practice of IT industry is changing and evolving more rapidly than ever before. Our courses are well organized, which will help you to get deep inside the subject matter without facing any difficulties. At London IT Training, the instructors are always keeping themselves busy not only to deliver the subject matter in a quality manner but also concerned about any changes that are required for the curriculum of the course.
In terms of recognition, you have nothing to worry about the IT courses offered by London IT Training. We have already earned the reputation as a training institute in the UK by putting our consistent effort on the training that we offered and also by working in collaboration with a significant number of reputed IT companies across the UK, for our Job placement program. IT professionals, who had successfully completed IT courses from London IT Training, are working with an outstanding reputation regarding the skill and experience, at their workplace and this is one of the key competencies of our training center.
Scroll Up