# 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