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

Re: [MiNT] Library Editobjc.slb under XAAES and Jinnee



Hi,

> I looked for a patched version Jnnee, but i did not find, may be someone
> find it and can sent me one. In 2004 in July i find post send by Mikro that
> he change flags and setting rwxr-xr-x for editjobc.slb. I tried to use
> information on jinnee desktop and in the terminal (conholio or toswin) I
> wrote this command chmod 755 editjobc.slb, but it does not work. Could you
> tell me what command shoud I use ?

Did you enter "editobjc.slb" correct? You wrote "editjobc.slb" above...

You can change permissions very easy with TeraDesks Info-Dialog.
Or type command "chmod u+rwx editobjc.slb" in shell, this sets user (u) permissions to
read/write/execute (r, w, x).
Then type command "chmod go+rx editobjc.slb", this sets group and others (g, o) to
read/execute (r, x).
For more info about any command enter "man <commandname>" in shell.

Regards,
Lars