Skip to content

In this lab we were asked to implement three C programs which emphasise the main system call functions.

Notifications You must be signed in to change notification settings

teresamattil/SystemCalls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SystemCalls

In this lab we were asked to implement three C programs which emphasise the main system call functions.

The first program, “ mycat.c ” , shows the content of a specified file (passed as an argument) in the console (through standard output) using the function write(). The second program, “ myls.c “ , opens a directory (either one specified or the current one) and prints on the screen all the entries that this directory contains. The third program, “ mysize.c “, obtains the current directory and prints a list of every file contained as well as its size in bytes.

About

In this lab we were asked to implement three C programs which emphasise the main system call functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published