SID-01823: Delete a Topic from Trash
| Status: |
Answered |
TWiki version: |
5.1.4 |
Perl version: |
|
| Category: |
|
Server OS: |
|
Last update: |
12 years ago |
How do I do this? I have tried to search online, with little luck. I believe I have to use the shell, but what are the commands for this?
--
Matt Smith - 2013-11-13
Discussion and Answer
If you are concerned about disk space you can delete the topic from the command line:
# cd /var/www/twiki
# rm -rf data/Trash/SomeTopic.txt* pub/Trash/SomeTopic/
--
Peter Thoeny - 2013-11-13
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.