|
4 years ago | |
---|---|---|
.. | ||
src | 4 years ago | |
Makefile | 3 years ago | |
README.md | 4 years ago |
Print name of current working directory.
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
.
$ pwd