Why groups are important in Linux and how can you add a user to a group or remove a user[…]
Read more
Learn to Code. Shape Your Future
CodeFather is the place where people from all over the world learn to code and build knowledge that helps them shape their future.
Why groups are important in Linux and how can you add a user to a group or remove a user[…]
Read moreWhat is the chmod 755 command, and how can you use it? The chmod command modifies the permissions of a[…]
Read moreIn this article you will learn how to create a while loop in Bash. While loops are used in Bash[…]
Read moreDo you want to download files via the command line on a Linux system? With cURL you can do that.[…]
Read moreCopying files between Linux systems is very common. In this article you will learn how to copy files in a[…]
Read moreIn Bash scripts is very common to check if a file or a directory exist. How do you check if[…]
Read moreHave you ever heard about the concept of symbolic link in Linux? You might have heard the word symlink instead…they[…]
Read moreI see so many people who want to learn computer programming… But, why? Because it’s without any doubt one of[…]
Read moreUsing the cURL command in a Bash script can be useful, but why? We live in the era of APIs…[…]
Read moreYou are running a Bash script, and you see a syntax error: Unexpected end of file. What does it mean?[…]
Read more