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 (Solved)
1. /home/user1/proj
2. /home/user1/proj/sr c
3. /home/user1
4. /home/user1/proj/src/generic
- d. /home/user1/proj/src/generic