An open API service indexing awesome lists of open source software.

https://github.com/zoni123/cproc

Process manager for Linux written in C.
https://github.com/zoni123/cproc

c c-programming c-programming-language linux process-manager programming task-manager terminal-based

Last synced: 11 days ago
JSON representation

Process manager for Linux written in C.

Awesome Lists containing this project

README

          

# cproc
## Overview

A lightweight process manager for Linux written in C.

## Build/Clean

The only prerequisite is GCC.

`make` to build the executable

`make clean` to remove the executable

## Usage

`./cproc [user]`, where `[user]` is the name of the user whose processes are going to be shown. No argument means all processes will be shown.