Probably easy command line problem

Soldato
Joined
31 Dec 2003
Posts
4,768
Location
Stoke on Trent
Hi all,

When I browse my linux machine's filestructure using filezilla (logged in as user xbmc) I see in /home/xbmc/ a folder called .sickbeard

however when I'm in a command line session and try to "cd /home/xbmc/.sickbeard" it says "-bash: cd: /home/xbmc/.sickbeard: Not a directory"

any ideas please?
 
Last edited:
It means sickbeard is a hidden file, not a directory. The . inidicates the hidden, the error indicates it's a file.

If you have a command session open, run "cat /home/xbmc/.sickbeard" and see what the output is.
 
It means sickbeard is a hidden file, not a directory. The . inidicates the hidden, the error indicates it's a file.

If you have a command session open, run "cat /home/xbmc/.sickbeard" and see what the output is.

oh right? I ran that and LOADS of gibberish flied over my command line session ending in PuTTYPuTTYPuTTYPuTTY x 100000 ?! does this help?
 
Binary file?

Do an ls -la, is it executable? Guessing this is the same Sickbeard that watches feeds for new episodes to download then racks them up on your torrent client?
 
Hmm ok, that probably means .sickbeard is a binary file.

What are you actually trying to do? Google suggests sickbeard is a usenet / sabnzb related thing?

If you are trying to install it then it looks like you've done it incorrectly. .sickbeard is supposed to be a directory (as you are expecting), but it appears you may have renamed the wrong thing.

Is that any help?
 
thanks very much GeForce, tntcoder and randal24, you were right I had installed the program incorrectly. What I'd done is copied across a .tar.gz file and renamed it to .sickbeard, thinking that when I extract it, it'll go into a folder called .sickbeard but this won't work as there's already a file of that name. So I just extracted it as its original file name then copy the contents to a freshly user created folder. :)

thanks very much again
 
Back
Top Bottom