WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Can't delete files  (Read 4649 times)

Offline Maxbillion

  • Newbie
  • *
  • Posts: 13
Can't delete files
« on: January 16, 2012, 09:46:37 AM »
I download one file from the internet, but i can't delete that file. there is no delete bottom or trash. how do i remove it.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Can't delete files
« Reply #1 on: January 16, 2012, 10:02:30 AM »
A basic understand of Linux is required.
You need to learn the command line tools such as rm.

Here is a tutorial.
http://linux.2038bug.com/rute-home.html

You could also install and use a file manager.

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Can't delete files
« Reply #2 on: January 16, 2012, 10:08:56 AM »
Hi Maxbillion
Linux is not Windows. Although some Linux distributions try to look and/or behave like Windows,
Tinycore is not one of them. Tinycore is a bare bones system designed to be customized by the
user.
To delete a file you can:
Open a terminal and enter   rm filename
Use AppBrowser to install a file manager and delete it using that

Offline Maxbillion

  • Newbie
  • *
  • Posts: 13
Re: Can't delete files
« Reply #3 on: January 16, 2012, 01:44:19 PM »
Thanks to the file manager all my problems are solved.