Skip to content

aKumoSolutions/Python-LinuxAdmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Python for Unix/Linux Admins

Project

A simple guide to usage of Python for Unix/Linux system admins.

Scripts

ls.py - run ls -l command

get_cwd.py - get current working directory

netstat.py - run netstat -tulpn command

pysysinfo.py - generate system info (scripts/ uname and df command)

ss.py - run ss command

check_file.py - check if a file is inside the folder or not

check_string.py - check if a string is inside the file or not

file_path.py - print absolute path of a file

memory_usage.py - print memory usage in percentage

cpu_usage.py - print cpu usage

Additional Resources

Python for System Administrators

Mastering Python Scripting for System Administrators

Releases

No releases published

Packages

No packages published

Languages