Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

delete a file though telnet?

Featured Replies

I am trying to delete a file through my Mac but it keeps saying its in use.  How can I do this though telnet or another way.  No idea why it won't let me delete it.

rm would remove a file.

rm nameoffile.avi

 

Of course you could use wildcards like rm nameof* to keep it short, but becareful using * because you could delete to much messing around with it. ;)

 

rm --help would give you a huge line of options if you choose.

 

rm -fr nameoffolder would delete an entire folder and all of its contents.

-f meaning , don't prompt me

-r meaning recursive

  • Author

Thanks Kizer, I deleted one file but I can't get the the directory to delete the other one. Is there something special I need to do for a space?  Trying to connect to TV Shows and delete a file in there

Thanks, I deleted one file but I can't get the the directory to delete the other one. Is there something special I need to do for a space?  Trying to connect to TV Shows and delete a file in there

either precede the space with a backslash, or quote the entire name

 

cd /mnt/user/TV\ Shows

or

cd "/mnt/user/TV Shows"

 

 

  • Author

Thanks Joe

I just lazy it up.

 

I just type in part of the word and hit the "TAB" key which most of the time auto completes  ;D

  • 2 months later...
  • Author

what do I have to type in to delete this file.  rm 1-09 Fleet Of Hope.mp3  isn't working?

what do I have to type in to delete this file.  rm 1-09 Fleet Of Hope.mp3   isn't working?

Surround the name with quotes.

rm "1-09 Fleet Of Hope.mp3"

  • Author

thanks

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.