LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   What is bin directory? (https://www.linuxquestions.org/questions/linux-newbie-8/what-is-bin-directory-829185/)

kiel 08-29-2010 04:18 PM

What is bin directory?
 
Hi! I'm new in linux currently I'm self studying Linux tutorial video by cbt nuggets linux redhat. so my question is what is the meaning of bin dir? can give you me a a simple explaination but a detail. Thanks

Peacedog 08-29-2010 05:13 PM

Hi kiel, Welcome to LQ. When you read bin dir, the intent is the /bin directory. If you've come from a Windows background then directories are what you're accustom to calling folders. The /bin directory is where a number of your binaries or executable files are located.

More reading here.

http://www.tuxfiles.org/linuxhelp/linuxdir.html

Good luck. ;-)

jmc1987 08-29-2010 05:43 PM

/ Begins the file system structure, call the root.
/home conatins users' home directories.
/bin Holds all the standard commands and utilities programs.
/usr holds those files and commands used by the system
/usr/bin Hold user-oriented commands and utility programs
/usr/sbin Holds system administration commands.
/usr/lib Holds libraries
/usr/share/doc Holds Linux Documentation
/usr/share/manMan pages
/var/spool Holds spooled files
/sbin Hold system administration commands for booting the system
/varHolds files that var mailbox, data files, program files, etc
/dev Holds file interfaces for devices
/etc Holds system program config files and other system files.

Here is a break down of Files structure it may var from distro to distro.

kiel 09-01-2010 01:57 PM

Hi! Guys thanks for your response to my question.

honeybadger 09-01-2010 02:19 PM

Hi there,

Try this on your console $man hier, this should give you all the directories in the root and their use


All times are GMT -5. The time now is 06:52 AM.