Linux File Permissions – Quick Short Note

This is the file permissions looks like in the Linux systems


There are 3 main objects.


u - User (owner)

g - Group (users in the same group that file owner also includes)

o - Others (everyone else)

Permission types 


r - read

w - write

x - execute 


How to change the file permission 


We can use "chmod" command as below

chmod 775 filename


Comments

Popular posts from this blog

Run DB scripts in background mode - Oracle 19c

Reverse proxy setup with httpd service - RHEL 9