Skip to content

milyasyousuf/ProcessCommand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

* Linux PS command simplest implementation
 * Created by Muhammad Ilyas email: m_Ilyas@outlook.com

 *******************************************************************************
 * In order to use this command you have to given an argument in proper format
 * Process ID -> ./myps \n
 * Process Name -> ./myps -p PID
 * Process State -> ./myps -p PID -s
 * Process VM Size -> ./myps -p PID -v
 * Process CMDLine -> ./myps -p PID -c
 * All -> ./myps -p PID -s -v -c

About

This is simple implementation of Process command

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages