Author Topic: How to run paintball with root  (Read 6757 times)

Eiii

  • Autococker
  • Posts: 4595
Re: How to run paintball with root
« Reply #20 on: February 02, 2008, 08:20:57 PM »
It's a pretty terrible idea. >_>

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: How to run paintball with root
« Reply #21 on: February 02, 2008, 09:52:45 PM »
Yea, its not the brightest thing to do.  You can easily screw over your computer (like with "rm -r /" instead of "rm -r ./").

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: How to run paintball with root
« Reply #22 on: February 02, 2008, 10:27:54 PM »
rm -rf /bin/laden

KiLo

  • Autococker
  • Posts: 2086
Re: How to run paintball with root
« Reply #23 on: February 02, 2008, 10:46:12 PM »
bin laden?

jitspoe=terrorist? ;D

y00tz

  • Autococker
  • Posts: 2742
Re: How to run paintball with root
« Reply #24 on: February 03, 2008, 01:21:53 AM »
rm -rf /*

Heh, I just made infinite jokes.

Eiii

  • Autococker
  • Posts: 4595
Re: How to run paintball with root
« Reply #25 on: February 03, 2008, 01:41:43 AM »
I caught 'rm -rf /y00tz/isnt/funny'. That one was my favorite. ;)

KnacK

  • Global Moderator
  • Autococker
  • Posts: 3039
Re: How to run paintball with root
« Reply #26 on: February 03, 2008, 08:02:06 AM »
I caught 'rm -rf /y00tz/isnt/funny'. That one was my favorite. ;)
> /bad/joke/bin

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: How to run paintball with root
« Reply #27 on: February 03, 2008, 11:52:29 AM »
Hehe.  Look what I started.  ^_^

Eiii

  • Autococker
  • Posts: 4595
Re: How to run paintball with root
« Reply #28 on: February 03, 2008, 01:07:00 PM »
> /bad/joke/bin
I'd prefer > /dev/null

yossarianuk

  • VM-68
  • Posts: 127
Re: How to run paintball with root
« Reply #29 on: February 05, 2008, 12:07:46 PM »
Often in Linux distros root is denied X access (for security reasons) by default.

I believe it is in ubuntu (you have sudo..) I can access X games in opensuse / mandriva as root though.

I it really never a good idea............

To login as root in Ubuntu:-

- login as normal user
- create root password with

sudo passwd root 
(type your password - then your new root one..)

Now you can su -

(so although you enter KDE (or if your sick gnome..) as normal user you will have full root access in a console)

- Please note that by default Ubuntu wan't allow root to access X apps, you can always use sudo as normal user though.

However as mentioned loads of times - - it is not a good idea to run games in Linux as root!!