https://github.com/smtkanchana66/linux-file-management-system-shell-script
Linux file management (shell/bash)
https://github.com/smtkanchana66/linux-file-management-system-shell-script
bash bash-script bash-scripting filemanagemet linux shell shell-script shell-scripting shell-scripts
Last synced: about 2 months ago
JSON representation
Linux file management (shell/bash)
- Host: GitHub
- URL: https://github.com/smtkanchana66/linux-file-management-system-shell-script
- Owner: smtkanchana66
- Created: 2023-08-21T12:51:25.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T12:21:44.000Z (over 2 years ago)
- Last Synced: 2025-08-01T10:54:53.886Z (11 months ago)
- Topics: bash, bash-script, bash-scripting, filemanagemet, linux, shell, shell-script, shell-scripting, shell-scripts
- Language: Shell
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Linux File Management System
This is a simple Linux file management system that allows you to create, delete directories, create files, and navigate the file system using the command line.
## Features
- Create directories
- Delete directories
- Create files
- Navigate the file system
## Getting Started
These instructions will help you get a copy of the project up and running on your local machine.
### Prerequisites
Before you begin, ensure you have the following software installed:
- Linux operating system
- Command line interface (Terminal)
### Installation
1. Change Directory
```bash
cd Linux-file-management-system-shell-script
2. Clone the repository to your local machine.
```bash
git clone https://github.com/kanchana66/Linux-file-management-system-shell-script.git
3. Add permission to execute.
```bash
sudo chmod +x file-naviagate.sh; sudo chmod +x bash.sh
4. Run Programme
```bash
./file-naviagate.sh || ./bash.sh