![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SCO Santa Cruz Operation (SCO) was a software company based in Santa Cruz, California which was best known for selling three UNIX variants for Intel x86. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| switching user from root to ordinary user | sasia | Shell Programming and Scripting | 3 | 01-25-2008 07:25 PM |
| Problems with disabling remote root login | veccinho | AIX | 3 | 11-19-2007 09:02 AM |
| Disabling root login | veccinho | SCO | 1 | 10-19-2007 10:23 AM |
| Other than root user .Normal user is unable to create files | mallesh | UNIX for Advanced & Expert Users | 1 | 06-22-2005 09:18 AM |
| root user | hassan2 | UNIX for Advanced & Expert Users | 1 | 05-29-2002 11:15 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
how to disabling root user
dear all,
pls give the sollution to disable root login from telnet directly.but it should allow while we type su command |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
On my Ubuntu Linux machine I can do this by editing /etc/securetty and commenting out all entries except for tty1 through tty8.
**EDIT - Sorry, I didn't realise this was in the SCO section, maybe someone should delete my post. Apologies. |
|
#3
|
|||
|
|||
|
For SCO UnixWare 7.1.x, you need to add the following line to /etc/default/login:
CONSOLE=/dev/console This ensures that root can only login locally from the console. You must 'su' to root via telnet. |
|||
| Google The UNIX and Linux Forums |