WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

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

Offline Maxbillion

  • Newbie
  • *
  • Posts: 13
Can't delete files
« on: January 16, 2012, 12:46:37 PM »
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, 01:02:30 PM »
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.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11587
Re: Can't delete files
« Reply #2 on: January 16, 2012, 01:08:56 PM »
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, 04:44:19 PM »
Thanks to the file manager all my problems are solved.