Tutorial search

Linux Tutorials
Tutorials
Stuff
Affiliates

Linux Shells Tutorials


We hope that you will enjoy our Linux Shells tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own Linux Shells tutorials to our site. Thank you !

Sort by:
AIX WPAR auditing
AIX WPAR auditing
IBM AIX V6.1 introduced the software-based partition technology called Workload Partitions (WPAR). This article provides an overview of auditing subsystems in a WPAR environment and presents information about the audit reporting tools that can be used to view the audit records.
Category: Linux tutorials > Shells - Difficulty:
Tutorial: Conditions in bash scripting (if statements)
Tutorial: Conditions in bash scripting (if statements)
If you use bash for scripting you will undoubtedly have to use conditions a lot, for example for an if ... then construct or a while loop. The syntax of these conditions can seem a bit daunting to learn and use. This tutorial aims to help the reader understanding conditions in bash, and provides a comprehensive list of the possibilities. A small amount of general shell knowledge is assumed.
Category: Linux tutorials > Shells - Difficulty:
A beginner’s guide to Korn shell scripting
A beginner’s guide to Korn shell scripting
The AIX operating system and other UNIX-like operating systems need a way to communicate with the kernel. This is done through the use of a shell. The Korn shell is the default shell used with AIX. Discover how to automate many tasks and save a great deal of time by writing your own Korn shells scripts.
Category: Linux tutorials > Shells - Difficulty:
Learn Perl By Example
Learn Perl By Example
PERL is a powerful scripting language, very popular among UNIX/Linux admins. This tutorials will try to cover everything you need to know in order to program in Perl. Perl stands for Practical Extraction an Report Language, it was first used as text processor, it borrows features from C, shell scripting (UNIX sh), sed, awk, Lisp, Pascal. It can be used also for developing dyamic web applications as CGIs.
Category: Linux tutorials > Shells - Difficulty:
Tutorial: The best tips & tricks for bash, explained
Tutorial: The best tips & tricks for bash, explained
The bash shell is just amazing. There are so many tasks that can be simplified using its handy features. This tutorial tells about some of those features, explains what exactly they do and learns you how to use them.
Category: Linux tutorials > Shells - Difficulty:
Telnet Basics
Telnet Basics
A tutorial on telnet for beginners. Explains what telnet is and how to use it.
Category: Linux tutorials > Shells - Difficulty:
Schedule scripts to run
Schedule scripts to run
Schedule your daily work like checking logfiles, cleaning up old data in your web systems. Let automated scripts take care of this, learn how to use "Cronjob" for this.
Category: Linux tutorials > Shells - Difficulty:
GRUB for Linux
GRUB for Linux
If you're still lumbering along with the good, but antique, Linux Loader, it's time to consider a move to GRUB, the Grand Unified Bootloader--the bootloader of today's generation.
Category: Linux tutorials > Shells - Difficulty:
Using the Apache CVS Repository
Using the Apache CVS Repository
Want to keep up with the latest and greatest versions of the Apache HTTP Server? Then you've got to spend some time figuring out how the latest and greatest is distributed to the public. Ken Coar explains the Apache CVS Repository and how you can use it to stay on top of Apache.
Category: Linux tutorials > Shells - Difficulty:
The Unix Shell - Part II
The Unix Shell - Part II
At first glance many people think the Unix Shell is a more cryptic version of the MS-Windows/DOS command prompt. However, the Unix shell can do much more than launch programs and copy files. Sequences of commands can be strung together in "Shell Scripts" to automate tedious or repetitive tasks.
Category: Linux tutorials > Shells - Difficulty:
The Unix Shell - Part One
The Unix Shell - Part One
The word Unix has traditionally brought to mind images of a mystical operating system for high-end workstations and servers that can only be accessed through a cryptic command line interface known as the Unix Shell. Although Linux offers graphical front ends, the Unix Shell is still a powerful tool that can make life easier for anyone who is willing to invest a bit of time learning the basic syntax.
Category: Linux tutorials > Shells - Difficulty:
Linux Exam: Shell, Script, Program, & Compile
Linux Exam: Shell, Script, Program, & Compile
In this tutorial (the fifth in a series of nine tutorials on exam 102 topics), Ian Shields introduces you to the Bash shell, and scripts and programming in the Bash shell. By the end of this tutorial, you will know how to customize your shell environment, use shell programming structures to create functions and scripts, set and unset environment variables, and use the various login scripts.
Category: Linux tutorials > Shells - Difficulty:
Ready for Hacking Linux 2.6 Kernel
Ready for Hacking Linux 2.6 Kernel
In this first of a two-part series, learn about system and environment requirements, the best ways to acquire Linux source code, how to configure and boot your new kernel, and how to use the printk function to print messages during bootup.
Category: Linux tutorials > Shells - Difficulty:
GCC-Based Cross Compiler for Linux
GCC-Based Cross Compiler for Linux
Get step-by-step instructions for building a cross-compiler so that you can build and develop applications for an alternative platform. Cross-compilers can be useful in many different situations, such as when you develop applications for embedded platforms.
Category: Linux tutorials > Shells - Difficulty:
Linux Perl Scripting in C Applications
Linux Perl Scripting in C Applications
Embedding an existing language gets you the benefits of an established language to expand the functionality of your application in a flexible way without users having to rebuild the application to use it. In this tutorial, you'll learn a process for embedding a scripting language into an application. You'll see how to build the application and how to provide wrapper functions that support full argument and return value support.
Category: Linux tutorials > Shells - Difficulty:
Total Tutorials in Category: 19