Matteo Savatteri c18cf61241 Add ".md" suffix to READMEs 4 years ago
..
src 2a8b764fce Add pwd program 3 years ago
Makefile 2a8b764fce Add pwd program 3 years ago
README.md c18cf61241 Add ".md" suffix to READMEs 3 years ago

README.md

pwd

Print name of current working directory.

Description

The program pwd asks the kernel the name of its current working directory by mean of the sys_pwd system call and print it to std out using sys_write.

Usage

$ pwd

Comment