About 400 results
Open links in new tab
  1. Inodes in Linux – Explained

    Mar 24, 2022 · Inode or index node is a Linux data structure that describes the objects of file systems, which include files and directories. An inode contains a record of file and directory location in the file …

  2. 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).

  3. stat Command in Linux Explained [With Examples] - LinuxOPsys

    Sep 15, 2023 · Here learn about stat command in Linux. It displays file information, such as file size in bytes, user ID, group ID, access rights, access time, and file birth time.

  4. Linux ls Command – List Files and Directories

    Jun 11, 2023 · The ls command is one of the most frequently used Linux commands. Just like File explorer for GUI, ls command is a CLI version of it. ls command is generally used to list files and …

  5. File Descriptors in Linux - How to Use it - LinuxOPsys

    May 22, 2023 · Explore the inner workings and practical applications of file descriptors, the key to efficient input/output operations in Linux.

  6. lsof Command in Linux Explained [With Examples] - LinuxOPsys

    Sep 8, 2023 · Here learn how to use the lsof command in Linux. It stands for list open files, is used to list all open files and directories.

  7. Top 48 Linux Interview Questions & Answers - LinuxOPsys

    Aug 8, 2022 · 5. What is inode in Linux? When a file or directory is created in the filesystem, it is assigned with a name and an inode number. The inode is an integer that is unique within the …

  8. lsblk Command in Linux (List Block Devices) - LinuxOPsys

    Oct 15, 2023 · lsblk command is used to list information about all available block devices in Linux. Normally used to find devices and partitions information.

  9. 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 …

  10. fuser Command in Linux Explained [With Examples]

    Sep 7, 2023 · The fuser command in Linux is used to identify processes that are using specific files, sockets, or file systems. It is commonly employed to identify