what restrict telnet for root itself but allow for other user

Answers were Sorted based on User's Feedback



what restrict telnet for root itself but allow for other user ..

Answer / d.jagankumar

vi /etc/pam.d/login

auth required pam_securetty.so== 1st line
should be placed as required.if we change the option as
sufficient instead of required telnet can login as "root".

Is This Answer Correct ?    4 Yes 1 No

what restrict telnet for root itself but allow for other user ..

Answer / raju

Root can login through telnet session, but by default it is
disabled. You can enable by appending /etc/securetty file
open /etc/securetty using vi

#vi /etc/securetty

pts/0
pts/1

don't remove anything from this /etc/securetty , just
append your entr

Is This Answer Correct ?    6 Yes 3 No

what restrict telnet for root itself but allow for other user ..

Answer / sandy

By default root user is not allowed to login via telnet.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Linux AllOther Interview Questions

How to Trouble shoot performance issue in RHEL administration ? please give to one example

0 Answers  


How can i recover the linux system after it was crashed by step by step process..

3 Answers   IBM,


What are the differences between FTP , NFS , SAMBA servers explain separately.

0 Answers  


How to send automated email to a set of people at fixed time ?

3 Answers   Accenture, HP,


My root password has been changed, how can i enter into the system without root password?

6 Answers  






what are the default permissions for files and folders..?

8 Answers   IBM,


How to sort a file of size 2N bytes, if I have N bytes of memory?

2 Answers   Yahoo,


My Linux server in the two lan card one lan card is ok working but second lan card after restart daily lan card deactivate and then manual activate then properly working but after restart repeat this problem.(Fedora O.S.) Pls tell me solved this problem.

4 Answers  


In how many ways linux can be installed n explain th steps involved in installation in any of the method..?

1 Answers   IBM,


Tell me command which is use for create quota database in Linux.

7 Answers   Wipro,


someone already asked 'what is diff between unix & Linux' can I ask the same but more nuanced...I have 7 years app support of unix, have never seen Linux BUT need to bluff my way through in an interview i e say that I have use Linux. What are the most important things I need to know?

1 Answers  


Which directory is closer to the top of the file system tree, parent directory or current directory?

3 Answers  


Categories