In Windows there’re perhaps only a couple of important folders (by important I mean important in my logical picture of the Windows file system) in the installation drive (in my case C:\
). Namely Program Files
and Windows
. I simply stay away from Windows
folder and the “add remove program files” is good enough to handle the program files
folder of Windows. Of course there’s a folder named Users
where the users (who are not admins) can access only their folders.
Thus there’s a clear picture at some level in my mind of the Windows file system. In Ubuntu, when I reach the location /
, there’s a huge list of folders, most of which I have no clue as to what they contain. The /bin
folder seems to be the equivalent of the Windows
folder in windows. The /usr
folder seems like it’s the equivalent of the Users
folder in Windows. But even the /home
folder looks like it can fit the bill.
Please understand that I do understand, that Ubuntu (Linux) has a different character than that of Windows, i.e., there need not be exact equivalent of Windows functions, in Ubuntu. All I am looking for is a bit more clearer picture of the Ubuntu file system.
This question is a part of a bigger question which I am splitting up to make it more answerable. The original question can be found here:
http://sgsawant.wordpress.com/2012/05/17/whats-the-equivalent-of-add-or-remove-programs-in-ubuntu/
In Windows the setup usually provides through a prompt an option to install a software for all users. How to make that distinction in Ubuntu?
Also, this is a usual problem in configuring development softwares to their IDEs. In windows, for example, in "program files\miktex\bin" there's the file "pdflatex.exe". Thus I can point the IDE to this file and configure it. How to go about this process in Ubuntu? Where's the general binary file associated with a software (esp. from the configuration point of view)? – Shashank Sawant May 17 '12 at 19:02
all
. The GoboLinux project actually uses a more Windows like directory structure. – new123456 May 18 '12 at 01:28