[Gambas-user] GambasTester small problem

Jussi Lahtinen jussi.lahtinen at ...626...
Sun Aug 23 02:57:42 CEST 2015


What is your system? Is there any good reason to give users write access to
/? Isn't that error on your computer?

What these two commands say on your system (replace yourusername with your
actual user name):

grep yourusername /etc/group
ls -ld /


Jussi



On Sat, Aug 22, 2015 at 9:32 PM, Karl Reinl <karl.reinl at ...9...> wrote:

> Salut Jussi,
>
> I get an error here: mTest.DoTests.1064
>
>   If Access("~", gb.Write Or gb.Exec) = False Or Access("/", gb.Write Or
> gb.Exec) = True Then
>     Debug "Are you running this as root!!?"
>     Errors.Add(System.Backtrace[0])
>   Endif
>
>
> For what ever reason on my box I have write and exec rights on /, so
> test that against /root would be better.
> --
> Amicalement
> Charlie
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list