View Single Post
Posts: 726 | Thanked: 345 times | Joined on Apr 2010 @ Sweden
#2
If you open the XTerminal, you're in /home/user. To see all files do
Code:
ls -al
To remove a specific file do
Code:
rm <filename>
without the brackets.
 

The Following User Says Thank You to Joorin For This Useful Post: