#chmod

[ follow ]
fromMedium
3 months ago

Linux Permissions Unleashed: A Deep Dive into Access Control Lists (ACLs)

We have already discussed in the previous two articles about file and folder permissions along with special permissions that are supported in linux. The permissions are effective for many scenarios. But what happens when you need more granularity? How do you grant write access to a file to just one specific user who isn't the owner and isn't in the owning group?
Information security
fromMedium
3 months ago

Linux Permissions Unleashed: A Deep Dive into Access Control Lists (ACLs)

But what happens when you need more granularity? How do you grant write access to a file to just one specific user who isn't the owner and isn't in the owning group? How do you allow two different groups read access, but only one of them write access? How do you ensure files created in a shared directory automatically get specific permissions for a certain team?
Information security
#acl
fromMedium
3 months ago
Information security

Linux Permissions Unleashed: A Deep Dive into Access Control Lists (ACLs)

fromMedium
3 months ago
Information security

Linux Permissions Unleashed: A Deep Dive into Access Control Lists (ACLs)

fromMedium
3 months ago
Information security

Linux Permissions Unleashed: A Deep Dive into Access Control Lists (ACLs)

fromMedium
3 months ago
Information security

Linux Permissions Unleashed: A Deep Dive into Access Control Lists (ACLs)

fromZDNET
1 month ago

How to write Linux bash scripts on your Android - and why you'd want to

Bash scripts are a great way to automate all sorts of repetitive tasks -- you can run backups, clear temporary files/logs, rename or batch-rename files, install or update software, and much more. Although writing such scripts isn't nearly as hard as you might think, it does take some time to learn the ins and outs of bash scripting. Also: 6 hidden Android features that are seriously useful (and how they made my life easier) Good news: If you have an Android device, you can enable the Linux terminal, which means you can create or practice your bash scripting on the go.
Software development
Information security
fromZDNET
2 months ago

What a Linux root user can do - and 8 ways you should absolutely never use it

The root account has unrestricted system access and should be used cautiously; prefer sudo for safer, temporary elevated privileges.
[ Load more ]