chmod apply to user group
I need to set the permissions of a dir so that a usergroup in my ubuntu-server has read/write permissions. I understand that I’m supposed to use chmod (right?), but how do I set the permissions to only apply to a single usergroup?
chgrp $GROUPNAME $DIRNAME
chown g=$PERMS
Where $DIRNAME is the directory you want to change, $GROUPNAME is the name of the group you want the directory to be owned by, and $PERMS is the combination of rwx that you want to change permissions to.
Check more discussion of this question.
Related posts:
- Group Membership on Linux
- File Permissions: Who are the user, group, and others on my web server? What perms should i use for uploaded files, php files, etc.?
- Chmod: defintion of everyone (777)
- Only allow a user to CHMOD and CHOWN in their home directory or a specified directory
- Copy a file’s owner permissions to group permissions
Leave a comment
Recent Posts
- Windows File Permissions and Attributes
- What is the easiest way to upgrade my existing Perl 5.14 to Perl 5.16 on FreeBSD 9 using the ports system?
- Know if mysql has done its job
- Redirect https .com to https .co.uk without a valid SSL cert on .com without DNS change
- Why is it a bad idea to use customer email as from address
Tags
active-directory
amazon-ec2
apache
apache2
backup
bash
centos
cisco
command-line
debian
dns
email
exchange
firewall
iis
iis7
iptables
linux
macosx
monitoring
mysql
networking
nginx
performance
permissions
php
postfix
raid
security
sql-server
sql-server-2005
sql-server-2008
ssh
ssl
ubuntu
unix
virtualization
vpn
webserver
windows
windows-7
windows-server-2003
windows-server-2008
windows-server-2008-r2
windows-xp





