Git Product home page Git Product logo

os-linux-command-shell-'s Introduction

Linux Command Shell

Since we work in operating system everyday but we don’t know how the internal operating system functions work and how the operating system communicate with the hardware. So to understand the internal working activities and operating system functions, we have decided to build an operating system command shell like Linux. And we believe that this project will help us to enrich our knowledge regarding the internal activities and functions of the operating system.

Ideas: We will build a Linux command shell which will directly operate with the Linux operating systems. The command shell will do some tasks like core Linux operating systems such as create new files, change the directory path, modify the file, change the directory path, some advanced files functionalities, some environmental variable activities, some process working configuration and some networking identification commands. This command shell will also implement the system call methodology to communicate with the hardware systems.

Features:

Basic Linux commands ❖ Lists all files and directories in the present working directory (ls) ❖ To change to a particular directory (cd) ❖ Creates a new file (cat>filename) ❖ Reads the file content (cat filename) ❖ Renames the file to a new filename (mv filename; new_file_name) ❖ Deletes a file (rm filename) ❖ Gives a list of all past commands typed in the current terminal session (history) ❖ Deletes a directory (rmdir) ❖ Renames a directory (mv)

Environment Variables command ❖ To display value of a variable (echo $VARIABLE) ❖ Displays all environment variables (env) ❖ Create a new variable (VARIABLE_NAME = variable_value)

Process command ❖ Details on all Active Processes (top) ❖ Gives the Process ID (PID) of a process (pidof) ❖ Gives the status of a particular process (ps PID)

Networking command: ❖ Shows the IP address details of the system (IPCONFIG) ❖ Shows the hostname details of the system (HOSTNAME) ❖ Shows system info software and hardware (SYSTEMINFO)

Development Tools: ♦ Language: C programming ♦ Operating system: Linux ♦ Version control: Git ♦ Project management: Trello

os-linux-command-shell-'s People

Contributors

sayem5522 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.