Session 1: INTRODUCTION TO THE SOLARIS OPERATING SYSTEM
- A brief history of UNIX
- The UNIX kernel
- The UNIX file system
- Getting started navigating the file system
- The file system structure
- Directories and files
- Pathnames
- Navigating the file system
Session 2: BASIC COMMANDS
- Command line syntax
- Basic file handling commands
- Basic Directory handling commands
- Filename wildcard characters
Session 3: REDIRECTION AND PIPES
- Input redirection
- Output redirection
- Pipes
Session 4: INTRODUCTION TO THE vi EDITOR
- Overview of the vi editor
- Basic functions
- Switching to input mode
- Other useful commands
Session 5: SEARCHING AND REPLACING TEXT
- Replacing text
- Using the vi editor
- Using sed for search and replace
- Searching for text with grep
Session 6: RECALLING AND EDITING COMMANDS
- Overview
- The bash shell
- The korn shell
Session 7: FILE PERMISSIONS AND ACCESS CONTROL
- Users and user groups
- File access permissions
- Changing file attributes
- Switching users and user groups
- Linking files
Session 8: PROCESSES
- What is a process?
- Monitoring processes
- Killing processes
- Background processes
- Job Control
- Grouping commands
Session 9: THE USER ENVIRONMENT
- Customising the .profile or .bash_profile
- Customising the .kshrc or .bashrc
Session 10: MORE BASIC COMMANDS
- The find command
- The cut command
- The sort command
- The finger command