Skip to content

DBXCLI functionalities by creating a shell in C Bojneagu David/Radu Antonio. We needed to implement this in C language, using different system calls like fork(), execve, etc. I got more familiar with how a shell actually works.

Notifications You must be signed in to change notification settings

DBojneagu/DBXCLI-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

DBXCLI-Shell

DBXCLI (The Dropbox Shell) functionalities by creating a shell in C, linked to the local file system, with commands such as: mkdir, rm, cp, mv, and many more.

How to use it

In order to use our shell, you need to type in the terminal: gcc dropbox_shell.c -lreadline -o dropbox_shell and then ./dropbox_shell

  • To see all the available commands use our_help

Group Project : Bojneagu David/Radu Antonio

About

DBXCLI functionalities by creating a shell in C Bojneagu David/Radu Antonio. We needed to implement this in C language, using different system calls like fork(), execve, etc. I got more familiar with how a shell actually works.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages