Skip to content

farkoo/mini-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mini-terminal

In this project, a terminal with limited capabilities has been implemented.

Capabilities:

  • User managment

  • Check password strength

  • Manage the deadline for working with the system per user

  • Manage user access level

  • History of using invalid commands

  • su <username>

  • passwd

  • passwd -l (root)

  • create user (root)

  • chgr <username> (root)

  • cd

  • pwd

  • mkdir

  • > (to write inside a file, ex: blah>filename or filename1>filename2)

  • >> (to append inside a file, ex: blah>filename or filename1>filename2)

  • cat

  • rm

  • cp

  • mv

  • ls

  • exif <filename>

  • wc <filename>

  • diff <filename1> <filename2>

  • help <commandname>

requirement:

I work with visual studio 2019

Support

Contact me @:

e-mail:

Telegram id:

License

MIT © Farzaneh Koohestani

About

In this project, a terminal with limited capabilities has been implemented

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages