Commands and output below - thanks
[root@ESX1 volumes]# pwd
/vmfs/volumes
[root@ESX1 volumes]# ls -latr
ls: e24c5a25-3aa7c729: No such file or directory
total 1024
drwxrwxrwt 1 root root 7140 Jan 3 14:30 473b1a29-80b7f018-f3ce-0 01d09142fc7
drwxrwxrwt 1 root root 512 Jan 4 10:32 ..
lrwxr-xr-x 1 root root 35 Jan 4 14:33 storage1 -> 473b1a29-80b 7f018-f3ce-001d09142fc7
lrwxr-xr-x 1 root root 17 Jan 4 14:33 CLARKE E DRIVE -> e24c5a 25-3aa7c729
drwxr-xr-x 1 root root 512 Jan 4 14:33 .
[root@ESX1 volumes]# echo $?
0
[root@ESX1 volumes]# ls -ld "e24c5a25-3aa7c729"
ls: e24c5a25-3aa7c729: No such file or directory
[root@ESX1 volumes]#
[root@ESX1 volumes]# ls -ld "CLARKE E DRIVE"
lrwxr-xr-x 1 root root 17 Jan 4 14:35 CLARKE E DRIVE -> e24c5a25-3aa7c729
[root@ESX1 volumes]# echo $?
1
[root@ESX1 volumes]# pwd
/vmfs/volumes
[root@ESX1 volumes]#
Main Topics
Browse All Topics





by: murugesandinsPosted on 2008-01-03 at 20:34:26ID: 20580004
It may be useful for the viewers to know the output of the following commands:
pwd
ls -latr
echo $?
ls -ld "e24c5a25-3aa7c729"
echo $?
ls -ld "CLARKE E DRIVE"
echo $?
pwd