Skip to content

A simple implementation of Linux command "pstree"

Notifications You must be signed in to change notification settings

MilkMilk233/pstree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pstree

An easy implementation of Linux command pstree in C.

Fork from Operation System course project 1.

Supported options

pstree -A # use ASCII line drawing characters
pstree -c # don't compact identical subtrees
pstree -l # don't truncate long lines
pstree -p # show PIDs; implies -c
pstree -V # display version information

How to run the program

make
./pstree <option>

About

A simple implementation of Linux command "pstree"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published