welcome to Webune forums, today we are going to show you how to remove a directory in linux

to remove a directory in the shell console terminal send this command

rmdir


lets say i have a directory i dont need no more and its called oldfiles, this is how i would delete it

rmdir /home/user1/oldfiles


thats it