Do you know what processes are running on your Linux system right now? How can you find out? One of the most useful commands for this task is ps, which stands for “process status”. Let’s explore more about it. 🐧
All Linux processes have a parent process, except for one. The process with PID 1 is the first process that is started by the kernel when the system boots up. It is responsible for initialising the system and starting other processes
I hope you enjoyed this thread and learned something new about Linux system calls. If you did, please like, retweet, and share it with your friends. And don’t forget to follow me for more Linux tips and tricks. 😊
🧵 Do you know what Linux system calls are and why they are important? In this thread, I will explain the basics of system calls and how they work in Linux. 🐧
#Linux#LinuxSystemCall#LinuxTricks
Inodes are essential for managing files and directories in Linux. They provide a way to store and retrieve metadata efficiently and flexibly. Understanding how they work can help you optimise your disk usage and avoid potential problems.
👋 Have you ever wondered what are Inodes in Linux and why they are important? In this thread, I will provide some insightful💡information about them.
#Linux#Inodes
⚠️ The number of inodes in a filesystem is fixed and cannot be changed dynamically. If you run out of inodes, you will not be able to create new files or directories, even if you have enough disk space left. This can happen in case of too many small files or directories. (6/6)