This repository contains scripts related to shell permissions as part of the ALX Backend Development program.
shell_permissions/
:0-iam_betty
: A script that switches the current user to the userbetty
.
This script is designed to switch the current user to the user betty
. The script contains the following content:
#!/bin/bash
su betty