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 the Linux operating system, accurately managing time is crucial for various tasks, such as scheduling events, maintaining system logs, and ensuring synchronized operations across multiple systems. Fortunately, Linux provides several methods to change and adjust the system time. Whether you need to set the time manually, synchronize it with a time server, or tweak …

Read More about 3 ways to change time in Linux

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