MOTD File?


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users MOTD File?
# 1  
Old 02-04-2002
MOTD File?

Anyone know how to change the location of the MOTD file from the default /etc/motd?

An annoying person with root access has found out how to edit the file and change my MOTDs.

Help me.
# 2  
Old 02-05-2002
What OS are you using?
If it's Linux, you can attempt to deter him using attributes...

Otherwise, restrict his access...
# 3  
Old 02-05-2002
if he has root access he can do much more than this... find him one way or another... start by changing the root password...
# 4  
Old 02-05-2002
MoTD

If you are the System Administrator then you should change the root password and keep it a secret from the users. For reasons of security, I would suggest that root password should be changed at regular intervals (say, once a month) or if an unauthorised person needs to gain temporary root access, change it and give them the CHANGED root password then change it back when they are finished.

If you have a Solaris sytem, you could set the system up so that only the console can log in as root then set up 'su logging'. Then anyone who wants to go in as root will have to 'su' to root at which time a log of the user entering root will be put in /var/adm/sulog. You should be able to find out which user is doing it, if you don't know, and you'll have evidence of them gaining access to root (through 'su').
# 5  
Old 02-05-2002
Running Mandrake, but to be honest I'm taking a class and the teacher saw fit to give most of the users root access. =/ So changing the password is out of the question. Thank you for the replies. =)


Edit: My reasoning though was, that there's more than likely a single line of code in the login script, that points to /etc/motd as the message of the day file. Might anyone know how to change this?

Last edited by Rex00me; 02-05-2002 at 10:08 AM..
# 6  
Old 02-05-2002
Try this, it's most likely to throw off a semi-beginning user:
(as root)
# chattr +i /etc/motd

This makes the file "immutable" (sp?), so it cannot be changed, deleted, linked to, etc... even to the root user, I believe. This is, of course, until he figures out why the access will be denied, and runs chattr -i /etc/motd as root...

see the man page for chattr and lsattr for more info.
# 7  
Old 02-05-2002
I thank you much sir.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

From where does motd data comes?

Hi, I am using Ubuntu 10.04 desktop and whenever I login to the xterm terminal through ssh, I am getting the following motd (message of the day) info. Linux desktop 2.6.32-28-generic #55-Ubuntu SMP Mon Jan 10 21:21:01 UTC 2011 i686 GNU/Linux Ubuntu 10.04.2 LTS Welcome to Ubuntu! *... (1 Reply)
Discussion started by: royalibrahim
1 Replies

2. Solaris

MOTD Display

Hi all, Wish to check which setting is set to display the MOTD AFTER successful password verification. I am logging in via a 3rd party ssh tool tectia. Eg. Login: password: OS Prompt> Thanks Eugene (5 Replies)
Discussion started by: srage
5 Replies

3. Linux

Motd

In which login startup script is the motd displayed? Red Hat 4AS As I understand it, upon login (bash) it hits /etc/profile ~/.bash_profile ~/.bash_login ~/.profile I went through the scripts and the associated scripts (/etc/profile.d/*.sh) but don't see where it's being displayed... (5 Replies)
Discussion started by: BOFH
5 Replies

4. UNIX for Dummies Questions & Answers

Motd

Does anyone know how to get the IP Address of the connecting client to apear in the MOTD I am new to linux and I was wondering if this was possible thanks in advance. :D :confused: :D (4 Replies)
Discussion started by: DragonLenage
4 Replies

5. UNIX for Dummies Questions & Answers

/etc/motd

Hi I do get the message of the day upon logging in to my machine(Solaris 9). I do NOT have a .hushlogin file in my home directory. Any ideas :-) (7 Replies)
Discussion started by: run_time_error
7 Replies

6. Shell Programming and Scripting

replacing old motd with new motd

I need to replace the current /etc/motd text file with a new motd across 30+ servers. Which is the best way to do this? Shell script? sed? Does anyone have an example I can use? Thanks in advance. Unix people are the best!!! :) (2 Replies)
Discussion started by: antalexi
2 Replies

7. UNIX for Dummies Questions & Answers

Dynamic MOTD

Hello all, I'm looking for a way to have motd display something different when users log in based on what groups they belong to. I'm network administratinng at a college and professors would like to have different posts come up to students when they log in based on the different classes they are... (1 Reply)
Discussion started by: hoppese
1 Replies

8. UNIX for Dummies Questions & Answers

Linux help on X and motd

Hie guys im new to Unix. Need some advise or favour perhaps. Iam running Red hat Linux 7.2 and as soon as i install with GUI and so done, i reboot the system. After i reboot it directly went to the GUI login. I able to login and do my stuffs. My question is how to hold the system not to directly... (4 Replies)
Discussion started by: ###1tomato
4 Replies

9. UNIX for Advanced & Expert Users

motd for different users

Hi, I was hoping to get some help on this question: I have different groups of users logging into our servers and I would like to set it up so that when they login they could get an update from the motd. How do I set it up so that I can have one group see a different motd than the system... (1 Reply)
Discussion started by: vancouver_joe
1 Replies

10. Cybersecurity

Editing motd

Hie. Im having a problem editing the motd ( message of the day ). I tried to edit the file /etc/motd but its end up with nothing. I find out the directory /etc/motd is in rw- r - r i changed it to executable rwxw-rw-r but having same thing no changes in the motd. Anyone having any idea how to... (3 Replies)
Discussion started by: killerserv
3 Replies
Login or Register to Ask a Question