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
Chroot is a Linux/Unix utility that can change or modify the root filesystem. With the help of the chroot command, you can easily create an isolated filesystem inside your primary filesystem. Chroot is especially helpful to make your work and home environment separated or if you want a test environment to test software in isolation. . At the first glance, you can think of chroot as similar to a virtual machine or a containerized system like docker. It is kind of similar but chroot is a much lighter solution than a virtual machine. The virtual machine needs a hypervisor to install and work on a separate kernel, which is different from the host machine. Unlike a virtual machine, chroot shares the same kernel and processes, but creates a jail in the filesystem. Inside the jail, it is not possible to look outside without root permission. Therefore the isolated filesystem is also called chroot jail. . Chroot enables the generation of separated filesystem setups within Linux, facilitating system restoration and efficient software evaluation.. Chroot Command, Linux Filesystem, Isolated Environment. . Brittany Day
Learn how to create backups that can be restored on a filesystem smaller than the original one using Fsarchiver in this helpful tutorial. . Fsarchiver is a free software utility that let us create file-level backups of one or multiple filesystems in a single archive. One big advantage of this kind of backup is that we can restore it on a filesystem smaller than the original one (but of course large enough to contain all the files); this is usually impossible when performing block-level backups, using tools like partclone or dd . In this article we will learn how to install and use the application and its main features. . Fsarchiver is an open-source tool that enables users to produce file-based backups of individual files or groups of files.. Fsarchiver, Backup Utility, Data Recovery, File-Level Backup, Linux Backup. . Brittany Day
A primer on good partitioning habits.. . Master key partitioning strategies to optimize Linux filesystem organization and performance.. Linux Partitioning, Filesystem Management, Data Organization. . Anthony Pell
Get the latest Linux and open source security news straight to your inbox.