Thread
:
how to remove files from /home/user...?
View Single Post
Joorin
2010-04-25 , 17:56
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.
Quote & Reply
|
The Following User Says Thank You to Joorin For This Useful Post:
Mengs
Joorin
View Public Profile
Send a private message to Joorin
Find all posts by Joorin