View Single Post
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#4
What is visible as main memory in applications is /home/user/MyDocs.
Where you start in the shell in the xterm is /home/user.
The builtin subdirectories of MyDocs are hidden (in UNIX, this is accomplished by starting their names with .) so that they don't show up in the file manager; instead, an item with the appropriate (localized) name shows up. They include:
/home/user/MyDocs/.documents
/home/user/MyDocs/.games
/home/user/MyDocs/.images
/home/user/MyDocs/.sounds
/home/user/MyDocs/.videos
 

The Following User Says Thank You to Benson For This Useful Post: