Bonjour,
J'ai créer un répertoire sous AIX 5.3 via le script ksh suivant (exécuté sous telnet) :
Depuis je n'arrive plus à supprimer ni accéder au répertoire.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4 #!/bin/ksh mkdir /WorkflowEJ/databack chmod u+rw /WorkflowEJ/databack chmod g+s /WorkflowEJ/databack
La commande ls me donne ça :
La commande rm :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5 toto@machine:/WorkflowEJ>ls -l total 48 -rw-r--r-- 1 toto 6000 15005 28 jun 11:24 CR_BPP_20110628.txt -rwxr-x--x 1 toto 6000 420 18 ao¹ 08:57 createDir1928.sh drwxr-xr-x 2 toto 6000 512 18 ao¹ 08:59 databack
Est-ce que quelqu'un saurait comment supprimer ce répertoire ?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2 toto@machine:/WorkflowEJ>rm databack rm: databack: Un fichier ou un rÚpertoire du chemin d'accÞs n'existe pas.
Partager