Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux Shell Status

Linux Command Practice

A beginner-friendly Linux practice repository created during my Cloud & DevOps training.

About

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.

Technologies

  • Kali Linux
  • VMware Fusion
  • Bash
  • Linux CLI

Topics Covered

  • Linux file system
  • Directory navigation
  • File management
  • Nano editor
  • grep
  • find
  • wc
  • head
  • tail
  • pipes
  • sort
  • uniq
  • tr

Repository Structure

Linux_search_project/
├── HR
├── IT
├── Sales
└── Finance

Learning Outcomes

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

Screenshots

1. Kali Linux Desktop

This is the Kali Linux environment running on VMware Fusion after installation and configuration.

Kali Linux Desktop


2. Project Folder Structure

Directory hierarchy created for the Linux Search Project.

Folder Structure


3. Searching Files using find

Demonstration of locating files within the project using the find command.

Find Command


4. Searching Text using grep

Using the grep command to search for specific keywords across multiple files.

Grep Command


5. Editing Files using Nano

Editing text files directly from the Linux terminal using the Nano editor.

Nano Editor


6. Workflow Overview

Overall workflow followed during the Linux command practice assignment.

Workflow

Author

Ashmit Negi

About

Hands-on Linux command practice completed during Cloud & DevOps training.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors