So, I'm hosting a private server for me and my friends to learn eachother stuff using ComputerCraft.
What I want is a "restricted" OS.
What I mean by this is that I only want certain users to be able to use certain programs and shell methods.
For example, I want everyone to be able to move around and stuff in their own Home directory, but not be able to move out of it, while I want admins to be able to move around freely and do everything.
I'd like the code to be stored on a drive as I've connected every computer in the network to it.
The list of shell commands I want the users to be able to use is as follows:
- adventure
- alias (List the commands, not be able to make new ones)
- apis (List the apis and help about them)
- cd (Inside the users home directory)
- clear
- copy (Inside their home dir)
- delete (Inside their home dir)
- edit (Inside their home dir)
- hello
- help (List all the help stuff)
- id (Get the id of the current computer)
- move (Inside the users home dir)
- paint (With files inside their home dir)
- pastebin (get/put in their home dir)
- programs (List the programs available to the user)
- redirection
- rename (Inside the users home dir)
- time
- type (Inside their home dir)
- worm
As stated above, I want the admins to be able to do anything.
Thanks for help and interest.
- Mackan90096