Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Ubuntu VS Windows [Operating Systems]

  1. #1
    Join Date
    Aug 2013
    Location
    Lahore, Pakistan
    Beans
    57
    Distro
    Ubuntu Mate

    Lightbulb Ubuntu VS Windows [Operating Systems]

    Hello everyone, i am muhammad ahmad mujtaba. Although it has been a week , since i have switched from Windows to Linux [Ubuntu & Debian] but i actually has no concept of their root directories.
    I am very good at Windows operating system eg regisrty editing, NTFS partition related problems and softwares stuff etc.
    But
    I found Linux much different from Windows to learn and i am very excited to learn as much thing as i can learn about but for now i want to know what does the directory in which Linux [eg Ubuntu] has been installed, contains what folders and what does they mean.

    During installation mount point was '/' :

    Fresh Windows Operating system would atleast have following folders in root directory , usually C: drive. [x64 architecture].

    Program Files [folders where x64 softwares are installed.]
    Program FIles (x86) [folders where x86 softwares are installed.]
    Users [ Users accounts ]
    Windows [operating system files].

    and Linux would have [Debian] , where drive name is 'File System' parallel to C: in Windows.

    bin
    boot
    dev
    etc
    home
    lib
    lib64
    lost + found
    media
    mnt
    opt
    proc
    root
    run
    sbin
    selinux
    srv
    sys
    temp
    usr
    var
    initrd.img
    vmlinuz.exe

    I want to know where softwares are installed and short description of all these folder; it will help me understand and operate Linux well.
    Thanks to everyone!

  2. #2
    Join Date
    Jan 2007
    Location
    3' from Hell
    Beans
    1,316

    Re: Ubuntu VS Windows [Operating Systems]

    you might want to down load the absolute beginners guide. here is one location http://ubuntu-manual.org/downloads.
    and getting started with ubuntu from the same location.

    There is also a wealth of information and tutorials herewww.psychocats.net/ubuntu/‎
    Psychocats also has several tutorials posted on this site but for the life of me i cant recall which forum (only one cup of coffee so far )
    The only dumb question is the one not asked.

    In service to the Dream

  3. #3
    Join Date
    May 2013
    Location
    Hamunaptra
    Beans
    623
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Ubuntu VS Windows [Operating Systems]

    Well, I cant give you the details of all. Cause never have to deal with all of them !

    But 'Home' is where by default the 'Documents, Downloads.Pictures, Videos & Music ' are.
    You will find the executable of most of your programs under /usr/bin

    And yes, read up that manual posted by stalkingwolf
    Last edited by su:bhatta; April 16th, 2014 at 03:47 PM.
    bhatta

    May the Source be with you !
    Ash nazg durbatulûk, ash nazg gimbatul, ash nazg thrakatulûk, agh
    'Buntu-ishi krimpatul !

  4. #4
    Join Date
    Jul 2011
    Beans
    118

    Re: Ubuntu VS Windows [Operating Systems]

    Well, i know for sure that there is no standard or good location for all the installed programs, every developer randomly chooses where to install his program. Common locations are /home/user , /opt . Its actually hard to describe what is in all these folders, just see for yourself. As for me, most of these folders are useless or junk, as i dont have really much to do with them, i just sometimes use some specific locations, like video drivers location, cache, temp folders. Linux is even more messy in its folders and files structure than windows. You know, installing programs, uninstalling programs -> tons of junk is left to delete it manually and so on...

  5. #5
    Join Date
    Aug 2013
    Location
    Lahore, Pakistan
    Beans
    57
    Distro
    Ubuntu Mate

    Re: Ubuntu VS Windows [Operating Systems]

    It seems i have manually crave out the folders to check the installation of softwares; but what about builtin softwares? like mozilla firefox?

  6. #6
    Join Date
    Mar 2008
    Beans
    5

    Re: Ubuntu VS Windows [Operating Systems]

    Hi Muhammad!

    If you don't know where an application is you could always open your terminal and type "whereis programname" or "locate program".
    These two commands will give you an output giving you the location of your programs.

  7. #7
    Join Date
    Aug 2013
    Location
    Lahore, Pakistan
    Beans
    57
    Distro
    Ubuntu Mate

    Re: Ubuntu VS Windows [Operating Systems]

    Quote Originally Posted by war28 View Post
    Hi Muhammad!

    If you don't know where an application is you could always open your terminal and type "whereis programname" or "locate program".
    These two commands will give you an output giving you the location of your programs.
    thanks man! that is a nice command! xD

  8. #8
    Join Date
    Mar 2011
    Location
    U.K.
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Ubuntu VS Windows [Operating Systems]

    If you have previous understanding of Windows then you will know of the useful tool Total Commander in Windows.

    One near equivalent which I use is Krusader.

    To install go to Applications > Ubuntu Software Centre.

    There are others of course .. Thunar is another .. but just try Krusader for now.

    Now launch Krusader

    Click on "/" in toolbar to take you to your filesystem.

    bin
    boot
    build
    etc.
    ...

    Click on "home" and select your user account

    This is similar to entering C:/Users/Yourusername/ in Windows

    Now in Krusader go to View > Show Hidden Folders

    You can now see installed apps such as .mozilla (Firefox)

    You can draw other parallels with Windows. But a file manager such as Krusader, Thunar or other helps in navigating the file system.

  9. #9
    Join Date
    Jan 2010
    Location
    Hyperborea
    Beans
    2,045
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Ubuntu VS Windows [Operating Systems]

    Install Synaptic Package Manager, you can right click on installed programs and get information on them.
    Code:
    sudo apt-get install synaptic
    or use dpkg like in this example for the program Unetbootin:

    Code:
    user@laptop:~$ dpkg -L unetbootin
    /.
    /usr
    /usr/share
    /usr/share/doc
    /usr/share/doc/unetbootin
    /usr/share/doc/unetbootin/copyright
    /usr/share/doc/unetbootin/changelog.Debian.gz
    /usr/share/pixmaps
    /usr/share/pixmaps/unetbootin.xpm
    /usr/share/menu
    /usr/share/menu/unetbootin
    /usr/share/man
    /usr/share/man/man1
    /usr/share/man/man1/unetbootin.1.gz
    /usr/share/applications
    /usr/share/applications/unetbootin.desktop
    /usr/bin
    /usr/bin/unetbootin
    Create some users and then look in /home. Then try logging in as one of them and save a document or image and see where the files go.

  10. #10
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Ubuntu VS Windows [Operating Systems]

    Quote Originally Posted by Muhammad_Ahmad_Mujtaba View Post
    and Linux would have [Debian] , where drive name is 'File System' parallel to C: in Windows.

    bin
    boot
    dev
    etc
    home
    lib
    lib64
    lost + found
    media
    mnt
    opt
    proc
    root
    run
    sbin
    selinux
    srv
    sys
    temp
    usr
    var
    initrd.img
    vmlinuz.exe

    I want to know where softwares are installed and short description of all these folder; it will help me understand and operate Linux well.
    Thanks to everyone!
    https://en.wikipedia.org/wiki/Filesy...archy_Standard

    https://help.ubuntu.com/community/Li...emTreeOverview

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •