Consider the following command would remove two empty directories named dir1 and dir2 that are located in the current directory (i.e., the directory in which the user is currently working)
Command: rmdir dir1 dir2
Which of the following statement is true about the above command?
1
only non empty directories dir1, dir2 will be removed.
2
only empty directories dir1, dir2 will be removed.
3
both non-empty and empty directories dir1, dir2 will be removed.
4
None of the above