-
November 25th, 2000, 15:12
#1
Senior Member
How do you chmod 744? Like, I know chmod 755 is rwxr-xr-x
I'm new to this stuff
-
November 25th, 2000, 19:14
#2
Originally posted by Christy
How do you chmod 744? Like, I know chmod 755 is rwxr-xr-x
I'm new to this stuff
744 is:
rwxr--r--
owner: read, write, execute
group: read
all: read
Just using 'chmod 744 <file>' in a shell interface will change the permissions properly for you.
mjk@atlascgi.com
-
November 26th, 2000, 03:26
#3
Member
just remeber it like this..
r = 4
w = 2
x = 1
say you want 666
r + w = 6
r + w = 6
r + w = 6
644
r + w = 6
r = 4
r = 4
etc..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Bookmarks