yujinrobot / yujin_tools

Tools and utilities for development, typically with ROS build environments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installed bash scripts require user permissions

stonier opened this issue · comments

So a multi-user environment can run .bashrc, eclipse, gnome-terminal, konsole...

Just need to set this to allow group permissions so an entire workspace can be chmod'd to a shared group and from then on, usable.

Note, if you want all users to create files in that workspace from a shared primary group instead of having to chmod it all the time, just assign each person to a shared group in /etc/groups (users by convention) and then set each user's primary group:

> sudo usermod -g users snorri