[mythtv-users] BE errors

mythtv at hambone.e4ward.com mythtv at hambone.e4ward.com
Wed Sep 11 19:30:03 UTC 2013


On Wed, Sep 11, 2013 at 3:25 PM, Daryl McDonald <darylangela at gmail.com>wrote:

>
>
>
> On Wed, Sep 11, 2013 at 3:12 PM, Doug Lytle <support at drdos.info> wrote:
>
>> >> OK I found my recordings at "/var/lib/mythtv/recordings", but I'm
>> still nor sure how to go in as user.
>>
>> ls -l in your recordings directory will show you a listing of files,
>> along with what user owns them.  Probably mythtv.
>>
>> If you're using an Ubuntu based system, you'd then do:
>>
>> sudo mythtv
>>
>> And then type in your password.
>>
>> Doug
>>
>> _______________________________________________
>> mythtv-users mailing list
>> mythtv-users at mythtv.org
>> http://www.mythtv.org/mailman/listinfo/mythtv-users
>
>
>
>> I guess I'm still doing something wrong:
>>
>
>  daryl at daryl-A780L3C:/var/lib/mythtv/recordings$ sudo mythtv
> [sudo] password for daryl:
> sudo: mythtv: command not found
> daryl at daryl-A780L3C:/var/lib/mythtv/recordings$ sudo mythtv touch
> 3197_20130616200000.mpg
> sudo: mythtv: command not found
> daryl at daryl-A780L3C:/var/lib/mythtv/recordings$
>
> I've probably misunderstood, Daryl
>
>
It's actually:

su mythtv

That changes the user to the mythtv user.  Then, run your commands.

sudo is when you want to run a command as a privileged user.  "sudo mythtv"
means to run the command "mythtv" with escalated privileges, which is why
it didn't work (there is no executable called mythtv in your path).

Hope that helps,
Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20130911/fb7284ba/attachment.html>


More information about the mythtv-users mailing list