Operating System - Linux
1830241 Members
1469 Online
109999 Solutions
New Discussion

Re: Change group access right

 
SOLVED
Go to solution
O'lnes
Regular Advisor

Change group access right

How can i grant a group of users to access a specify group, eg. let EDP group user to access /home/ACC, i use 'chacl' in unix perviously, but it not available in linux, what command should i use in linux? Thanks.





Andy
2 REPLIES 2
benoit Bruckert
Honored Contributor
Solution

Re: Change group access right

chmod is the solution you need.
See also chown, chgrp.
hope that help
Benoit
Une application mal pansée aboutit à une usine à gaze (GHG)
Sanjeev Kohli_1
Advisor

Re: Change group access right

Hi !

The best way to give users access in the same group is to set the permission by using the chmod command .

Have fun ,

Sanjeev

Sanjeev Kohli