Skip to content

This repository contains the source codes which were practiced as a part of my OS lab during my B.Tech 5th semester.

License

Notifications You must be signed in to change notification settings

uiuxarghya/PCC-CS592-OS

Repository files navigation

Operating System Lab (PCC-CS592)

C Bash Vim Gedit Ubuntu GitHub last commit MIT License

This repository contains all the programs that I have written for the course PCC-CS592 (Operating System Lab)

Programs List

Run Locally

Clone the project

git clone https://github.com/uiuxarghya/PCC-CS592-OS

Go to the project directory

cd PCC-CS592-OS

Go to the specific folder

cd <Folder Name> ...

Compile & Run the program

  1. For shell scripts

    chmod +x <filename>.sh
    ./<filename>.sh
  2. For awk scripts

    chmod +x <filename>.awk
    ./<filename>.awk <input_file>
  3. For C programs

  • Compile the program

    gcc <filename>.c -o <filename>
  • Run the program

    ./<filename>

Feedback

Any suggestions and/or improvements are welcome. Please create a pull request or open an issue to submit your feedback.

Authors

License

MIT