Skip to content
Cybercademy
Back to Project Ideas

Basic Scripting Project

Using your favorite scripting language such as Bash, PowerShell, or Python, automate the creation of a local user account with a defined set of computer permissions – works best with a Linux distribution.

scripting bash python linux

Overview

Scripting is the process of developing small-scale code which automates the execution of a particular task or function.

In this project, create a basic script using your favorite language (Bash, PowerShell, Python, etc) to create a local user account on a computer and restrict a defined set of permissions.

Project Recommendations

It is recommended you have familiarity with the basics of scripting, an understanding of how to popular scripting language, and the basics of how an operating system works. This project is best suited for a Linux environment.