active questions tagged permissions - Stack Overflowmost recent 30 from stackoverflow.com2009-12-16T08:36:12Zhttp://stackoverflow.com/feeds/tag/permissionshttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1113691/a-general-linux-file-permissions-question-apache-and-wordpress1A general linux file permissions question: Apache and WordPresskovshenin2009-07-11T13:14:17Z2009-12-15T19:30:48Z
<p>Hi. I moved from a shared hosting to a VPS a few weeks ago and I'm having these annoying permission issues with WordPress. You know you can download and upgrade plugins (and wordpress itself) from the admin panel, but since I moved it started asking me my FTP credentials, which is kinda slow when I have to update ~20 plugins.</p>
<p>I think this should be some kind of rights issue. I looked that the shared hosting wordpress files, they all belong to the username and group kovshenin (kovshenin:kovshenin) and the files are -rw-r--r-- and the directories are drwx-r-xr-x.</p>
<p>On my VPS apache runs under apache:apache and my files are kovshenin:kovshenin. What should I do to make them readable and writable by both kovshenin and apache?</p>
<p>Also, I changed the permissions to 0777 for all files and folders of my wordpress installation, that allowed me to install and delete plugins without FTP, but when I pushed to automatic upgrade to WordPress 2.8.1 it still asked me for my FTP account. Is that a wp issue or did I miss something?</p>
<p>Thanks.</p>
<p><strong>Update</strong>: I managed to run <code>id</code> and <code>id www-data</code> on the MediaTemple shared hosting. User kovshenin is in group kovshenin, and www-data is in group www-data. No more groups. What's the trick?</p>
<p><strong>Another update</strong> Okay, I added the <code>apache</code> user to the <code>kovshenin</code> group, my wordpress files are <code>kovshenin:kovshenin</code> with <code>rw-rw-r--</code> permissions and <code>drwxrwxr-x</code> permissions on directories, but something is still wrong. The user <code>apache</code> can access the files and folders, I can use the online Themes and Plugins editor in the wordpress admin panel, I'm able to make changes to the .htaccess file from within wordpress, but plugin/theme installation still asks me for FTP credentials!</p>
<p>Any ideas? Thanks.</p>
http://stackoverflow.com/questions/1907641/best-and-proper-permissions-settings-for-directory0Best and Proper Permissions Settings for DirectoryDr. DOT2009-12-15T13:56:11Z2009-12-15T14:08:13Z
<p>I am interested in knowing the proper, yet security-conscious settings for a directory. Here's my scenario:</p>
<ol>
<li>I have a username for FTP access to my server called "user".</li>
<li>For the purpose of the scenario, PHP runs as "nobody" on my server.</li>
<li>I have a directory off the document root called "sample".</li>
<li>The "sample" directory is chmod'd at 0755 (drwxr-xr-x)</li>
<li>"Sample" is owned by "user" and the group is set to "user"</li>
</ol>
<p>The above is all very straight forward and standard.</p>
<p>So I want to have a script be able to create (mkdir) and delete (rmdir) directories under "sample". Yet, I don't want to obviously overly expose my server by opening up the permissions (I could easily chmod sample to 0777 and make it world write-able).</p>
<p>What is the best combination of permissions, owner settings and/or group settings to allow my script to create and delete directories under "sample" while retaining the ability for "user" to continue to FTP into the directory?</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/1902270/strategy-to-filter-data-according-to-user-access-level1strategy to filter data according to user access levelopensas2009-12-14T17:24:11Z2009-12-14T18:13:04Z
<p>we currently have a very simple security schema...</p>
<p>we have resources, that roughly maps to tables, we have access to that resources (add, modify, delete, query) and we have groups.</p>
<p>each permission consists of a resource, with a specified access and a group</p>
<p>and each user can belong to many groups...</p>
<p>so, permission is a many-to-many between group, access and resource</p>
<p>and we also have a many-to-many between user and group.</p>
<p>this is just fine for our needs...</p>
<p>what I'm trying to think is a method to grant permission to data, at the record level, with a similar scheme. I need a way to "filter" records according to the user access level.</p>
<p>for example, the users belonging to a certain group can see all records of a table (resource), but users from another group can only see records which satifies a specific condition, that they see the data filtered...</p>
<p>I was thinking about adding a "expression" field to the permission table, so that when accessing a certain resource the filter is applied (in fact it would be a little more complicated, I would have to apply each filter of the groups to which the user belongs, joined with an "or")</p>
<p>I'd like it to be as general and configurable as possible...</p>
<p>How would you handle such a use case?</p>
http://stackoverflow.com/questions/1873013/sharepoint-profile-picture-access-rights1Sharepoint Profile Picture access rightsLaura L2009-12-09T10:35:39Z2009-12-14T11:12:25Z
<p>After setting user profile pictures (and user information pictures) for all our sharepoint users (images are kept in a list in one of the site collections), we configured user profiles so that users can update their picture at any moment.</p>
<p>The problem is, when the user uploads a picture, it is automatically placed in their Shared Pictures library, but this library does not have sufficient permissions set for other users. I checked the "Permissions for this picture library" of the Shared Pictures and it inherits the rights from the MySite, which are: full control for the user and limited access for our system account. I checked the Default Reader Site Group setting for the My Site in Central Admin: 'NT AUTHORITY\authenticated users' (this setting was there when all My Sites were created).</p>
<p>I also checked the default privacy settings of the Picture property and it is set to Everyone, user can override - no, replicable - checked, edit settings: allow users to edit.
The result is, all pictures uploaded personally by users appear as broken links because no other user has access to see it. </p>
<p>What are we missing?</p>
http://stackoverflow.com/questions/1236319/how-to-mimic-effects-of-maxscriptstatements-i-e-prevent-a-script-on-this-page0How to mimic effects of MaxScriptStatements (i.e. prevent "A script on this page is causing Internet Explorer to run slowly") without changing the registry?chispanz2009-08-05T23:47:45Z2009-12-14T09:00:02Z
<p>We are using Bing and/or Google javascript map controls, sometimes with large numbers of dynamically alterable overlays.</p>
<p>I have read <a href="http://support.microsoft.com/kb/175500/en-us" rel="nofollow">http://support.microsoft.com/kb/175500/en-us</a> and know how to set the MaxScriptStatments registry key.</p>
<p>Problem is we do not want to programmatically set this or any other registry key on users' computers but would rather achieve the same effect some other way.</p>
<p>Is there another way?</p>
http://stackoverflow.com/questions/1193309/common-cms-roles-and-access-levels8Common CMS roles and access levelsMeep3D2009-07-28T10:47:04Z2009-12-13T18:59:00Z
<p>I am currently writing a CMS and remember someone (it might have been on here) criticise the existing CMS for not having a robust enough user permissions system. I've got a method planned out but it I feel it has fallen into the usual trap of being a bit too fine-grained which makes understanding and implementing it a horror for end users.</p>
<p>I think having a range of default user roles with permissions would be the answer to this, so I suppose my question is this:</p>
<p>What are the default roles you would like to see in a CMS and what sort of permissions would be associated with these?</p>
<p>Thanks in advance!</p>
http://stackoverflow.com/questions/1897336/launching-mysql-server-same-permissions-for-root-and-for-user0Launching mysql server: same permissions for root and for usertoinbis2009-12-13T18:52:05Z2009-12-13T18:52:05Z
<p>Hi folks,</p>
<p>so far in my 10+ years experience with linux, all the permission problems I've ever encountered, have been successfully solved with <code>chmod -R 777 /path/where/the/problem/has/occured</code> (every lie has a grain of truth in it :) </p>
<p>This time the trick doesn't work, so I'm turning to you for help.
I'm compiling mysql server from scratch with zc.buildout (<a href="http://www.buildout.org" rel="nofollow">www.buildout.org</a>). I do launch it by executing <code>/home/toinbis/.../parts/mysql/bin/mysqld_safe</code>, this works. The thing is that i'll be launching this from within supervisor (<a href="http://supervisord.org" rel="nofollow">supervisord.org</a>) script, and when used on the deployment server, it'll need it to be launched with root permissions(so that nginx server, launched with the same script, would have access to 80 port). Same command, executed with 'sudo', fails, generating the error, posted bellow, in mysql error log (apache and nginx works as expected).</p>
<p><a href="http://lists.mysql.com/mysql/216045" rel="nofollow">http://lists.mysql.com/mysql/216045</a> suggests, that "there are two errors: A
missing table and a file system that mysqld doesn't have access to". Mysqldatadir and all the mysql server binary files has 777 permissions, talbe mysql.plugin does exist and has 777 permissions (why <code>Can't open the mysql.plugin table</code>?), "sudo touch mysql_datadir/tmp/file" does create file (why <code>Can't create/write to file /home/toinbis/.../runtime/mysql_datadir/tmp/ib4e9Huz</code>?).</p>
<p><code>chgrp -R mysql mysql_datadir</code> and adding "root, toinbis, mysql" users to mysql group ( <code>cat /etc/group | grep mysql</code> outputs <code>mysql:x:124:root,toinbis,mysql</code>)
has no effect - when i launch it as a casual user, it starts, when as a root - it fails.
Does mysql server, even started as root, tries to operate as other, let's say, 'mysql' user? but even in that case, adding mysql user to mysql group and making all the mysql_datadirs files belong to mysql group should make things work smoothly.</p>
<p>I do know that it might be a better idea to simply to launch one the nginx as root and mysql - as just a user, but this error irritated me enough so to devote enough energy so not to only "make things work", but to also make things work exactly as i wanted it initially, so to have a proof of concept that it's possible.</p>
<p>and this is the generated error:</p>
<pre><code>091213 20:02:55 mysqld_safe Starting mysqld daemon with databases from /home/toinbis/.../runtime/mysql_datadir
/home/toinbis/.../parts/mysql/libexec/mysqld: Table 'plugin' is read only
091213 20:02:55 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
/home/toinbis/.../parts/mysql/libexec/mysqld: Can't create/write to file '/home/toinbis/.../runtime/mysql_datadir/tmp/ib4e9Huz' (Errcode: 13)
091213 20:02:55 InnoDB: Error: unable to create temporary file; errno: 13
091213 20:02:55 [ERROR] Plugin 'InnoDB' init function returned error.
091213 20:02:55 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
091213 20:02:55 [ERROR] Can't start server : Bind on unix socket: Permission denied
091213 20:02:55 [ERROR] Do you already have another mysqld server running on socket: /home/toinbis/Desktop/programming/369-rocks/runtime/var/pids/mysql.sock ?
091213 20:02:55 [ERROR] Aborting
091213 20:02:55 [Note] /home/toinbis/.../parts/mysql/libexec/mysqld: Shutdown complete
091213 20:02:55 mysqld_safe mysqld from pid file /home/toinbis/.../runtime/var/pids/mysql.pid ended
</code></pre>
<p>Any ideas much appreciated!</p>
<p>regards,</p>
<p>to</p>
http://stackoverflow.com/questions/1144078/visual-studio-unit-test-delete-permission-denied0Visual Studio Unit Test - DELETE permission deniedbingles2009-07-17T15:39:35Z2009-12-13T05:00:03Z
<p>I am running a Sql statement similar to the following inside of a cleanup method of a unit test in Visual Studio 2008:</p>
<p>DELETE FROM MyTable
WHERE EmployeeID = @EmployeeID AND UserID = @UserID
...
@EmployeeID & @UserID are assigned appropriate values via parameters in an SqlCommand and ExecuteScalar() is called to execute the statement.</p>
<p>I am receiving DELETE permission denied on object 'MyTable' SqlException when I run this. </p>
<p>Delete permissions have been granted to the user that my SqlConnection connects with, and I can't find any reason that I should be receiving this exception. I am successfully running a similar delete statement on another table in the same database with the same login credentials.</p>
<p>Any help is greatly appreciated. Thanks</p>
http://stackoverflow.com/questions/1876816/file-permissions-resetting-when-switching-branches-in-git1File permissions resetting when switching branches in GitDavid Lim2009-12-09T20:54:40Z2009-12-12T11:13:54Z
<p>I created a Git repository on a folder that had a different Linux owner than my user. It wasn't until much later that I set the group permissions to write so that my user could make changes and commits to Git. However, whenever I switch from a branch to master, all the group write permissions are lost.</p>
<p>I've tried switching to the master branch, and using the root user to make all files write-enabled for the group I'm in. But when I switch to a different branch, all the group write permissions are lost again.</p>
http://stackoverflow.com/questions/1889010/inherit-active-directory-permissions-via-c0Inherit Active Directory permissions via C#Sefyroth2009-12-11T15:59:09Z2009-12-11T18:25:09Z
<p><strong>Edit:</strong> It seems it doesn't work. Some permissions aren't copied over it seems.
This is inside an Active Directory for Exchange 2010. In the screenshot, there's the user "RTCUniversalUserReadOnlyGroup", with the "permission" column empty. Those permissions don't get copied over at all. Any tips?</p>
<p>I'm currently having to uncheck the "Include inheritable permissions from this object's parent" checkbox in Active Directory in a programmatic way.</p>
<p>EDIT: Had to put the image back in URL form: <a href="http://i47.tinypic.com/2a8fed5.jpg" rel="nofollow">http://i47.tinypic.com/2a8fed5.jpg</a></p>
<p>I figured the way to actually uncheck it, but when you do it through the interface, it asks you if you want to copy the current permissions or remove them.</p>
<p>Only way I found is to manually list the permissions, put them in a temporary variable and then re-add them after the checkbox was removed.</p>
<pre><code> using (DirectoryEntry entry = new DirectoryEntry(myPath))
{
List<ActiveDirectoryAccessRule> rules = new List<ActiveDirectoryAccessRule>();
foreach (object ruleObject in entry.ObjectSecurity.GetAccessRules(false, true, typeof(SecurityIdentifier)))
{
ActiveDirectoryAccessRule rule = ruleObject as ActiveDirectoryAccessRule;
if (rule.IsInherited)
{
rules.Add(rule);
}
}
foreach (object ruleObject in entry.ObjectSecurity.GetAccessRules(false, true, typeof(NTAccount)))
{
ActiveDirectoryAccessRule rule = ruleObject as ActiveDirectoryAccessRule;
if (rule.IsInherited)
{
rules.Add(rule);
}
}
entry.ObjectSecurity.SetAccessRuleProtection(true, false);
foreach (var rule in rules)
{
entry.ObjectSecurity.AddAccessRule(rule);
}
entry.CommitChanges();
}
</code></pre>
<p>I'm wondering if there's a better way to do this and if I'm missing something. It seems to work fine for now, but it feels like a hack that will come bite me in the ass once the project will be deployed.</p>
http://stackoverflow.com/questions/1885450/what-is-a-good-way-to-test-whether-a-file-has-required-permissions2What is a good way to test whether a file has required permissions?WilliamKF2009-12-11T02:23:55Z2009-12-11T02:36:27Z
<p>I see that ifstream::open() returns void and does not offer any way to see if the file did not open due to permissions. What is a good api to test whether read permission or alternatively write permissions are available on a file for the current process in C++?</p>
http://stackoverflow.com/questions/1880461/is-there-a-better-way-to-assign-permissions-to-temporary-tables-in-mysql0Is there a better way to assign permissions to temporary tables in MySQL?Drarok2009-12-10T11:48:00Z2009-12-10T11:51:28Z
<p>Our users log into the production database as a fairly low-level user, with SELECT granted at the database level, and INSERT/UPDATE/DELETE granted on the specific tables they need access to.</p>
<p>They also have permissions to create temporary tables (we need them for some of the more complicated queries). The problem is that whilst they can create the temporary tables, they don't have access to INSERT into them!</p>
<p>A workaround we have found is to create a "real" (persistent?) table of the same name (but with only one field) and grant access for them to insert into that. Then, when the temporary table is created with the same name, the system will use that, not the persistent table.</p>
<pre><code>mysql> CREATE TEMPORARY TABLE `testing` (`id` INTEGER AUTO_INCREMENT PRIMARY KEY, `name` VARCHAR(30));
Query OK, 0 rows affected (0.04 sec)
mysql> INSERT INTO `testing` (`name`) VALUES ('testing');
ERROR 1142 (42000): INSERT command denied to user 'stduser'@'office.companyname.co.uk' for table 'testing'
</code></pre>
<p>If you try to grant access to the table (in another session, as root), you can't:</p>
<pre><code>mysql> GRANT INSERT ON testdb.testing TO 'stduser'@'%';
ERROR 1146 (42S02): Table 'testdb.testing' doesn't exist
</code></pre>
<p>So my question is, basically, can we grant INSERT/UPDATE/DELETE on temporary tables without having a "persistent" table of the same name hanging around?</p>
http://stackoverflow.com/questions/1878738/wireshark-permission-problem-in-ubuntu0Wireshark - permission problem in Ubuntu [closed]mithunmo2009-12-10T05:07:04Z2009-12-10T06:02:56Z
<p>I installed <code>wireshark</code> (<code>tshark</code>) using </p>
<pre><code>sudo apt-get install tshark
</code></pre>
<p>this installed the <code>tshark</code> executable in <code>/usr/bin/tshark</code>. </p>
<p>The problem now is that I am unable to run it without root permissions. How can I execute this command using the permissions of a normal user?</p>
http://stackoverflow.com/questions/1878052/security-problem-with-java-scriptengine0security problem with Java ScriptEngineException2009-12-10T01:12:44Z2009-12-10T02:04:30Z
<p>I just started to use the Java ScriptEngine to do little extensions to my Application then i noticed that i can import all the java classes in the script and use them without restrictions. Is there a way to specify what classes a script can use? I dont want them to do things like <code>java.lang.System.exit(1);</code></p>
http://stackoverflow.com/questions/229851/overcoming-it-is-being-used-by-another-person-or-program5Overcoming "It is being used by another person or program."Adrian Dunston2008-10-23T14:08:54Z2009-12-09T20:23:17Z
<p>Is there a way to unlock Windows files without downloading a utility?</p>
<p>I have a few files on my Windows XP C: drive that are very old and very useless. When I try to delete these files I get the following message:</p>
<pre>
Cannot delete FILENAME.zip: It is being used by another person or program
Close any programs that might be using the file and try again.
</pre>
<p>No one is accessing this file. No program is using it currently. Windows has screwed up the file locking mechanism. </p>
<p>Is there a way to delete this file without downloading someone's unlocking utility? I find the sites offering these programs to be a tad sketchy.</p>
<p>How could you force the file to unlock from within a program? I'm competent in Java, Perl, and Ruby, but I haven't seen anything among their libraries that would aid me here.</p>
http://stackoverflow.com/questions/1873796/asp-net-run-program-with-administrator-account0asp.net run program with Administrator accountTomas2009-12-09T13:14:21Z2009-12-09T14:49:23Z
<p>Hello,</p>
<p>I need to run one console application from ASP.NET application using Administrator account and with Desktop interaction enabled. I have tried code below, console app runs ok but within NETWORK SERVICE account. Any ideas how to run console under Administrator account?</p>
<pre><code> string enginePath = Server.MapPath(@"~/engine/MyConsole.exe");
System.Diagnostics.ProcessStartInfo info = new System.Diagnostics.ProcessStartInfo(enginePath, "");
System.Diagnostics.Process p = System.Diagnostics.Process.Start(info);
p.WaitForExit();
</code></pre>
<p>Regards,
Tomas</p>
http://stackoverflow.com/questions/1872150/check-for-c-app-needed-permissions1Check for C# app needed permissionsJames Black2009-12-09T07:17:40Z2009-12-09T08:13:01Z
<p>Is there any util or any other way to check what permissions a C# application needs to run without problems?<br>
I have a somewhat big application code that i'm not familiar with and i thought if there's a way to check it without going through all the code and logic it will save me a lot of time..</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/1872223/msbuild-extension-pack-credentials-for-file-folder-tasks0MSBuild Extension Pack: Credentials for File/Folder tasks?Jörg Battermann2009-12-09T07:36:49Z2009-12-09T07:36:49Z
<p>Good afternoon,</p>
<p>say is it possible to provide credentials (username/pw) for file or folder activities (e.g. removecontent) with the MSBuild Extension Pack? As in.. the build user is not necessary the one I want to use to deleted/work with on certain folders/files I need to modify/delete (e.g. remotely on UNC shares).</p>
<p>Is this doable? I am somewhat lost :-/</p>
<p>Cheers and thanks,</p>
<p>-J</p>
http://stackoverflow.com/questions/1868213/python-permission-error0python permission erroraaaaaaaaa2009-12-08T16:42:03Z2009-12-08T16:50:17Z
<p>I have a file <code>a.txt</code> in Mac OS, which has write perms to everybody:</p>
<pre><code>sh-3.2# ls -hal a.txt
-rw-rw-rw- 1 root wheel 0B Dec 8 11:34 a.txt
sh-3.2# pwd
/var/root
</code></pre>
<p>however in python it gives me an error:</p>
<pre><code>>>> fob=open("/var/root/a.txt","w")
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
fob=open("/var/root/a.txt","w")
IOError: [Errno 13] Permission denied: '/var/root/a.txt'
</code></pre>
<p>question: why?</p>
http://stackoverflow.com/questions/1865560/gigolo-under-fedora-12-xfce0Gigolo under fedora 12 xfce [closed]ibrahimovich2009-12-08T08:40:45Z2009-12-08T08:40:45Z
<p>Hi all,</p>
<p>I installed fedora 12 xfce</p>
<p>and when i run Gigolo to mount windows partitions i get Authentication is required.</p>
<p>In fedora 11 xfce there was a tool that change the system permission to allow any</p>
<p>user to mount any partition,but i cant find it in fedora 12.</p>
<p>please help me how to fix this problem and set all the permission needed for any other application.</p>
http://stackoverflow.com/questions/1863134/sitemap-webpart-based-on-user-permissions-using-object-model0Sitemap webpart based on user permissions using object modelNiky2009-12-07T21:45:15Z2009-12-07T21:45:15Z
<p>Hi All,</p>
<p>I have requirement to create a custom sitemap webpart. The webpart should have a misc field in the edit pane where we could set the number of tiers or levels of childnodes.
Here the sites in the sitemap should be displayed based on the permissions of the user who have logged in.</p>
<p>Your help would be highly appreciated.</p>
http://stackoverflow.com/questions/1804163/prevent-access-to-custom-web-application-pages-by-non-admin-users-in-sharepoint0Prevent Access to Custom Web Application Pages by Non-Admin Users in SharePointMagicAndi2009-11-26T14:58:09Z2009-12-07T20:49:36Z
<p>Hi,</p>
<p>I have a custom web application that integrates with a SharePoint (MOSS 2007) solution. I would like to add role-based access to pages in this custom web application, with only users in a specified SharePoint group or with a specific role being able to access them. Other users being sent to the default OOTB web page, giving the message "You Are Not Authorized to View This Page".</p>
<p>Can anyone point me towards tutorials on how to implement this, and how to control access on each custom page?</p>
<p>Please note, these pages are part of the custom web application, and are <strong>NOT</strong> created via the SharePoint API or interface.</p>
<p>Thanks, MagicAndi.</p>
<p><strong>Update</strong></p>
<p>Just to make you aware, I am hoping for a solution where we can make use of the SharePoint functionality to extend security trimming or item permissions to limit access to the custom web application pages. I already have code to check a user's SPGroup on page load, and to redirect if required. Thanks.</p>
http://stackoverflow.com/questions/1859441/get-domain-groups-for-a-specified-user-and-permissions-for-a-specified-file-using0Get domain groups for a specified user and permissions for a specified file using .NetAndrew2009-12-07T11:30:51Z2009-12-07T12:18:47Z
<p>I want to return a list of group memberships for a specific domain user. Something like...</p>
<pre><code>string[] UserGroups(string domain, string domainUserName)
{
// query domain info
// return a list of accounts the user is a member of
}
</code></pre>
<p>Also, I want to be able to see which domain accounts/groups have access to a specified file/folder.</p>
<pre><code>string[] AllowedAccounts(string domain, string filePath)
{
// query file/folder permission
// return a list of accounts with access to file/folder
}
</code></pre>
<p>What is the best way to perform these two tasks using c#?</p>
http://stackoverflow.com/questions/1858049/showing-hiding-links-in-an-asp-net-mvc-view0Showing/Hiding Links in an ASP.Net MVC ViewBen2009-12-07T05:49:48Z2009-12-07T06:32:30Z
<p>I'm trying to figure out how to show/hide links for users based on their roles. I know how to set the authorize attribute for an action method, but I'm having trouble making links show hide in a view if the user is say, an admin or a manager in my roles database.</p>
<p>Any good articles or code example someone can point me towards?</p>
http://stackoverflow.com/questions/936957/linux-file-system-permission-issue0linux file system permission issueShore2009-06-01T21:44:34Z2009-12-06T15:47:22Z
<p>I'm deploying nutch. At first I just left the index file under <code>/root/nutch1.0</code>. This works fine when run from command line. However, when I search from web, it always returns <code>0 hit</code>.</p>
<p>I finally found the reason: It's because the index file is located under <code>/root</code> that causes the failure to open the file. Things returned to normal when I move the index file to another directory.</p>
<p>But my question is:</p>
<p>I didn't change the permissions of the index file (just <code>cp</code> xxx another-directory). Why did the access rights change?</p>
<pre><code>drwxr-x--- 12 root root 4096 Jun 1 14:49 root
drwxr-xr-x 14 root root 4096 Nov 16 2007 usr
</code></pre>
<p>I put files under <code>/usr</code> and it worked.</p>
http://stackoverflow.com/questions/1852858/direct-get-works-image-load-does-not0direct GET works. image load does notStefano Borini2009-12-05T17:42:39Z2009-12-05T19:38:47Z
<p>Ok, this is funny. I just installed a wordpress, and the images are not appearing. Firebug tells me I get a 403 forbidden error for all the images. However, if I copy and paste the url into the address bar, I get the image without any problem.</p>
<p>I don't get it (which is ok, considering it's almost 3 in the night)</p>
http://stackoverflow.com/questions/1440838/web-config-allowdefinition-error-when-visiting-from-local-machine0Web.Config AllowDefinition Error when visiting from local machineprotocollie2009-09-17T19:20:02Z2009-12-05T10:00:02Z
<p>The issue we're running across is that we use a screen scraper to generate non copy-and-pasteable images of web pages for users who don't have access to raw data to hamper copy-and-paste activity. We have a class that's set up to instantiate a web browser object in memory, and then it accesses the page and we render it to a bitmap that we save as a jpeg.</p>
<p>While we can access the page okay from the server manually, when the class attempts to access it we get an error that says we can't use allowDefinition='MachineToApplication' beyond application level. We don't have any virtual directories, we don't have multiple web.configs, and the lack of reproducibility except through this one process is intensely frustrating. Any ideas what else we can do?</p>
http://stackoverflow.com/questions/1795976/can-the-unix-list-command-ls-output-numerical-chmod-permissions2Can the Unix list command 'ls' output numerical chmod permissions?Jon Winstanley2009-11-25T10:21:35Z2009-12-05T00:11:28Z
<p>Is it possible when listing a directory to view numerical unix permissions such as 644 rather than the symbolic output -rw-rw-r--</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/1850303/asp-net-roles-and-permissions0ASP.NET Roles and PermissionsRyan2009-12-04T23:17:28Z2009-12-04T23:21:29Z
<p>I'm using the ASP.NET/C# Login control and that entire authentication and authorization system.</p>
<p>I set up the roles and have users go to certain pages when they log into the system dependent on their role. Right now I'm trying to restrict access to certain pages, which is working correctly. However, when it restricts the access to a user who shouldn't be allowed in that web page it redirects to login.aspx. I don't have a login page, I just have a login user control that sits on a master page.</p>
<p>How can I get it to redirect to a different page on permission failure rather than go to login.aspx</p>
http://stackoverflow.com/questions/812258/allowing-anonymous-user-to-save-contents-of-a-form-in-sharepoint-doc-library1allowing anonymous user to save contents of a form in sharepoint doc libraryVoices2009-05-01T17:03:16Z2009-12-04T18:25:32Z
<p>I have moss 2007 configured for anonymous access. I also have a public accessible form created in infopath, which can be opened in a webpage and filled and submitted. However, an anonymous user is unable to submit the form after filling it. Submit action is supposed to save the form in a doucment library.</p>
<p>I checked the anonymous permission for this document library(settings>permissions>Anonymous access) and see that only "View Items" is enabled while other options to "Add Items" or "Edit Items" has been disabled and greyed out.</p>
<p>Is there a way how an anonymous user can fill out a form and its contents can be submitted in a document library in sharepoint?</p>