Comment utiliser les commandes shell unix sur vista

1) Comment utiliser les commandes shelll unix pour recherche sur windows vista, est-ce possible et dans ce cas comment
2) comment ex�cuter un .ksh ou .bat sous putty, j'ai essay� mais je re�ois le message
ksh: ./: 0403-006 Execute permission denied. lors de la commande ./ testx

Merci d'avance

I don't understand French at all so forgive me for not using translate and just trying to help as is, did you give your script execute permissions? As root, or if your box has 'sudo' installed and set up type:

chmod +x testx

or

chmod 0755 testx

ok
essai ceci :

tomcat6@[/batch/test/scripts/input] > chmod g+x testbem.dat

R�ponse:

chmod: testbem.dat: Operation not permitted. 

essai aussi ceci

tomcat6@[/batch/test/scripts/input] > ls

R�ponse is ok :

chmod         mkdirtest     testbem.txt testx.ksh mkdircatlg    testbem.dat   testbem1.txt

+

tomcat6@[/batch/test/scripts/input] > chmod 0755 testbem.dat

r�ponse ERROR >>

ksh: chmod::  not found.

---------- Post updated at 03:37 AM ---------- Previous update was at 03:35 AM ----------

soft existant sur le pc : putty , j'ai aussi Filezilla ...

!!

>> ok en prod

Per our forum rules, all posts must be in English. Please edit your posts accordingly.

Also, please use [CODE] tags for command lines, listings, ...

1 Like

---------- Post updated at 10:14 AM ---------- Previous update was at 07:47 AM ----------

Good for chmod
How to termine this question please ?
:b:

You can't close a thread, you can only mark it as solved by editing the thread subject. And while you're at it, please (finally) translate your other posts in this thread to plain english.