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

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

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

The shell is an important application that sits on top of the kernel and enables the user to interact with the operating system. The user gives commands to the shell which interacts with the kernel that gives those commands to the operating system. I...
