Module 2. Shell Usage and Fundamental Commands
Duration: 6 hours
This module focuses on building fluency with the command line, which is essential for any system administrator.
Topics Covered
Section titled “Topics Covered”This module is divided into the following detailed sections:
- Commands:
ls,cd,pwd. - Managing files:
cp,mv,rm,mkdir.
- Understanding Modes (Normal, Insert, Command).
- Basic editing, saving, and quitting.
- Redirecting Output (
>,>>,|). - Filtering text streams:
grep,cat,less,sort,wc.
- Understanding
rwxpermissions. - Using
chmod(symbolic and octal) andchown.
- Monitoring:
top,ps. - Signals:
killvskill -9. - Background jobs (
&) and job control.