What if i want to change a file or dir permissions to 000 ?
When I create a file or dir in ioB, I always use vfs:add to tell io what permission and owner i want for it.
And btw, the syntax i use for vfs:add doesn't say file or dir:
("!vfs:add 666 %s:%s %s",uid,gid,filename)
|