'rmdir' is a convenience command to remove empty directories only. So the answer is no: You'll have to invoke the 'rm' command with options, such as '-rf', to remove non-empty directories.
On Sat, Jun 25, 2022 at 6:32 AM Бреусов Виталий <vita-breu...@yandex.ru> wrote: > Hello! Is it possible to delete a non-empty folder with the "rmdir" > command? >