This is a discussion on User Admin questions within the Linux Administration forums, part of the Linux Forums category; Greetings, I am looking for help with a user account set-up. Does anyone know how I can banner or ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Greetings,
I am looking for help with a user account set-up. Does anyone know how I can banner or scroll the users group information on the screen at login time? Do I need to add something to the /etc/profile ? All input will be most useful. Thanks again, Hector |
|
|||
|
"Harley" <harleyrci@earthlink.net> wrote in message
news:7deab804.0402051812.2c2d3e3d@posting.google.c om > I am looking for help with a user account set-up. Does anyone know how > I can banner or scroll the users group information on the screen at > login time? > > Do I need to add something to the /etc/profile ? All input will be > most useful. That would be a reasonable choice, bearing in mind that any changes to /etc/profile will affect all users. You could for instance add some such line: echo -e "You are currently a member of the following groups:\n`groups`" tony -- use hotmail for any email replies -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 100,000 Newsgroups - 19 Different Servers! =----- |