Chmod 755 Command: What Does it Do?

chmod-755-command

What is the chmod 755 command, and how can you use it? The chmod command modifies the permissions of a file or directory on a Linux system. The three numbers after the chmod command represent the permissions assigned to user owner, group owner and others. The numbers 755 assign read-write-execute permissions to the user ower … Read more

How to Create a Symbolic Link in Linux

how-to-create-symbolic-link-linux

Have you ever heard about the concept of symbolic link in Linux? You might have heard the word symlink instead…they are the same thing. What is a symbolic link? A symbolic link in Linux (or Unix-like operating systems) is a shortcut to a file or directory. You can use it to simplify the way you … Read more