/linux-world

Python scripts to perform tasks in Linux for beginners for ease. Just to get a feel of integrating Python with Linux.

Primary LanguagePython

linux-world

Introduction

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

Includes

  • Setting up some functions like useradd,userdel to add users and remove users
  • touch and cat to add and remove files.
  • ls to list the files.
  • Some basic functions like date and cal.
  • Use of networking concepts in Linux like ssh to do the same tasks on a remote machine securely.

Remarks

The project is made using Python3 with multiple modules imported to a main menu.py file for better readability and faster debugging.