1836415 Members
2446 Online
110100 Solutions
New Discussion

Root login

 
zanwar.prashantuktransc
Occasional Advisor

Root login

How to check in HP-11.00 system if Root is allowed to login from console only.

Best regards
Prashant
6 REPLIES 6
Robert-Jan Goossens
Honored Contributor

Re: Root login

Hi,

Check,

# ls -la /etc/securetty
-r-------- 1 root sys 8 Apr 10 10:34 securetty

# more /etc/securetty
console

Regards,

Robert-Jan.
Victor BERRIDGE
Honored Contributor

Re: Root login

Hi,
By the presence and content of /etc/securetty, you should find ony one word: console


All the best
Victor
W.C. Epperson
Trusted Contributor

Re: Root login

See if /etc/securetty exists and contains "console". ONly.
"I have great faith in fools; self-confidence, my friends call it." --Poe
Pete Randall
Outstanding Contributor

Re: Root login

W.C. Epperson
Trusted Contributor

Re: Root login

ITRC member since: August 27, 2003 last contribution date: August 29, 2003 This member has assigned points to 0 of 19 responses to his/her questions.
"I have great faith in fools; self-confidence, my friends call it." --Poe
Ravi_8
Honored Contributor

Re: Root login

Hi prashant

If /etc/securetty file exist and if the file has 'console' entry in it, then root is allowed only on console and no from anywhere else
never give up