0(0 Ratings)
Linux for Cloud and DevOps Engineers
Linux Course Curriculum
Topics:
- Linux Introduction
- What is OS
- Linux Filesystem Hierarchy
Topics:
- Linux Basic commands
- Commands to read a file
- Creating files
- Edit or append content to a file
- Create Directories
- Remove Files and Directories
Topics:
- CP command to Copy files or directories
- Move or Rename a file
- cd command
- how to search a file – Find, diff and file commands
- Grep command
- Replace a Word in a File – Command sed
Topics:
- Creating a User – Command useradd
- Login as a User onto EC2 Instance
- Command ls explained
- Permissions to a file
- Changing permissions – Command chmod
- Changing Ownership – Command chown, file
Topics
- Commands history, free, meminfo, cpuinfo, uname,du, whereis, which
Topics:
- Installing Packages – Commands : yum [install, remove]
- Updating and getting info about packages – Commands: yum [update, list, info]
Topics
- Collect Network info – Commands: hostname, ping, wget, ifcofnig, curl
- Telnet explained
Topics
Services
Services – commands chkconfig, systemctl
Topics
- Process Management – Commands: ps, fg, bg, top
Topics
- Archiving files and directories
- Crontab
- Link Files
- Copy files from one server to other server- Commands scp