A beginner-friendly Linux practice repository created during my Cloud & DevOps training.
This repository documents my hands-on Linux command practice completed as part of a Cloud & DevOps course.
The objective was to become familiar with Linux terminal commands by creating directories, managing files, searching text, editing files, and performing common filesystem operations.
- Kali Linux
- VMware Fusion
- Bash
- Linux CLI
- Linux file system
- Directory navigation
- File management
- Nano editor
- grep
- find
- wc
- head
- tail
- pipes
- sort
- uniq
- tr
Linux_search_project/
├── HR
├── IT
├── Sales
└── Finance
After completing this practice, I can:
- Navigate the Linux filesystem
- Create and manage directories
- Create, edit and delete files
- Search files using
find - Search text using
grep - Count words and lines using
wc - Use pipes (
|) - Understand relative and absolute paths
- Work with the Nano editor
This is the Kali Linux environment running on VMware Fusion after installation and configuration.
Directory hierarchy created for the Linux Search Project.
Demonstration of locating files within the project using the find command.
Using the grep command to search for specific keywords across multiple files.
Editing text files directly from the Linux terminal using the Nano editor.
Overall workflow followed during the Linux command practice assignment.
Ashmit Negi





