JustGeek.in Tech, simplified.

how to run fsck on linux

FSCK (File System Consistency Check) is a system utility in Linux used to check and repair filesystem inconsistencies. It examines your filesystem for potential problems like corrupted files, broken links, or incorrect directory structures. It basically,performs a health check-up on your filesystem. Common scenarios where you might need fsck: ... Read more

Difference between Centos, Redhat, fedora and ubuntu

Linux is one of the most popular operating systems used globally, and it comes in different distributions (distros), each with its unique features and benefits. Among the most popular distributions are CentOS, RedHat, Fedora, and Ubuntu. Let’s explore their key differences to help you make an informed decision. CentOS CentOS (Community Enterpri... Read more

TEE Command in Linux

TEE Command in Linux is useful when you want to redirect the standard output to a file. What it actually does is redirect output to the file and as well to the screen(STDOUT). It already comes pre-installed on Linux distributions. If it isn’t installed in the rare cases, refer to this for installation. As you see in the image above, TEE redirec... Read more