in reply to Re^2: Problem in creating Directory
in thread problem in mkdir
Now go to your linux prompt and type the following:
mkdir mytest mkdir mytest
You'll get the following error message:
mkdir: cannot create directory mytest: File exists
You can go ahead and rmdir that mytest directory now, and then ask yourself why you're trying to create a directory that already exists.
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |