LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
File permissions
#3
(05-11-2015, 01:32 AM)Jerry link Wrote: Thank you for the share misko Smile
[Image: sharing-is-caring.jpg]
Big Grin
It's good for learning about file permissions. Maybe a more user friendly approach would be to use the common ones like 777 755 700 644 ...

Coulumn | Column    |            Column

[table][tr][td]777
[/td] [td] (rwxrwxrwx) No restrictions on permissions. Anybody may do anything. Generally not a desirable setting.

[/td] [/tr] [tr] [td] 755
[/td] [td] (rwxr-xr-x) The file's owner may read, write, and execute the file. All others may read and execute the file. This setting is common for programs that are used by all users.

[/td] [/tr] [tr] [td] 700
[/td] [td] (rwx------) The file's owner may read, write, and execute the file. Nobody else has any rights. This setting is useful for programs that only the owner may use and must be kept private from others.

[/td] [/tr] [tr] [td] 666
[/td] [td] (rw-rw-rw-) All users may read and write the file.

[/td] [/tr] [tr] [td] 644
[/td] [td] (rw-r--r--) The owner may read and write a file, while all others may only read the file. A common setting for data files that everybody may read, but only the owner may change.

[/td] [/tr] [tr] [td] 600
[/td] [td] (rw-------) The owner may read and write a file. All others have no rights. A common setting for data files that the owner wants to keep private.[/td][/tr][/table]
Reply


Messages In This Thread
File permissions - by misko_2083 - 05-09-2015, 04:01 AM
Re: File permissions - by Valtam - 05-11-2015, 01:32 AM
Re: File permissions - by misko_2083 - 05-13-2015, 11:41 AM

Forum Jump:


Users browsing this thread: 3 Guest(s)