![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| default unix accounts | kandy19 | UNIX for Dummies Questions & Answers | 1 | 05-14-2008 10:17 PM |
| COPASI 4.4 (Build 26) (Default branch) | iBot | Software Releases - RSS News | 0 | 05-08-2008 06:10 PM |
| Widelands build-12 (Default branch) | iBot | Software Releases - RSS News | 0 | 04-05-2008 12:10 PM |
| COPASI 4.3 (build 25) (Default branch) | iBot | Software Releases - RSS News | 0 | 03-26-2008 09:40 PM |
| Ingres 9.3.0 build 119 (Default branch) | iBot | Software Releases - RSS News | 0 | 03-21-2008 08:40 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
what is the default password for those build-in accounts?
what is the default password for those build-in accounts, such as adm, sys, dhcp, oracle, guest?
if not set, can they be used to login? is that a security problem? how are they designed to be used? thanks! |
|
||||
|
It's difficult to lump those all together since that includes a guest account and, unless I'm mistaken, an admin account. Talk about polar extremes.
But system accounts like dhcp and oracle are generally configured as non-login accounts: no password, no home, not even a shell. Programs using this uid switched to it with a privileged setuid() call rather than any sort of login process. |
|
||||
|
Quote:
|
|
||||
|
Quote:
|
|
|||||
|
These accounts are not for logging in with and hence that is why they have their login shells set to /bin/false. They are used by the daemons that they relate so sshd is used by the SSH daemon as the description says.
If you login as root and superuser to them Code:
su sshd As for you being able to login with Oracle, this is not unusual. It is sometimes used by DBAs to go in and use SQL Plus as it allows access to Orcale's components. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|