Q.

What would be the current working directory at the end of the following command sequence? $ pwd
/home/user1/proj
$ cd src
$ cd generic
$ cd .
$ pwd

A. /home/user1/proj
B. /home/user1/proj/sr c
C. /home/user1
D. /home/user1/proj /src/generic
Answer» D. /home/user1/proj /src/generic
1.9k
0
Do you find this helpful?
16

Discussion

No comments yet