Alerts This Week
Warning Icon 1 525
Alerts This Week
Warning Icon 1 525

Stay Ahead With Linux Security HOWTOs

Filter Icon Refine HOWTOs
X Clear Filters
X Clear Filters
View More

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Loading...

Explore Latest Linux Security HOWTOs

We found 7 articles for you...
160

Understanding File Permissions And Access Control For Secure Data

In today's interconnected world, controlling who has access to and can modify files is important. Understanding file permissions, whether you're a system administrator or developer, is essential to ensuring the security and management of your data. . The tutorial linked below will examine the basics of file permissions and ownership concepts, as well as the mechanisms for access control, equipping you with the knowledge to navigate and control file systems. At the filesystem and resource level, Discretionary Access Control remains a foundational concept for deciding which users can read, modify, or execute sensitive assets. . To ensure secure data management, focus on file permissions, ownership, and access control systems that limit access to authorized users and protect sensitive data. File Permissions, Access Control, Data Management, Security Best Practices. . Anthony Pell

Calendar 2 Jun 22, 2024 User Avatar Anthony Pell How to Harden My Filesystem
160

Mastering File Permissions: A Command Line Guide for Linux Users

Linux file permissions enable you to allow or prevent other users from viewing your files, making them crucial to robust security and privacy. But how can you change file and folder permissions on Linux from the Command Line to improve the security of your filesystem? . I found the tutorial linked below very helpful in demonstrating how this can be done, and I thought you would also! Have questions? Please reach out to me on X @lnxsec - I'm here to help! . This guide assists you in efficiently modifying file and folder access rights in Linux through straightforward terminal commands.. Linux File Permissions, Access Control, Command Line Guide. . Brittany Day

Calendar 2 Dec 20, 2023 User Avatar Brittany Day How to Harden My Filesystem
160

Exploring File Permissions and User Ownership in Linux Systems

Linux has different security permissions, each impacting what can be done with a file and a directory. . There are different file permissions on Linux and in distributions like Ubuntu and Fedora . Each permission can specify who can access a file or a directory. It's often critical for the security of your operating system. You can view the permissions by using a terminal, which is why it is important to understand the permissions and what they mean. In this guide, we'll dive into it for you. Before diving into permissions, we need to talk about ownership on Linux. There are three things you need to know about, especially on multi-user systems. First, there's the user who created and owns the file (ownership can be changed). There's the group, which can be assigned to several users by system admins to help manage file permissions more easily. By default, Ubuntu and other Linux distributions might assign a group as same as the user. Finally, we have "other," which is simply anybody with access to the system or all the users on the system. There are two things you'll notice on Linux when handling documents and other items. There are files and there are directories, like your desktop. Each one of these files and directories has different permissions: read, write, or execute. We highlighted what this means for you in the table below. Do note that the meanings are different when working inside a directory or with a file itself. . Linux file permissions govern read, write, and execute rights for files and directories, crucial for security management on systems like Ubuntu and Fedora. Linux File Permissions, Security Practices, User Ownership, System Administration, Permission Management. . Brittany Day

Calendar 2 Nov 09, 2023 User Avatar Brittany Day How to Harden My Filesystem
160

Exploring Linux Directory Structures: Types, Permissions, and Methods

There’s a lot more to working with files on Linux than creating, listing and updating them. After all, files can be Linux commands (i.e., binaries), scripts, images, simple text files, pointers to other files or folders. You might remember the "everything is a file" description of Unix and Linux systems. . Even sockets and named pipes are files in their own way. Sometimes only the owner can see and use files, sometimes everyone can and sometimes select individuals will also have access. Here are some of the subtleties. . Linux file manipulation encompasses creation, deletion, and modification, while understanding file types and permissions enhances system security and functionality. File Management, File Types, File Permissions. . Brittany Day

Calendar 2 Jan 15, 2023 User Avatar Brittany Day How to Harden My Filesystem
160

How to Adjust Default File Permissions with Umask in Linux

File permissions are critical for the security of a Linux system. But how do you set default permissions for new files on Linux? . If you've used Linux for any length of time, you'd know how important Linux file permissions are. But what about permissions for when you create new files? A utility called umask lets you set default file permissions for new files on Linux. A umask is a "bit mask" that sets permission bits on new files. On Linux systems, it's a standalone command, though modern shells like Bash or Zsh include it as a built-in command. . Learn how to configure default access rights for newly created files in Linux through umask settings, and improve the security oversight of your system.. Umask Command, File Permissions, Linux Security, System Management, Linux Administration. . Brittany Day

Calendar 2 Oct 22, 2022 User Avatar Brittany Day How to Harden My Filesystem
160

Exploring Set UID, Get UID, And Sticky Bits For File Control

Learn about special file permissions in Linux to have granular control over file and directory access by users. . As a Linux novice user, you learn about the permissions and ownership associated with the file and directories. Linux/Unix-like operating systems allow you to set a combination of nine bits permissions to prevent other users from unnecessary files/directory access. Similar to these are special permissions for executable files known as set UID, set GID, and sticky bits. Understanding special permissions can be a bit overwhelming for aspiring Linux administrators. Here you'll learn a little background on the regular file permissions and explains how they differ from special permissions. We also demonstrate SetID, GetID, and sticky bits functionality with examples for a comprehensive understanding. . As a beginner in Linux, you explore the concepts of file permissions and ownership that dictate how users can access files and folders.. File Permissions, Set UID, Access Control, Linux Security. . Brittany Day

Calendar 2 Dec 31, 2021 User Avatar Brittany Day How to Harden My Filesystem
160

Understanding and Mastering Linux File Permissions Using Chmod Command

Learn about Linux file permissions and how they can be changed using the chmod command in this Linuxize tutorial. . In Linux, file permissions, attributes, and ownership control the access level that the system processes and users have to files. This ensures that only authorized users and processes can access specific files and directories. . Comprehend the way Linux file access controls define user privileges and how to alter them utilizing chmod.. Linux File Permissions, Chmod Command, Permissions Management. . Brittany Day

Calendar 2 May 05, 2021 User Avatar Brittany Day How to Harden My Filesystem
166

Effective Permission Auditing in Linux Using Find Command

Learn how to audit permissions on your Linux system using the find command with the -perm option - along with four bonus permissions auditing methods - in this RedHat tutorial. . Let's face it: The Linux filesystem can be complex. Add in mounted remote filesystems, removable media, and any server-specific directories you have created, and you or your users may find it difficult to remember exactly where a given file is stored. That's where the find command comes in. It allows you to search for files or directories based on various criteria. I'll do a basic review of find below, but this article's focus is a bit different: Find resources by permissions. Why do I need to find by permissions? Security audit Troubleshoot user access complaints Troubleshoot application access issues . Master the art of scrutinizing user permissions on your Linux machine with the find command, while also delving into alternative auditing techniques.. Linux Permissions, Audit Filesystem, Find Command Usage. . Brittany Day

Calendar 2 Dec 08, 2020 User Avatar Brittany Day How to Learn Tips and Tricks
News Add Esm H240

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Your message here