Vidyalelo
Computer Science · Q890

Linux

Engineering and GATE · Computer Science · question 890

Q890

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/src
C.
/home/user1
D.
/home/user1/proj/src/generic
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board