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 -2 articles for you...
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
166

How To Use Sudo Command For User Permissions Management

Ever tried to execute a command on your Linux system and received a “Permission Denied” error? The simplest solution to counter this error is using the “sudo” command. . In this article, we will delve deep into the world of sudo and explore its functionality to overcome the notorious “Permission Denied” error in Linux. We will learn how to use the sudo command in Linux along with some examples here. Now that you know that the root user holds the complete administrative rights of the Linux system, you may be wondering if you can grant administrative rights to all users. Well, this could lead to a complete disaster leading to various security risks in the system. This is where the sudo command in Linux comes into play. sudo stands for “Superuser do” and allows system administrators to grant specific permissions to various system users, allowing them to run only specific administrative tasks. Thus, it offers a much more precise and controlled approach to user privilege management. . The sudo command in Linux empowers users to execute commands with elevated privileges, crucial for effective user permission management and system security. Sudo Command, User Privileges, Administrative Access, Linux Security. . Brittany Day

Calendar 2 Jun 20, 2023 User Avatar Brittany Day How to Learn Tips and Tricks
166

Mastering Chmod: Key To File Permissions Management In Linux

How much do you know about Chmod? Chmod, which sets read, write, and execute permissions, is one of the most important Linux security commands. . Every object on your Linux system has a permission mode that describes what actions a user can perform on it. There are three types of permissions: read ( r ), write ( w ), and execute ( x ). To read a file is to view its contents. For example, a text file must have read permission for someone to read the text within. If the user wants to add a sentence to that file, it needs write permission. The execute permission enables someone to run a file, such as a shell script or a binary program file. The link for this article located at Opensource.com is no longer available. . Discover how the Linux chmod utility governs file access controls, enhancing security and regulating user interactions within your Linux environment.. Linux Permissions, Chmod Command, Security Settings. . Brittany Day

Calendar 2 Aug 28, 2019 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