Thread #108678113
File: 1495162356007.jpg (246.8 KB)
246.8 KB JPG
W-w-wait, why are you doing that? Are you ROOT????
21 RepliesView Thread
>>
>>
>>
>>
>>
>>
File: QmV2n5ye5TyNo4AAfvopbSBzLjHfrBqfyZivPPDLqirbV4.jpg (18.5 KB)
18.5 KB JPG
>installing llama2 on my windows 95 machine in system32.
>>
>>
>>
>>108678113
>>108678197
yeah, ME
>>
>>
>>
>>
>>
>>
File: 1760069924545503.jpg (28.2 KB)
28.2 KB JPG
>>108678811
>>
File: 1760823134747057.png (411.8 KB)
411.8 KB PNG
>>108678113
>'OP' is not in the sudoers file. This incident will be reported.
>>
File: 1759181635482953.png (134.5 KB)
134.5 KB PNG
>>108678811
>>
>>
>>
>>
>>108678113
>run script
>enter root password
>user is not in sudoers
>su root
>enter root password
>run script
>script must be run as a user
>usermod -aG sudo (You)
>usermod is not recognized as a command
>su -
>enter root password
>usermod -aG sudo (You)
>(You) have been added to sudoers
>su (You)
>sudo sh script.sh
>enter root password
>script runs