On 9 December 2016 at 17:21, <[email protected]> wrote: > However I think we can do something about the user account. I created a > user on my ubuntu server with very few write access. Just make them able to > read the files I want on their session (after they can create as many > python or other script on their ubuntu account but they are not root user > so they can't do whatever they want). >
That's probably a reasonable solution. Though you should still take some care, because the default on Linux is that users can read each other's files. Actually make it run as service was an option I though about are you > speaking about inserting something like that under ./etc/init.d/ > Yes, that kind of thing. On recent versions of most Linux distros, I think it's easier to do this with a systemd service file. I'm not very familiar with this stuff either, but you can find examples in /usr/lib/systemd/system and /usr/lib/systemd/user . Thomas -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAOvn4qgmNUXVS1Z54wHCcLFty9yPoNV9jzvLtNbNYEiewM3ccw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
