Quote:
|
Originally Posted by w3bd3vil
what you could do here is chmod the /usr/bin/* to 750, so a user wont have access to any of the files in /usr/bin.
then you can chmod 755 scp and the other commands that you want.
This might cause problems, so test on a system first.
|
To prevent them from leaving their home dirs, just follow the directions in my post.
The post I quoted will prevent them from running they shouldn't.
Them you can chmod things like sshd (which is normally in sbin, but...), gedit or emacs and xemacs to give them an online editor.
If you are planning on letting then use shell scripts, just chmod 777 /usr/bin/sh alond with the other needed commands.
That should give you decent security...
Linux users SHOULD be able to ssh and scp. Windows users can use Cygwin for SSH (open the X server and then xterm) and then they can scp and run the editors.
Windows users can also use programs like WinSCP for file transfer. Th shoudn't have to navigate into their home directors as that's where you start off...