

Code: Select all
man mountCode: Select all
man chmod
so if you want user to have read-write-execute, group to have read-write and all to have readuser | group| all
r w x | r w x | r w x
4 2 1 | 4 2 1 | 4 2 1

IF you only have 3 numbers (4,2 &1)happyoutkast wrote:so what is 4? what is 2? and what is 6? I don't mean to offend, but not everybody who uses linux is a mathematical genius. I hate to admit it, but although I've been told I can write some really good code I am horrible at math and it took me quite a while to finally "get" how to convert binary to decimal. Anybody care to offer a plain non-math degree pre-requisite explaination of what this stuff is or shall I just give up and kill this thread now? See? this is the whole reason why I started this thread, the only people that care to explain it are math geniuses and seem to expect everybody else to be the same.
sorry if I seem a bit mean, but it's irritating having the first two explainations being of no help to use mathematical idiots who happen to also be linux users (and in my case software devs too, and no you don't need to know math to make software, just the formula.....unless of course you're doing some hardcore 3D coding stuff...)

except 8 isn't a valid OCTAL numberhappyoutkast wrote:slaps hand on forehead....
I give up....
and FYI, there are about 4 ways to make 8
7 + 1
6 + 2
5 + 3
and
4 + 4
now that we've covered basic arithmetic, we're still not a damn bit closer to explaining and CLEARLY defining what the hell these numbers mean for LAYMEN!!!


yes, I said this earlier. Either way it's irrevelant since what I was after is already here. Now that we have both the "formula" and the table of answers, people are able to see how it works which is really what I wanted but could never find. I'm sure I'm not the only person who has been frustrated by this. I hate to say it but also adds to one of many reasons my friends don't use and will probably never use linux, too complicated for the normal "idiot" a.k.a. user.Naib wrote:except 8 isn't a valid OCTAL numberhappyoutkast wrote:slaps hand on forehead....
I give up....
and FYI, there are about 4 ways to make 8
7 + 1
6 + 2
5 + 3
and
4 + 4
now that we've covered basic arithmetic, we're still not a damn bit closer to explaining and CLEARLY defining what the hell these numbers mean for LAYMEN!!!
OCTAL is 0 -> 7



Code: Select all
rwx
000 0
001 1
010 2
011 3
100 4
101 5
110 6
111 7