Skip to content

Practice for emulating core functionality of a Linux-style shell with respect to managing a file system. User can interact with a set of commands via a command-line familiar to users of Linux. Files and folders are not actually created in any form, this program focuses on the management aspect only.

Notifications You must be signed in to change notification settings

palwxc/Fabricated-Files-Folders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fabricated Files & Folders

Practice for emulating core functionality of a Linux-style shell with respect to managing a file system. User can interact with a set of commands via a command-line familiar to users of Linux. Files and folders are not actually created in any form, this program focuses on the management aspect only. The read/write/execute permissions for Owner, Group, and Public are arbitrarily assigned. Supported commands:

ls
ls -l
cd
pwd
mkdir
rmdir
rm
chmod
touch
exit/quit

touch 'creates' a file or updates the timestamp

Prerequisites

A development environment will be needed to test this project. Code::Blocks was used for the development of this project.

Testing

Tests for this project can be performed through the console by entering any of the supported commands.

Built With

Authors

  • Phillip LaFrance - Solution - palwxc
  • Dr. Joshua Wilkerson - Assignment Setup - Contact

About

Practice for emulating core functionality of a Linux-style shell with respect to managing a file system. User can interact with a set of commands via a command-line familiar to users of Linux. Files and folders are not actually created in any form, this program focuses on the management aspect only.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages