Most voted "file-permission" questions
Most file systems have methods to assign permissions or access rights to the user and to user groups. These systems control the ability of users to list, change, delete, view and execute files.
Learn more…19 questions
Sort by count of
-
4
votes1
answer121
viewsHow, using git in Windows, indicate that the file is allowed to run in Unix environments?
I’m using git in development, and I’m willing to put the project gradle to be executed in the IC. To execute the gradle, just give a ./gradlew to start the process. However, when calling this in my…
-
3
votes1
answer1291
viewsFolder permission only for Android application
Is there any way to make the files in a folder on sdcard accessible only from the app? (something like chown and chmod) Not necessarily read, but prevent removal and editing through other…
-
3
votes0
answers394
viewsLaravel in Linux with NGINX. Error 500 in browser and Permission denied in log. An analysis and how to solve in the best way possible?
I am installing an application in Laravel 5.4 in a Linux environment Ubuntu 16.04 with NGINX. I have seen that many people (just like me) always come across a 500 error in the browser, just after…
-
2
votes1
answer29
viewsGIT: Permission error in git merge
Utilizo Ubuntu. A strange thing happens. I have the main project in the master branch and made a new branch for changes and tests. When I create new files in this new branch everything is ok, no…
-
1
votes1
answer1022
viewsCheck Read and Write Permission in folder with C#
I would like to check if the user has read and write permission in a given path. Update: The folder will most often be in a network path.
-
1
votes1
answer93
viewsMkdir creates directories without permission
I have an upload system where a directory is created as follows: $diretorio = mkdir("../../arquivos/".$anoEdicao,0777); For example: It creates the directory archives/2018. The problem is that even…
-
1
votes1
answer42
viewsAzure Application Service Permission Bug
I have an application service on Azure running wordpress. One day, while updating a plugin, this not only stopped working as the panel Kudu cannot visualize it. Observe: I can list inside the folder…
wordpress windows-azure file-system azure-app-service file-permissionasked 6 years ago Andre Mesquita 1,114 -
1
votes0
answers31
viewsSignedxml in NET 2 vs. NET 4.5
I have a web application in Asp.net, which consumes a webservice in Delphi and that it uses a DLL created in C# to perform signatures. With the web application installed on IIS, it shows an error.…
-
0
votes0
answers337
viewsChange permission to modify files
I am creating a Windows Forms application that will fetch an Excel spreadsheet and update some DBF files from a legacy system, but when I run the system I cannot update the DBF files due to the…
-
0
votes0
answers30
viewsGULPFILE permission error
He was asking me to update my CLI. I updated my line; I tried to update my Ionic lib and gave error and now I can’t access my application.…
-
0
votes1
answer394
viewsCorrect permission for wp-admin Wordpress directory
What is the correct permission to assign to the wp-admin directory of Wordpress? 644 or 755?
-
0
votes1
answer1676
viewsError: EPERM: Operation not permitted, Rename
I tried to run the Ionic run android and I have the following error: I have already released all access permissions with the user.…
-
0
votes0
answers21
viewsProblems with setuid
I am developing a program that changes my process uid to 0 allowing me to start other root programs. mysu.c #include <stdio.h> #include <unistd.h> int main(int argc, char **args) { int…
-
0
votes2
answers192
viewsAndroid Activitycompat
Hello by I searched from android 7.1, it is necessary to request permission running for user and it is necessary to use the class ActivityCompat for this purpose, my application saves a PDF on disk…
-
0
votes1
answer132
viewsNodejs Removal of @types folder
I tried to remove the node_modules folder because I updated the nodejs and had to reinstall the modules. However, I am not allowed to remove the @types folder, not even with the administrator and I…
-
0
votes1
answer325
viewsInput type file in webview - Xcode
I created a webview of a page that contains an input type file to upload photos, however, in Iphone webview, when I click the button to upload the photo, it opens a menu only with the option of…
-
-1
votes1
answer37
viewsMy user does not handle files generated in PHP
Hello, I’m having a problem with permissions I don’t understand why my user doesn’t have permissions on files created by "php" Come on my user foo belongs to the following groups: adm cdrom sudo dip…
-
-1
votes1
answer38
viewsDoubt about the type of permission when creating folder and file with. mkdir() and.openfile()
People, at a certain point in my code I am creating a folder (1) in which will be archived photos posted by users and a CSV file (2) in which will be archived the metadata of these images. I’m…
-
-4
votes1
answer41
viewsPermission for PHP file using AJAX
I have a system that makes POST requests for. php files on the server by AJAX and they return me database data to work on JS. All. php files are in the same folder on the server. I would like to…