answersLogoWhite

0

the /usr directory is used to contain programs, libraries, and documents that most users on the system should have access to.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What directory contains most of the executable files?

/usr/bin /usr/sbin


Which command would you use to change to the usr directory using an absolute pathname?

To change to the /usr directory using an absolute pathname, you would use the command cd /usr. This command specifies the full path to the usr directory from the root of the filesystem. Ensure you have the necessary permissions to access that directory.


What Unix directory is used to store executable files?

Several directories can be used to store executables, including /bin, /sbin, and /usr/bin.


Which directories are most important on Linux?

/ The root directory. All other directories are under this one./boot The kernel image, bootloader, and are stored here./etc Many of Linux's configuration files, including kernel module configuration./bin, /usr/bin, /usr/sbin Any of these "bin" directories will hold executable binaries (i.e. program commands)./usr This holds most user applications, documentations, graphics, etc./lib, /usr/lib Important system libraries are stored here./root The system administrator's home directory./home All other home directories for all users are here. For example, a user's home directory might be /home/user./var Variable data, such as mail spools, log files, etc./tmp Temporary files created and used by applications./dev Devices are setup in this directory./mnt Mount points for filesystems, whether physical or virtual./proc This is a virtual directory which contains information about the kernel/lost+found Files that might have been recovered after a bad shutdown or other event might show up in the lost and found.


How many files in the root directory?

There a a minimum number of files in the root directory - usually a link to the core kernel image and several sub-directories (the rest of the file system, such as bin, etc, usr, etc.). The maximum number varies depending on the environment.


What is the shortcut to the login directory in linux?

"cd" with no directory takes you to your home (login) directory. In a path, ~ (tilde) means your home directory, ~usr means the home directory of user usr. For example, "cp ~/foo ~john" copies file foo from your home directory to john's.


How do you find a file in Unix?

All Unix systems provide a 'find' command that searches for specific files in a given directory. To find a file that has the word "foo" in the /usr directory, I would type: $ find /usr -name *foo* For more information, see 'man 1 find'.


Header files used in c programs usually found in?

Directories, like /usr/include or C:\MYCOMPILER\INCLUDE


What to do when compiler is not accepting include files?

You have to specify where the include-directories are.Example for gcc: -I/usr/local/include -I/usr/include


What is the difference between the root directory your home directory and your working directory?

The root directory is the top level directory of the entire file system. Every branch starts from there. The current working directory is where you happen to be in the tree at the moment. If the root is always "/" and my process is in the directory /usr/local/bin/test/data, then the root directory is still "/" and my working directory is currently /usr/local/bin/test/data


What does an absolute path-name look like in Linux?

It is the path as relative to the topmost directory, /. For example, /usr/bin is absolute, but ../bin is relative (Means "the directory 'bin' in the parent of the current directory.")


Where is the program files folder located in openSUSE?

Application binaries in Linux distributions (including openSUSE) are stored in several directories, depending on their purpose or method of installation. These are: /sbin /bin /usr/bin /usr/sbin /usr/local/bin