Re: [CentOS] Run GNU screen as a normal user

2009-08-29 Thread Matt Arnilo S. Baluyos (Mailing Lists)
OK. Got it figured out. It seemed that it didn't work because I was su'ing to that normal user when I originally logged in as root. Apparently, you can only use screen (at least without any workaround) when you log in as the user you want to run it on. On Sun, Aug 30, 2009 at 2:29 AM, Matt Arnil

[CentOS] Run GNU screen as a normal user

2009-08-29 Thread Matt Arnilo S. Baluyos (Mailing Lists)
Hi guys, I am currently looking for a workaround with regards to running screen as a normal user. When I try to run it, I get the following: [mbalu...@mla torrents]$ screen Cannot open your terminal '/dev/pts/0' - please check. To get around this, I had to chmod 777 /dev/pts/0. It's an insecure