
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.
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.
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 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 …
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.
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. …
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?
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.
Filesystems Supported by Linux - LinuxOPsys
Jul 8, 2024 · Special purpose filesystems in Linux are designed not for general file storage, but to support the operating system by providing an interface to internal data structures of the kernel. …
rsync Command in Linux Explained [with Examples]
Aug 29, 2022 · Learn about rsync command in Linux with some useful examples. To synchronize folders or files to another machine we need a fast and reliable tool.