Skip to content

Magenaut

  • Home
  • Topics
    • Notes
    • Tutorial
    • Bug fixing
    • Extension
    • Server
  • Q&A
  • Privacy Policy
  • About

permissions

.NET create scheduled task on server fails with E_ACCESSDENIED

August 25, 2022 by Magenaut

I have an ASP.NET website (in C#) that takes in user data and then attempts to create a windows scheduled task. Of course, this works great on the DEV machine, but fails to run on the server. I’m trying to figure out what permission(s) are required on the ASPNET user (or anonymous web user) to create tasks.

Categories ASP.NET, Q&A Tags .net, asp.net, c#, permissions, scheduled-tasks Leave a comment

Starting a service in ASP.NET/C# with the right permissions

August 23, 2022 by Magenaut

on my website (written in ASP.NET/C#) I want the moderaters to be able to start a certain service. The code I have for this is:

Categories ASP.NET, Q&A Tags asp.net, c#, permissions, servicecontroller, windows-services Leave a comment

pip install failing with: OSError: [Errno 13] Permission denied on directory

August 22, 2022 by Magenaut

pip install -r requirements.txt fails with the exception below OSError: [Errno 13] Permission denied: '/usr/local/lib/.... What’s wrong and how do I fix this? (I am trying to setup Django)

Categories Python, Q&A Tags installation, permissions, pip, python Leave a comment

How to set folder permissions in Windows?

August 18, 2022 by Magenaut

I’m using Python to create a new personal folder when a users AD account is created. The folder is being created but the permissions are not correct. Can Python add the user to the newly created folder and change their permissions? I’m not sure where to begin coding this.

Categories Python, Q&A Tags active-directory, permissions, python, share Leave a comment

Running compiled python (py2exe) as administrator in Vista

August 12, 2022 by Magenaut

Is it possible to programaticly run compiled Python (comiled via py2exe) as administrator in Vista?

Categories Python, Q&A Tags permissions, py2exe, python, windows-vista Leave a comment

Trying to understand the difference between “modernNeo ALL=(ALL:ALL) ALL” and “modernNeo ALL=(ALL) ALL” in the sudoers file

August 11, 2022 by Magenaut

In the sudoers file, you can have either of the following lines

Categories Q&A, Unix & Linux Tags permissions, sudo Leave a comment

Can files be created with permissions set on the command line?

August 11, 2022 by Magenaut

When creating directories, mkdir -m <mode> <dir> provides for creating one or more directories with the given mode/permissions set (atomically).

Categories Q&A, Unix & Linux Tags files, permissions, shell Leave a comment

In Linux, is “write” permission equivalent to “execute” for directories?

August 11, 2022 by Magenaut

The execute permission makes sense for files (which include scripts etc.), but when it comes to directories, the write (w) permission works the same way as execute (x), right?

Categories Q&A, Unix & Linux Tags directory, permissions Leave a comment

View extended ACL for a file with ‘+’ in ls -l output

August 11, 2022 by Magenaut

A file in a ls -l listing has permissions such as:

Categories Q&A, Unix & Linux Tags acl, ls, permissions Leave a comment

“rsync: failed to set permissions on …” error with rsync -a or -p option

August 11, 2022 by Magenaut

When I use the -a option as is asked and answered in Preserve the permissions with rsync, I got a lot of “rsync: failed to set permissions on” errors.

Categories Q&A, Unix & Linux Tags permissions, rsync Leave a comment
Older posts
Newer posts
← Previous Page1 Page2 Page3 … Page13 Next →
  1. michealSmith07 on Is there a way to dynamically refresh the less command?August 21, 2022

    That is a very nice post. I like this post.

  2. anonymous on Fix libwacom9 dependency issue when upgrade DebianJune 27, 2022

    saved my day!! Thanks for the help…

  3. sreedhar on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    Thanks its working

  4. saintnick on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    remove libwacom2 worked for me as well

  5. ranafoul on Fix libwacom9 dependency issue when upgrade DebianApril 22, 2022

    apt remove libwacom2 helped on kali 2022.01. gr8

.net ajax asp.net asp.net-core asp.net-mvc asp.net-mvc-3 asp.net-mvc-4 asp.net-web-api bash c# command-line css custom-post-types custom-taxonomy dataframe dictionary django entity-framework functions gridview html iis javascript jquery json linux list matplotlib numpy pandas php plugin-development plugins posts python python-2.7 python-3.x security shell shell-script sql string vb.net webforms wp-query

© 2026 Magenaut • Built with GeneratePress