Questions tagged [file-permissions]

Most current file systems have methods of administering permissions or access rights for specific users and groups of users. These systems control the ability of the users to view or modify the contents of the filesystem.

Permissions on Unix-like systems are managed in three distinct classes. These classes are known as user, group, and others.

Permissions on Windows systems can be granted to users, groups, computers, or other built-in security principals such as SELF or CREATOR OWNER.

Permissions are generally configured in an Access Control List (ACL, pronounced ackle) with each entry in the list being referred to as an Access Control Entry (ACE).

965 questions
-3
votes
2 answers

index.html opens up fine but index.php saying 404 not find page

Possible Duplicate: How to configure php5 on apache2.2? I have bought new apache server 142.4.4.15 It opens up index.html but cannot open index.php I have php, apache and mysql installed on to it. Apache status showing working fine.... Is their…
Wazzzy
  • 147
  • 1
  • 6
-4
votes
1 answer

How to turn on ls -l headers?

How do I turn on the labels for ls -l? -rw------- 1 root root 0 Jan 2 2014 php_logging.log The first is permissions but root root confuses me. One is the username of the owner and the other is something else. I'm looking at a…
-4
votes
2 answers

How do I get my machine to access the share now?

Disclaimer: Using windows to share files is definitely not as simple as on *nix, even if it seems like. First, I'm assuming we can securely (with passwords) share files / folders in basically only two ways: Have the same user+password on both…
-4
votes
1 answer

how can I change /var permissions back?

I gave a 0777 permissions to /var (I didn't know back then that it's a really bad thing to do) I did this while in /var : chmod -R 0777 * after I did this postgresql fails to restart everytime. my question is, how can I return the whole /var…
Vanddel
  • 125
  • 1
  • 4
-4
votes
1 answer

What are the proper chown settings for images?

I am testing a piece of software that is working except for some SVG images that are not showing. When I preview them using Firebug in Firefox, it says "Failed to load the given URL," however, when I manually visit the image's URL, it shows just…
Dustin L.
  • 143
  • 3
1 2 3
64
65