[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] file permissions



> drwxrwsr-x

The above permission says that the file is a directory, and that the owner
has r,w,x, the group has r,w,x, and everyone else has, r,x the s in the
group permisions says that when the directory executes it executes as the
GID of the directory, look at the group owner.

> how could it have got there?

chmod 2775

> how do I change it to an 'x'?

chmod 775

> what would changing it to an 'x' do?

the directory would no longer execute as the GID it wold execute as the
owner that executed it.

> what's the safest way to analyse this further?

as H.P. stated man chmod