hi..
i want to know how mkdir command make directory in linux....??
hi..
i want to know how mkdir command make directory in linux....??
Try it out?
Get help with
man mkdir
#or
mkdir --help
Or, if you're interested in how it's coded, the source for the current 'master'-tag is here