Friday, October 18, 2019

rmdir - command usage

rmdir : This command removes empty directories

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

Featured Post

Will the data from Oracle Database be lost after formatting the system in which it is installed?

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 ...

Popular Posts