Possible Duplicate:
unix, difference between path starting with '/' and '//'
If I make a cd // followed by a pwd I see:
# cd //
# pwd
//
why is that? what's the differece with:
cd /
pwd
/
Everything looks the same to me...
Possible Duplicate:
unix, difference between path starting with '/' and '//'
If I make a cd // followed by a pwd I see:
# cd //
# pwd
//
why is that? what's the differece with:
cd /
pwd
/
Everything looks the same to me...