InterviewSolution
Saved Bookmarks
| 1. |
Your Assistant Needs To Print Directory Stack, What Would You Suggest? |
|
Answer» The LINUX command ‘DIRS’ will print the DIRECTORY stack. [ROOT@localhost ~]# dirs /usr/share/X11 The Linux command ‘dirs’ will print the directory stack. [root@localhost ~]# dirs /usr/share/X11 |
|