Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 457 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 457 Bytes

alx_be_shell

Overview

This repository contains scripts related to shell permissions as part of the ALX Backend Development program.

Directory Structure

  • shell_permissions/:
    • 0-iam_betty: A script that switches the current user to the user betty.

Script Descriptions

0-iam_betty

This script is designed to switch the current user to the user betty. The script contains the following content:

#!/bin/bash
su betty