Monday, April 29, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 6178  / 2 Years ago, sun, september 25, 2022, 6:02:17

I am installing many applications -both from terminal line ubuntu software centre. But I am unable to find out where those files are getting saved.Pls help me out


More From » software-installation

 Answers
2

You can use xfce4-appfinder or Beagle.



Below is an explanation of the Linux directory structure, and what everyone is used for. Hope that it helps.




In the Linux operating system, all filesystems are contained within
one directory hierarchy. The root directory is the top level
directory, and all its subdirectories make up the directory hierarchy.
This differs to other operating systems such as MS-Windows which
applies a separate hierarchy for each device and partition.



/bin -- binary applications (most of your executable files)



/boot -- files required to boot (such as the kernel, etc)



/dev -- your devices (everything from drives to displays)



/etc -- just about every configuration file for your system



/etc/profile.d -- contains scripts that are run by /etc/profile upon
login.



/etc/rc.d -- contains a number of shell scripts that are run on bootup
at different run levels. There is also typically an rc.inet1 script to
set up networking (in Slackwar), an rc.modules script to load modular
device drivers, and an rc.local script that can be edited to run
commands desired by the administrator, along the lines of autoexec.bat
in DOS.



/etc/rc.d/init.d -- contains most of the initialization scripts
themselves on an rpm-based system.



/etc/rc.d/rc*.d -- where "*" is a number corresponding to the default
run level. Contains files for services to be started and stopped at
that run level. On rpm-based systems, these files are symbolic links
to the initialization scripts themselves, which are in
/etc/rc.d/init.d.



/etc/skel -- directory containing several example or skeleton
initialization shells. Often contains subdirectories and files used to
populate a new user's home directory.



/etc/X11 -- configuration files for the X Window system



/home -- locally stored user files and folders



/lib -- system libraries (similar to Program Files)



/lost+found -- lost and found for lost files



/media -- mounted (or loaded) devices such as cdroms, digital cameras,
etc.



/mnt -- mounted file systems



/opt -- location for “optionally” installed programs



/proc -- dynamic directory including information about and listing of
processes



/root -- “home” folder for the root user



/sbin -- system-only binaries (see /bin)



/sys -- contains information about the system



/tmp -- temporary files



/usr -- applications mainly for regular users



/var -- mainly logs, databases, etc.



/usr/local/bin -- the place to put your own programs. They will not be
overwritten with upgrades.



/usr/share/doc -- documentation.1




1Source:Linux or Ubuntu Directory structure


[#35667] Monday, September 26, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
darpose

Total Points: 424
Total Questions: 99
Total Answers: 121

Location: Jersey
Member since Fri, Oct 1, 2021
3 Years ago
darpose questions
Sun, Jan 23, 22, 04:32, 2 Years ago
Tue, Apr 25, 23, 23:44, 1 Year ago
Wed, Dec 15, 21, 14:42, 2 Years ago
Wed, Jun 2, 21, 23:41, 3 Years ago
;