linked linked linkedin whatsapp remove
Feedback

Solaris Quiz Solaris

To remove entire temporary directories, you cd to the temp directories, then use the following command:

rm -r *
rm -r /*
rm *
find .. -type d -exec rm {} \;

Answer:
rm -r *

Note: This Question is unanswered, help us to find answer for this one