Pages

Pages

Tuesday, November 6, 2012

[Unix] Create new directory

You can use mkdir command to create new directories on unix.

mkdir test

creates /test/ folder at your current directory.

No comments:

Post a Comment