[Solved] root cannot login


 
Thread Tools Search this Thread
Operating Systems HP-UX [Solved] root cannot login
Prev   Next
# 1  
Old 10-16-2011
[Solved] root cannot login

Dear all,

cannot login to a HP unix server using root as well as other logins.

Even root also cannot enter. It seems that they have changed some permissions in /

Any way of recovering the system or getting logged in .

Thanks in advance
Rj
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Su root or login root

Hi, I find there is some customized linux with application. When I use login account root and type the password. It is not allow to login. But if I login with specified user and password. Then I use command "su - " and type root passwd. It allow you to switch to "root" account . Or if i... (14 Replies)
Discussion started by: chuikingman
14 Replies

2. Forum Support Area for Unregistered Users & Account Problems

[SOLVED] matrixmadhan - login problem

Hi, This is user : matrixmadhan. Am unable to login despite repeated attempts. I tried recovering via forgot password, but neither of the email ids I gave isnt being recognized. Is there a way I could get some help? Thanks, -matrixmadhan (4 Replies)
Discussion started by: Unregistered
4 Replies

3. Fedora

[SOLVED] How to be the ROOT through GUI mode in fedora 15

Whenevr i am trying to access ROOT file in Fedora 15 by double clicking, its showing I dont have enough permission to access it and its not showing the inside access... How to solve it?? (4 Replies)
Discussion started by: amisubha
4 Replies

4. UNIX for Dummies Questions & Answers

login profile[solved]

i vi .profile Set DATE `date +%m%d%Y%H%M`, but after logout/login, echo $DATE, it shows: Fri Mar 23 15:01:53 EDT 2012, i want to show: 032320121501 please ignore. vi /etc/profile, and export DATE=`date +%m%d%Y%H%M`, worked fine now. (0 Replies)
Discussion started by: lawsongeek
0 Replies

5. SuSE

[Solved] Last Login Log

Hello again I am using SLES Enterprise 9, and 10 and I was hoping I could implement a user login logs like how medusa does for HP-UX. Is there an equivalent tool for Linux? I am heavily depended on /var/log/lastlog and last commands but surely there must be something more out there. Or if... (3 Replies)
Discussion started by: hedkandi
3 Replies

6. AIX

why I cannot login by root

I can use sudo su to root from my user id through ssh. Also can change root password. However, I cannnot login by root from ssh. Does any body know why? (10 Replies)
Discussion started by: rainbow_bean
10 Replies

7. HP-UX

Cannot login root

With my SSH, my HP-UX cannot login to root. It will come out a message su: unknown id: root. But I can login by user oracle. I also cannot login to console either by using root or oracle anymore. What shall I do. (5 Replies)
Discussion started by: surizan
5 Replies

8. AIX

Can't login root account due to can't find root shell

Hi, yesterday, I changed root's shell in /etc/passwd, cause a mistake then I can not log in root account (can't find correct shell). I attempted to log in single-mode, however, it prompted for single-mode's password then I type root's password but still can not log in. I'm using AIX 5L version 5.2... (2 Replies)
Discussion started by: neikel
2 Replies

9. AIX

root login

How do I make it so user "root" can not log directly into an AIX server? I want a user to be able to SU to it but not log into it to keep a log (2 Replies)
Discussion started by: breigner
2 Replies

10. Answers to Frequently Asked Questions

Lost root password / Can't login as root

We have quite a few threads about this subject. I have collected some of them and arranged them by the OS which is primarily discussed in the thread. That is because the exact procedure depends on the OS involved. What's more, since you often need to interact with the boot process, the... (0 Replies)
Discussion started by: Perderabo
0 Replies
Login or Register to Ask a Question
listusers(1)							   User Commands						      listusers(1)

NAME
listusers - list user login information SYNOPSIS
listusers [-g groups] [-l logins] DESCRIPTION
Executed without any options, this command lists all user logins sorted by login. The output shows the login ID and the account field value from the system's password database as specified by /etc/nsswitch.conf. OPTIONS
The following options are supported: -g groups Lists all user logins belonging to group, sorted by login. Multiple groups can be specified as a comma-separated list. -l logins Lists the user login or logins specified by logins, sorted by login. Multiple logins can be specified as a comma-separated list. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------------------------------------+ |ATTRIBUTE TYPE ATTRIBUTE VALUE | |Availability SUNWcsu | +-----------------------------------------------------------+ SEE ALSO
nsswitch.conf(4), attributes(5) NOTES
A user login is one that has a UID of 100 or greater. The -l and -g options can be combined. User logins will only be listed once, even if they belong to more than one of the selected groups. SunOS 5.11 18 Mar 1994 listusers(1)