<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Linux setup shared directory</title> <atom:link href="http://www.cyberciti.biz/faq/linux-setup-shared-directory/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/linux-setup-shared-directory/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: sadegh</title><link>http://www.cyberciti.biz/faq/linux-setup-shared-directory/#comment-66118</link> <dc:creator>sadegh</dc:creator> <pubDate>Wed, 28 Dec 2011 07:41:01 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-setup-shared-directory.php#comment-66118</guid> <description>i have a drive in windows server 2003 and I want share this drive for one user
this user use a linux Red Hat OS and i want just this user modify this drive and other network user can&#039;t any modify this folder
How can i ddo this
by Active directory User How?</description> <content:encoded><![CDATA[<p>i have a drive in windows server 2003 and I want share this drive for one user<br
/> this user use a linux Red Hat OS and i want just this user modify this drive and other network user can&#8217;t any modify this folder</p><p>How can i ddo this<br
/> by Active directory User How?</p> ]]></content:encoded> </item> <item><title>By: Matt Dunlap</title><link>http://www.cyberciti.biz/faq/linux-setup-shared-directory/#comment-49461</link> <dc:creator>Matt Dunlap</dc:creator> <pubDate>Thu, 09 Sep 2010 21:04:52 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-setup-shared-directory.php#comment-49461</guid> <description>I actually found that my issue had to do with php ssh2. I was using Wordpress auto upgrade feature and the files would get created but without the correct file permission. I was able to use filezilla sftp for the developers to upload and create files which worked.
I made a change to the mask in the wordpress config that created group writable files.</description> <content:encoded><![CDATA[<p>I actually found that my issue had to do with php ssh2. I was using WordPress auto upgrade feature and the files would get created but without the correct file permission. I was able to use filezilla sftp for the developers to upload and create files which worked.</p><p>I made a change to the mask in the wordpress config that created group writable files.</p> ]]></content:encoded> </item> <item><title>By: james</title><link>http://www.cyberciti.biz/faq/linux-setup-shared-directory/#comment-49459</link> <dc:creator>james</dc:creator> <pubDate>Thu, 09 Sep 2010 20:05:07 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-setup-shared-directory.php#comment-49459</guid> <description>The reason this doesn&#039;t work as Jon and Dunlap want:
Setgid when set on a directory (e.g., the 2 in 2775) basically only specifies the default group for new files not their permissions.  The permissions will still be dictated by umask; so you should set umask 002 (so new files are created with read/write permission for everyone in the group by default -- the normal umask is 022).
This is normally done in /etc/profile or in each users ~/.profile or ~/.bashrc</description> <content:encoded><![CDATA[<p>The reason this doesn&#8217;t work as Jon and Dunlap want:</p><p>Setgid when set on a directory (e.g., the 2 in 2775) basically only specifies the default group for new files not their permissions.  The permissions will still be dictated by umask; so you should set umask 002 (so new files are created with read/write permission for everyone in the group by default &#8212; the normal umask is 022).</p><p>This is normally done in /etc/profile or in each users ~/.profile or ~/.bashrc</p> ]]></content:encoded> </item> <item><title>By: Matt Dunlap</title><link>http://www.cyberciti.biz/faq/linux-setup-shared-directory/#comment-48518</link> <dc:creator>Matt Dunlap</dc:creator> <pubDate>Tue, 27 Jul 2010 04:03:25 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-setup-shared-directory.php#comment-48518</guid> <description>I made a web group, added the users.
Made a directory called test
chown root.web test -R
chmod 2775 test -R
I can see the guid bit set, but when I make a file in the test directory, it does not have group write permissions? the file is root.web but the permissions are 644.
I thought since the directory was 2775, the files that are created inside are 664... Did I do something wrong?
Group members need to add files and then other group members need to write to them.</description> <content:encoded><![CDATA[<p>I made a web group, added the users.</p><p>Made a directory called test<br
/> chown root.web test -R<br
/> chmod 2775 test -R</p><p>I can see the guid bit set, but when I make a file in the test directory, it does not have group write permissions? the file is root.web but the permissions are 644.</p><p>I thought since the directory was 2775, the files that are created inside are 664&#8230; Did I do something wrong?</p><p>Group members need to add files and then other group members need to write to them.</p> ]]></content:encoded> </item> <item><title>By: Stephen</title><link>http://www.cyberciti.biz/faq/linux-setup-shared-directory/#comment-48242</link> <dc:creator>Stephen</dc:creator> <pubDate>Tue, 06 Jul 2010 16:32:12 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-setup-shared-directory.php#comment-48242</guid> <description>Hey, should be : instead of . in 5.a.
Thanks for the tutorial!</description> <content:encoded><![CDATA[<p>Hey, should be : instead of . in 5.a.</p><p>Thanks for the tutorial!</p> ]]></content:encoded> </item> <item><title>By: jon</title><link>http://www.cyberciti.biz/faq/linux-setup-shared-directory/#comment-47579</link> <dc:creator>jon</dc:creator> <pubDate>Mon, 31 May 2010 07:43:13 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-setup-shared-directory.php#comment-47579</guid> <description>My problem is that when usr1 creates a file foo in /home/myproj he then becomes the owner of foo and no one else can edit it.  How can I cause files and dirs under /home/myproj to be accessed (read write del) by all the users in the group?
ls -l /home/myproj
-rw-r--r-- 1 usr1     users 5 May 31 03:37 foo</description> <content:encoded><![CDATA[<p>My problem is that when usr1 creates a file foo in /home/myproj he then becomes the owner of foo and no one else can edit it.  How can I cause files and dirs under /home/myproj to be accessed (read write del) by all the users in the group?</p><p>ls -l /home/myproj<br
/> -rw-r&#8211;r&#8211; 1 usr1     users 5 May 31 03:37 foo</p> ]]></content:encoded> </item> </channel> </rss>
