mkdir : Allows to create single or multiple directories
mkdir one
create three directories in the present directory
mkdir one two three
create directories as per the hierarchy defined
mkdir -p one/four/six
A blog on SQL , PLSQL , Linux concepts. Interview Questions from different companies. For suggestions and contributions, reach me at sivak36@gmail.com
So Someone asked me a question, Will the data from Oracle Database be lost after formatting the system in which it is installed? Since the ...