Giter VIP home page Giter VIP logo

my_watch's Introduction

my_watch

Description:

This is a repository for my system programming class project (2022).

mon_watch is a C program that mimics the behavior of the watch command in UNIX systems. It executes a specified command repeatedly until interrupted by the user. The interval between executions and the command itself are provided as command-line arguments.

Features:

  • Utilizes POSIX signals for handling interruptions and timing.
  • Forks a child process to execute the specified command.
  • Monitors the child process and kills it if it exceeds the specified time interval or if interrupted by the user.
  • Handles failures gracefully, providing meaningful error messages and appropriate exit codes.
  • Prevents the program from hanging or entering into a busy wait loop.

Usage:

./mon_watch INTERVAL COMMAND [ARG]
  • INTERVAL: The time interval in seconds between each execution of the command.
  • COMMAND [ARG]: The command to be executed along with its arguments.

Exit Codes:

  • 0: Success (terminated by SIGINT).
  • 1: System call failure in the main program.
  • 2: Incorrect arguments provided.
  • 4: Unable to execute the specified command.
  • 8: Child process failed repeatedly.

Compilation:

cc -Wall -Wextra -Werror mon_watch.c -o mon_watch

Run:

./mon_watch INTERVAL COMMAND [ARG]

Testing:

To run the provided tests:

make test

my_watch's People

Contributors

sabinaaskerova avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.