From mint-bounce@lists.fishpool.fi Sun Aug 29 07:46:56 2010 X-Authenticated: #3273601 X-Provags-ID: V01U2FsdGVkX1+tZwYOmxWt02dDvVdAKWcHnsbNWk0iR9ErWakK9P G83GbOz+jLozmT To: From: Lars Schmidbauer Subject: Re: [MiNT] Library Editobjc.slb under XAAES and Jinnee X-Mailer: MyMAIL Rev:1.94.13761 (Atari/(STiK/STinG/GlueSTiK)) X-Hardware: Atari Falcon/CT60 MIME-Version: 1.0 Date: Sun, 29 Aug 2010 13:45:26 +0200 (MET) Content-Type: text/plain; charset="UTF-8" X-Priority: 3 X-MSMail-Priority: Normal Message-Id: <000ea40f.0190b63cc176@mail.gmx.net> X-Y-GMX-Trusted: 0 X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: latzmaster@gmx.de Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id o7TBktvM022259 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 " in shell. Regards, Lars