Developed during Winter Training on RedHat Linux, Python, Machine Learning and Big Data using Hadoop and Spark in Linux World, Jaipur, IN. First Python3 project for Linux
- Setting up some functions like
useradd
,userdel
to add users and remove users touch
andcat
to add and remove files.ls
to list the files.- Some basic functions like
date
andcal
. - Use of networking concepts in Linux like
ssh
to do the same tasks on a remote machine securely.
The project is made using Python3
with multiple modules imported to a main menu.py
file for better readability and faster debugging.