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
Asked
Active
Viewed 696 times
1 Answers
1
Use -r
-r, -R, --recursive remove directories and their contents recursively
rm -r /tmp/newtry

Ôrel
- 7,044
- 3
- 27
- 46
-
-
Can you share more details about `still not working` do you have an error to share ? – Ôrel Jul 21 '22 at 11:49