# file permissions

Published articles for file permissions.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Hardening Craft CMS Permissions

DevFeed: [Hardening Craft CMS Permissions](<https://devfeed.tech/articles/hardening-craft-cms-permissions-31269.md>)

Original publisher: [Read original article](<https://nystudio107.com/blog/hardening-craft-cms-permissions>)

Author: andrew@nystudio107.com (Andrew Welch)

Published: 2016-12-05T05:42:00Z

Content type: tutorial

Language: en

Sources: [nystudio107 | Articles on modern web development.](<https://devfeed.tech/sources/nystudio107-articles-on-modern-web-development.md>)

Topics: [Content Management System](<https://devfeed.tech/topics/cms.md>), [Security](<https://devfeed.tech/topics/security.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [file](<https://devfeed.tech/topics/file.md>), [POSIX](<https://devfeed.tech/topics/posix.md>), [Unix](<https://devfeed.tech/topics/unix.md>), [Server](<https://devfeed.tech/topics/server.md>), [nginx](<https://devfeed.tech/topics/nginx.md>), [Livewire](<https://devfeed.tech/topics/livewire.md>)

Tags: [cms](<https://devfeed.tech/tags/cms.md>), [craft](<https://devfeed.tech/tags/craft.md>), [file](<https://devfeed.tech/tags/file.md>), [file-permissions](<https://devfeed.tech/tags/file-permissions.md>), [getting](<https://devfeed.tech/tags/getting.md>), [hardening](<https://devfeed.tech/tags/hardening.md>), [important](<https://devfeed.tech/tags/important.md>), [insights](<https://devfeed.tech/tags/insights.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [nginx](<https://devfeed.tech/tags/nginx.md>), [permissions](<https://devfeed.tech/tags/permissions.md>), [point](<https://devfeed.tech/tags/point.md>), [posix](<https://devfeed.tech/tags/posix.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [right](<https://devfeed.tech/tags/right.md>), [security](<https://devfeed.tech/tags/security.md>), [server](<https://devfeed.tech/tags/server.md>), [unix](<https://devfeed.tech/tags/unix.md>), [view](<https://devfeed.tech/tags/view.md>)

### AI overview

A tutorial on hardening Craft CMS by configuring strict Unix file permissions that allow required webserver operations while limiting unauthorized modification and containing potential security exploit damage.

### Source excerpt

An important part of hardening Craft CMS from a security point of view is getting the file permissions right

## List octal file permissions in bash

DevFeed: [List octal file permissions in bash](<https://devfeed.tech/articles/list-octal-file-permissions-in-bash-27643.md>)

Original publisher: [Read original article](<https://gagor.pro/2016/02/list-octal-file-permissions-in-bash/>)

Author: Tom

Published: 2016-02-24T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Bash](<https://devfeed.tech/topics/bash.md>)

Tags: [bash](<https://devfeed.tech/tags/bash.md>), [chmod](<https://devfeed.tech/tags/chmod.md>), [cli](<https://devfeed.tech/tags/cli.md>), [command](<https://devfeed.tech/tags/command.md>), [command-line](<https://devfeed.tech/tags/command-line.md>), [file-permissions](<https://devfeed.tech/tags/file-permissions.md>), [files](<https://devfeed.tech/tags/files.md>), [format](<https://devfeed.tech/tags/format.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [linux](<https://devfeed.tech/tags/linux.md>), [octal](<https://devfeed.tech/tags/octal.md>), [permissions](<https://devfeed.tech/tags/permissions.md>), [stat](<https://devfeed.tech/tags/stat.md>)

### AI overview

A quick Bash tip for listing files with their octal permissions using the stat command, with an option to include human-readable attributes.

### Source excerpt

A quick tip on how to list files with their octal permissions in bash using the stat command.

## Linux File Permissions Explained

DevFeed: [Linux File Permissions Explained](<https://devfeed.tech/articles/linux-file-permissions-explained-40709.md>)

Original publisher: [Read original article](<https://radek.io/posts/linux-file-permissions-explained/>)

Published: 2011-07-19T00:00:00Z

Content type: tutorial

Language: en

Sources: [Radek Pazdera](<https://devfeed.tech/sources/radek-pazdera.md>)

Topics: [Linux](<https://devfeed.tech/topics/linux.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [chmod](<https://devfeed.tech/topics/chmod.md>), [file](<https://devfeed.tech/topics/file.md>), [Unix](<https://devfeed.tech/topics/unix.md>)

Tags: [chmod](<https://devfeed.tech/tags/chmod.md>), [command](<https://devfeed.tech/tags/command.md>), [file-permissions](<https://devfeed.tech/tags/file-permissions.md>), [linux](<https://devfeed.tech/tags/linux.md>), [permissions](<https://devfeed.tech/tags/permissions.md>), [users](<https://devfeed.tech/tags/users.md>)

### AI overview

A tutorial explaining Linux file permissions, including how permission strings identify file types and define read, write, and execute access for owners, groups, and other users. It also introduces changing permissions with chmod and calculating numeric permission values.

### Source excerpt

I build software products and write on the Internet.