Questions tagged [rights]

Rights pertain to the privileges users have with regard to specific files, folders, or directories, and include determining whether a user has the ability to view them, modify them, etc. Use this tag when asking a question about assigning rights to files or folders as part of a program, API, utility, or website you are working on.

Rights pertain to the privileges users have with regard to specific files, folders, or directories, and include determining whether a user has the ability to view them, modify them, etc. Use this tag when asking a question about assigning rights to files or folders as part of a program, API, utility, or website you are working on.

259 questions
2
votes
2 answers

how to display and set user rights in firebird database

I tried but all time all failed about displaying and setting user rights in firebird databases. I used ; GSEC> display but it just display users name. I want to see all rights and I want to set them. Can we do such this option and management ?…
goGud
  • 4,163
  • 11
  • 39
  • 63
2
votes
2 answers

css Get element to move to right within other element

I am working on a calendar app and having trouble getting the date to move where I want it within the day. Specifically, with the square for the date, I cannot get the day number to move to the top right. have tried float:right and align-text:…
user1904273
  • 4,562
  • 11
  • 45
  • 96
2
votes
2 answers

FreeBsd: Allow users of the same group have automatic read/write access to files and directories created by them

In our FreeBSD-environment where we have one server that acts as a file-server, we have a problem that our system administrator says can not be fixed. All our files resides in a directory and we all have access to that directory, its…
Henrik
  • 23
  • 3
1
vote
1 answer

How to prevent users from creating folders in SourceSafe

We still use Visual SourceSafe 6.0. I would like to block my teams from creating projects (folders) on SourceSafe and only have Check-in, Check-out, and Add files rights. Yes, I would like them to be able to Add files, but not create or rename or…
1
vote
1 answer

Retrieve the database rights from php?

I'm thinking about some database management system, and my question is simple : Is there a simple and reliable way to retrieve the access rights (write, readonly etc.), by a PHP code? I haven't wrote any code yet, as this is just in my mind for now,…
BMN
  • 8,253
  • 14
  • 48
  • 80
1
vote
1 answer

OSX: modifying files with proper rights

I am trying to modify (delete, replace, ...) files which required admin rights to be modified. For the moment, the operation just fails. How to: Know that special rights are required Ask the user to grant the application temporary to perform this…
AP.
  • 5,205
  • 7
  • 50
  • 94
1
vote
2 answers

WordPress User roles/rights

I'm searching (a) plug-ins for user role and rights. My idea is to have an user geek1 which can only manage the the maincategory 'geeks'. He should be able to create & manage new subcategories, pages and posts. But all new entries have to be…
Guru 2.0
  • 28
  • 4
1
vote
1 answer

FluentNHibernate on a Oracle database, nullable foreignkey (Classic issue?)

Im in a bit of a jam. Problem NHibernate forces me to make a foreignkey column nullable, which is a very bad idea for our database and quite ugly. Is there a work around for this? Situation I have the following maps (names changed for…
Christian Mikkelsen
  • 1,661
  • 2
  • 19
  • 44
1
vote
1 answer

How do I restrict files (SQLite3 DB, etc.) from being deleted until the Python program is running?

I am working on a small python3 project which is a TKinter GUI program, how I can restrict users from deleting the associated files like sqlite3 DB, templates, html etc. until the python script is running. I tried some solution of locking the file…
Priyanshu
  • 77
  • 8
1
vote
1 answer

How to give file level rights with SVN server

I am currently using SVN for Source Control (Visual SVN server + tortoise SVN) and we are starting a new project in a large team. I was wondering how to give commit rights on specific files or folder to a particular user. We have given…
Devdatta Tengshe
  • 4,015
  • 10
  • 46
  • 59
1
vote
2 answers

Visual studio 2010 setup project Admin rights

Visual studio 2010, Windows XP/7 I am not sure if I am doing right here but I have an application project with a (visual studio) Setup project. I have configured it so that install the application into…
Stefan Olsson
  • 617
  • 3
  • 16
  • 32
1
vote
1 answer

Docker volume lost files rights in container?

Here is my docker-compose.yml : version: '2' services: backgestionpersonne_TEST_CBS: image: my-registry.compagny.com/my_repo/TEST_CBS:${TAG_VERSION} container_name: TEST_CBS restart: always ports: -…
cbrousse
  • 31
  • 4
1
vote
1 answer

Copy a File into the Startup folder with Java

I want to code a program in which the user can turn on "Autostart", that means that the Program will automatically start when the Windows 10 PC Starts. Doing it manually is simple, I can put a shortcut or the .jar File in the Windows Startup folder,…
Hajex
  • 13
  • 2
1
vote
1 answer

How to grant rights to a JSON file we want to read?

I'm trying to read a JSON file with a web application on my localhost. I keep getting the same error: Access to the path 'C:\Users\Admin\Documents\test\response.json' is refused. It seems like it can find the file but can't read it. Here is how I…
Romain
  • 15
  • 5
1
vote
1 answer

How to delete a resource lock in Azure using command line?

I have created a lock of type CanNotDelete on a storage account in Azure. The lock works; I cannot delete the storage account as long as the lock exists. I can get the name and ID of the lock by doing this: az lock list --resource-group…
Claus Appel
  • 1,015
  • 10
  • 28