Skip to Content

David Cao

David is a Cloud & DevOps Enthusiast. He has years of experience as a Linux engineer. He had working experience in AMD, EMC. He likes Linux, Python, bash, and more. He is a technical blogger and a Software Engineer. He enjoys sharing his learning and contributing to open-source.

In Linux, file permissions are an important part of keeping your system secure. In this blog post, we will discuss two ways to check file permissions in Linux- using the “ls” command and using the “stat” command. The “ls” command is one of the most commonly used commands in Linux to list directory contents. By …

Read More about 2 ways to check file permissions in Linux