Results 1 to 7 of 7
what is the difference between /bin and /sbin.
any web pages.
thnx in advance....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-10-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 9
bin VS sbin
what is the difference between /bin and /sbin.
any web pages.
thnx in advance.
- 07-10-2007 #2
its simple.. bin is for normal/regular users and sbin is for root user only. in other words, regular users dont have access to binaries of /sbin folder.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-10-2007 #3
If you have questions about filesystem/directory purposes in the future, have a look at man hier
- 07-10-2007 #4Just Joined!
- Join Date
- Jul 2007
- Posts
- 9
thnx
thnx for reply .
i'll use "man hier"
thnx for your note.
- 07-11-2007 #5Just Joined!
- Join Date
- Jul 2007
- Location
- Germany
- Posts
- 5
> in other words, regular users dont have access to binaries of /sbin folder.
They have, but their searchpath misses /sbin, resp. /usr/sbin by default.
- 07-11-2007 #6
Another valuable resource is the FHS.
- 07-12-2007 #7No. /sbin is for root user only.
Originally Posted by codejunk
execute this as regular user
does it display output?Code:/sbin/fdisk -l
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
