Thursday, March 26, 2009

Customizing Your Login Message With /etc/issue

If you are bored with same login message at Linux console,
you can change it by changing /etc/issue file.

# clear > /etc/issue
# echo "This is Mitesh's Machine." >> /etc/issue

Even you can provide other details of your system, by using
single alphabet given here.

# echo "\d \m \s \v" >> /etc/issue

No comments: