![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Major OS errors/Bash errors help!!!! | wcmmlynn | UNIX for Dummies Questions & Answers | 12 | 11-13-2007 01:50 AM |
| Installing SCREEN | FredSmith | UNIX for Dummies Questions & Answers | 1 | 09-17-2006 07:03 PM |
| Installing JRE 1.4 errors | FredSmith | SUN Solaris | 2 | 10-28-2005 06:29 AM |
| Adapter Errors and Link Errors | mcastill66 | AIX | 2 | 08-02-2005 03:51 PM |
| Adapter Errors and Link Errors | mcastill66 | UNIX for Advanced & Expert Users | 0 | 08-02-2005 03:11 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Errors installing Screen 4.0.2
I tried to install and use Screen4.0.2 for SunOS 5.8.
WHen I go to execute screen it tries to start it, but shows a quick error: ttyn: Permission denied. and then... Sorry, could not find a PTY. Does anyone know what I might have done wrong? How can I get screen to work? Thanks in advance! |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
The problem is the SUID bit on the binary file:
-rwsr-xr-x 1 bin bin 1542932 May 14 2004 /usr/local/bin/screen-4.0.2 change it to 755 with chmod like this: chmod 755 /usr/local/bin/screen-4.0.2 br, melak |
|||
| Google The UNIX and Linux Forums |