Example:
1. To remove single directory
rmdir dir1
2. To remove multiple directories
rmdir dir1 dir2 dir3
3. To direcory , sub direcory if they are empty
rmdir -p dir1/subdir1
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 ...