![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Monkcast #12: IBM HW group OEMs Solaris to chagrin of SW group & a ... - ZDNet.com bl | iBot | UNIX and Linux RSS News | 0 | 08-17-2007 01:30 PM |
| Changing userID and Changing group and GID | deal732 | Shell Programming and Scripting | 2 | 04-18-2007 07:09 AM |
| changing group ID | frankkahle | Filesystems, Disks and Memory | 4 | 05-19-2006 10:24 AM |
| entry in /etc/group too long - problem using sudo with %group | poli | SUN Solaris | 4 | 12-21-2004 05:50 AM |
| Changing the Effective Group ID | Jody | UNIX for Dummies Questions & Answers | 2 | 12-05-2002 11:53 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Changing root group to group from other
Does any one know if changing root’s group from “other” to “root” will cause any problems on a running system.
Thanks |
| Forum Sponsor | ||
|
|
|
|||
|
It MIGHT! BE CAUTIOUS AND HOPE YOU KNOW WHAT YOU'RE DOING!
You may have app that need to be run as at least from a certain group. If that priviledge is removed, your apps will stop working as only root and "root" grp can execute or access files and dirs. Normally when users restore a crashed system(same scenarios I encountered), they will change the group from root to other. Not other way round. As I mentioned, your applications will fail depending on situation |