
File Types in Linux Explained - LinuxOPsys
Jun 17, 2023 · Here learn different categories and subcategories of Linux files. Also understand how to identify the file type.
semanage Command with Examples - LinuxOPsys
Nov 22, 2022 · Here learn about semanage command in Linux with useful examples. How do you modify and alter SELinux settings on your system?
How to Exclude Files and Directories in Tar - LinuxOPsys
Nov 14, 2022 · Here learn how to exclude files and directories in tar. This option helps tar to ignore those selected based on pattern or wildcard.
How to Show File System Type in Linux - LinuxOPsys
Jul 17, 2022 · Here learn how to show file system type in Linux. We will use different methods such as df, mount, lsblk, and lfs.
Using Wget to Recursively Download Directories - LinuxOPsys
Jul 25, 2023 · Introduction In this guide, we learn about how to use wget command for recursive downloads in Linux. Mainly focus on its recursive capabilities and directory structure handling. Wget …
Fstab File ( /etc/fstab ) Entry Options in Linux - LinuxOPsys
Jun 19, 2022 · This tutorial explains each entries of fstab file in linux with examples. Understand Fstab format to mount filesystem on system startup.
How to View and Use Linux File Timestamps - LinuxOPsys
Dec 14, 2022 · Here learn how to view and use Linux file timestamps in detail. Know about file timestamps values such as change time (ctime), access time (atime) and modification time (mtime).
mount Command in Linux Explained [With Examples]
Sep 29, 2023 · Learn about mount command in Linux. It is used to attach a filesystem on an external device to the root node (/) of the tree (Linux file system) using the terminal.
Ext4 vs XFS – Which Filesystem Should You Use - LinuxOPsys
Jul 4, 2022 · Here learn about Ext4 and XFS filesystems and seek to understand the differences between these two. When choosing a file system, scalability, stability, and data integrity needs to be …
Finding Files in Linux - LinuxOPsys
Jul 8, 2024 · Finding Files in Linux To find Files in Linux you can either use inbuilt command line tools, GUI file managers, or some modern apps. Based on your preference you can choose between CLI …