-1

I tried to create a folder but permission was denied. Then I went to forums and there was written to remove tmp, but I couldn't. Error: rm: cannot remove '/tmp/newtry': Is a directory

1 Answers1

1

Use -r

-r, -R, --recursive remove directories and their contents recursively

rm -r /tmp/newtry

Ôrel
  • 7,044
  • 3
  • 27
  • 46