Shell Permissions.
change users, id, and accessibility of the file.
Aug 6, 20233 min read15

Search for a command to run...
Articles tagged with #shellscripting-devops
change users, id, and accessibility of the file.

having learnt some basics on how the shell works, Here are some more command manipulations on the shell. Links The way to create links is by using the ln command. man ln to learn more on the command. There are two types of links in GNU/Linux. symbo...

Shell scripting is a useful task for any engineer. While shell scripts get a lot of flack for not being a great scripting language, it is nevertheless a useful skill to have, and not just for DevOps engineers. Here are a few basic scripts, and comman...

Basic shell commands
