How to set a welcome message for a user when he is login

in my server i am creatin a user "john" in solaris10 box when ever he logins in to the server he should get a message like "welcome john" what is the option to set the message ....
how can i set a welcome message for a user in solaris
please guide me the process how i can do
Thanks in Advance

THANK YOU FOR YOUR REPLY
i have checked it out in /etc/motd
its working fine but the message is coming for every user when they login
i want message lilke
if john is looged in
than message like "welcome john"
can u please tell me the procedure where to change in /etc/profile and /etc/.login

Similar Messages

  • I need to set up 12 iPad 3s to train groups of teachers in one-day workshops.  Any suggestions as to how to set up the iPads for multiple users?

    I have 12 iPad 3s that I want to set up to train multiple groups of teachers on in anticipation of purchasing classroom sets eventually.  I am looking for suggestions in how to set up the iPads to be used by multiple users.

    Managing Multiple iPads/iPods in a School Setting
    http://courses.moodleshare.com/course/view.php?id=162
     Cheers, Tom

  • How to set a common page for all users after loging on?

    hi all,
    Now "My Dashboard" is the default page after logon.
    i want to set a default home page for all users. users can see the home page after loging on.
    how to change the default dashboard from "My Dashboard" to "Home page" for all users?
    thanks,
    dan

    Hi,
    Steps:
    Tried to set default dashboard for all the users.
    1. Created a session init block
    2. Used data source as select '/shared/SH Test/_portal/Test1' from dual
    3. Assigned this value to PORTALPATH session variable
    4. In Presentation services > Administration > My account > Default dashboard should be set to 'default'. Then only the dashboard specified in init block will be displayed otherwise My account will override the init block.
    5. Save the changes made to rpd.
    5. Logout and relogin to see if it is working fine. it is working perfectly fine.
    For details please refer the GSC replication document. But it is for all the users.
    if customer would like to have user/group based home page.
    1. They may need to have 2 separate tables.
    i. Group_path_tab with 2 columns. Group_id, portal_path
    Have group wise portal path for all the groups
    ii. User-group map table
    Group_id, Group_name, user_id
    User should be part of some group.
    2. Then in the init block write the sql should be something like this
    select A.portal_path from Group_path_tab A, User_group_map B
    where B.user_id = :USER
    and B.Group_id = A.Group_id
    SO based on USER session variable, it will try to identify the group and then the portal_path.
    Finally assign this value to PORTALPATH session variable.
    ref:
    http://total-bi.com/2011/01/obiee-11g-change-default-dashboard/
    Thanks!

  • How to set mozilla firefox homepage for all users in windows 7?

    I want to set same homepage for all users in windows 7.

    You can use a mozilla.cfg file in the Firefox program folder to lock prefs or specify new (default) values.
    Place a local-settings.js file in the defaults\pref folder where also the channel-prefs.js file is located to specify using mozilla.cfg.
    pref("general.config.filename", "mozilla.cfg");
    These functions can be used in the mozilla.cfg file:
    defaultPref(); // set new default value
    pref(); // set pref, but allow changes in current session
    lockPref(); // lock pref, disallow changes
    See:
    *http://kb.mozillazine.org/Locking_preferences
    *http://mike.kaply.com/2012/03/16/customizing-firefox-autoconfig-files/

  • How to set the default settings for all users in 11.1.1.3

    I have couple of questions
    1. How can I change the default setting for all the users so that whenever they log in the planning takes them to the Task lists mode. Or is this a one time thing which they need to do individually ?
    2. How can I set the defalut setting for all the users so that they can see the same page when they log into Workspace ?

    For workspace have a read of - http://docs.oracle.com/cd/E12825_01/epm.111/bpmui_admin/assigning_default_preferences.html
    For planning you can't really set it without hacking tables.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to set an alerting substitution for another user as admin?

    Dear experts,
    having the case on of our employees went on vaction without entering a substitution for his alerts.
    How can I as an administrator setup a substitution for the alerts of this user?
    Thanks in advance,
    BR Matthias

    No ideads around?

  • How to set password never expires for a user?

    Hello,
    I can't seem to find in the Administrative Console a place to enable "Password never expires".
    I know that if I edit the USR_PWD_NEVER_EXPIRES field in the OIM DB and put the value '1' it will work.
    However, I'd like to know how and if it is possible to activate this option on a user via OIM.
    Thanks in advance,
    Tomic

    Hi,
    Now I got it.Try this one.
    In FormMetaData.xml you will find.
    <Attribute name="-13" variantType="String" dataLength="1" map="Users.Password Never Expires" />
    Modify it to.
    <Attribute name="-13" variantType="String" dataLength="1" displayComponentType="CheckBox" map="Users.Password Never Expires" />
    Add this in.
    <Form name="3">
    <AttributeReference editable="true" optional="true">-13</AttributeReference>
    I never need this but I hope above will work.
    About disabling the resource I have few suggestion for you.
    1.You can have your password policy consistent across the resources you are integrating in OIM.
    2.Write an entity adapter so that when ever password is expired then can disable all provisioned user.
    3.Alternatively you can also write a schedule task which will check for password expire date and disable the resource.
    4.You will also need to enable the resources when password is changed.You can catch change password event through event handler or entity adapter.
    Please let me know if you have fllow up questions.
    Regards
    Nitesh

  • How to set up file sharing for outside users

    Hi can anyone help me,
    I am pretty new with this.
    I want to share files outside of my netwerk with my osx lion server.
    I tried ftp but when i log in it says permission denied login failed code 530.
    Can anyone help me how to share my files proper or get my ftp to work ?

    Hi
    http://manuals.info.apple.com/en_US/FileServerAdmin_v10.6.pdf
    Bottom of page 40 and continue onto page 41.
    HTH?
    Tony

  • How to set the applications private for each user?

    I created different users in a single work space. I want the applications of each user to be private so that the applications of one user should not be viewed by others.
    Can any one suggest me .....

    So, the term "user" was used in the context of "Application Developer".
    The idea behind Apex Application Builder is Team working and therefore you have features for team working. You want to go the reverse way for your reasons.
    The only way I am aware of is to create separate workspace for each of the developers. This way each developer sees only his / her applications in Application Builder. If the developers use the same db tables/views then you will have to assign the schema that holds the data to each of these Workspaces.
    But if you want to ensure that developers do not even see each other's data then they you have to keep the data also separate.
    While doing all this just do not forget that some day the applications have to be deployed and end users have to access it !
    I am not aware of any other mechanism to isolate developers.
    Regards,

  • How do I send multiple credentials for a user when he/she connects to iTune

    I want to be able to send multiple credentials when a user connects. For example, all students will get a generic student credential and may have one or more more specific credentials for access in certain sections or course pages. I presume I can send multiple credentials but haven't found a how-to. Since the credentials are strings, I presume all I need do is concatenate them to send them all at once. What is the delimiter character so that iTunes can parse it?
    Thanks,
    Rob

    Yes, you can send multiple credentials in an iTunes U URL request. The delimiter is the semi-colon.
    So, let's say you want to send two credentials ...
    Student@urn:mace:itunesu.com:sites:hogwarts.ac.uk
    Student@urn:mace:itunesu.com:sites:hogwarts.ac.uk:potions3yr
    your token string would have the following "credentials" token ...
    credentials=Student@urn:mace:itunesu.com:sites:hogwarts.ac.uk;Student@urn:mace:i tunesu.com:sites:hogwarts.ac.uk:potions3yr

  • How to trigger and change password for AD user after form based login

    Hello,
    We are authenticating against Active Directory with Weblogic 10.3 using FORM based security. Everything is working. I need to now change a password for an authenticated user. For example, I have set a user to have their password expire on next logon from the AD side. The user logs in but somehow I need to trap some info from Active Directory (or an LDAP conversation) to figure out if I need to force the user to change password.
    Do I need to start looking at custom code with LDAP Java SDK's or can I use a canned MBean from Weblogic Server.
    I am looking at http://www.mozilla.org/directory/ for LDAP.
    Can I set/reset an AD user's password with an MBean like the following link?
    http://download.oracle.com/docs/cd/E13222_01/wls/docs92/javadocs/index.html?weblogic/management/security/authentication/UserPasswordEditorMBean.html
    If anyone has any experience with this or can point me in the right direction let me know.
    If anyone else is interested please add to the tread and I'll be sure to keep the found solution(s) updated here.
    Thanks...........
    JJ Everett

    Hello JJ
    Please see document ID 403484.1 in http://metalink.oracle.com. This may help to understand what you are aiming to do. Cheers
    -- Nathan

  • How do I set the default welcome page for PUBLIC user

    gurus,
    i'm using -
    Oracle 9i Database
    Oracle 9ias Portal Release 2
    QUESTION => how do I set the default welcome page for the PUBLIC user.
    i did the following to achieve this -
    1. logged into portal
    2. clicked on builder
    3. clicked on administer tab
    4. selected PUBLIC user in the Portal User Profile portlet
    5. went to the preferences tab
    6. in the default home page selected a custom page group
    7. logged out of portal
    8. open a new browsere session
    9. type the portal URL and i get the login page ....??
    i'm unable to understand this behavior ... shouldn't i be getting the page group that i set for the PUBLIC user in step 6 above ....
    the second QUESTION is => when the user logs out he/she should see the PUBLIC page set in step 6 above ... but, instead the user sees a page that is as follows -
    Partner Application Name Logout Status [Logout Status]
    Oracle Portal (portal) logout status
    The SSO Server (orasso) checkmark
    buzz.resva.trw.com:7778 checkmark
    infrastructure.happy.resva.trw.com checkmark
    portal1.buzz.resva.trw.com checkmark
    portal2.sylvester.resva.trw.com checkmark
    sylvester.resva.trw.com:7778 checkmark
    so, how can i set the default page for the PUBLIC user and also a page when he user logs out.
    ideas anyone ....?
    thanx a bunch.
    hero

    Hi,
    The sequence of operation you are doing to set the home page for public users is correct. You are getting the login screen as the "custom page group" selected as "home page" has not been granted to public.
    Also, while logging-out, it is normal behaviour to get the screen where it shows the list of partner applications from where user has been logged-out. When you click on "Return" button, you will get to the "home page" set above.
    Hope it clarifies the things.
    Regards,
    Ved

  • How to set auto delete option for old messages

    Hi All,
    Can any one help me on how to set auto delete option for mails older than 15 days from my Z10.
    James Kurian

    There is no such option in BB 10.
    However, you can achieve a similar result by setting your email sync timeframe to 14 days (the closest option).
    If you are using an ActiveSync account (such as Hotmail, Outlook.com), go to Settings > Accounts > select the account. Tap advanced at the bottom of the screen. Scroll to the very bottom, tap Sync Timeframe and set to 14 days.
    If you are using an IMAP account (such as Gmail or GMX), you will have to delete, then re-add your account.  The Sync Time frame is only avaialble during setup for these accounts.  When adding, tap advanced at the bottom of the screen and set the Sync Timeframe.
    Hope this helps.

  • How to set up automatic payment for the purchase order

    Hi, All,
    I have one question how to set up automatically payment for the Rent Office purchase Order?
    There is the requirement from the client. They want to create one kind of purchase order for the Office Rent, then pay the fees in the certain time of every month to the vendor for the rent fees without any invoice. Whatu2019s the normal solution for this kind of purchase order? Is it ERS? Or something else?
    Please give me the details and business flow. Also please tell me how to setup in the SAP and T-code.
    Thanks in advance

    Either you can set up ERS or you can pay directly from the FI side.
    Prerequisites
    Evaluated receipt settlement must be flagged in the purchase order item.
    The vendor must be flagged as being subject to ERS in the vendor master record.
    The goods receipt must refer to a purchase order.
    Goods-receipt-based Invoice Verification must be defined for the purchase order item.
    A tax code must have been maintained in the purchase order item.
    The order price of the materials may not be an estimated price.
    If you flag a vendor as being subject to ERS, the system sets the ERS indicator as a default in each item when you create a purchase order for the vendor. You can prevent this happening for certain vendors by flagging the info record for the material and the vendor as not being subject to ERS.
    In Purchasing, you can delete the default ERS indicator in a purchase order item.
    Choose Logistics Invoice Verification ® Automatic Settlement ® Evaluated Receipt Settlement (ERS).
    The selection screen appears.
    You can use the following criteria to narrow down selection of the transactions to be settled:
    Company code
    Plant
    Goods receipt posting date
    Goods receipt document
    Fiscal year of the goods receipt
    Vendor
    Purchase order and order item
    You can define the selection criteria for the invoice documents by:
    Delivery
    Purchase order
    Purchase order item
    Goods receipt document
    Credit memo
    Invoice
    Currency
    Choose  Execute.
    The system issues a log for Evaluated Receipt Settlement, which displays the following:
    Settled
    In line with your selection criteria, the system displays all the order items that were settled (or if you are working in test mode, which would have been settled).
    Could not be settled
    In line with your selection criteria, the system displays all order items for which ERS is defined but could not be settled. It also lists the reasons.
    If the system reports being unable to invoice a transaction, you should exclude the transaction from ERS to avoid it being included in the log the next time ERS is run.
    Select the item and choose Exclude from ERS.
    The system also generates and possibly sends a message to inform the vendor(s) about the transaction settled, depending on the settings in Customizing.
    You can display the following environment information for the order items selected. To do this, choose Goto ®:
    Display purchase order
    Display invoice
    Display material document
    Display long text

  • Send portfolio how to customize adobe welcome screen for shared porfolio. (Opening the link forces the recipient to a downright ugly irrelevant and dead advertisement rather a related cover page)

    send portfolio- how to customize adobe welcome screen for shared porfolio ?(Opening the link forces the recipient to a downright ugly irrelevant and dead advertisement (appropriately titled "branding logo.png) rather a related cover page)

    Hi nedler1,
    Please try the following steps to display the cover sheet and replace it with custom one:
    How to change a portfolio’s initial view setting to show the cover sheet (and hide the contents):
    Open a PDF portfolio and run the following JS in the console:
    this.collection.initialView = 'Hidden';
    Save the portfolio, close and re-open.
    The cover sheet will now be displayed when opening the portfolio.
    Updating the cover sheet
    Also, most likely if you want the coversheet displayed when opening the portfolio, and do not want the default cover sheet:
    Here are the steps to replace the default cover sheet:
    Open the Portfolio.
    Perform a View > Portfolio > cover sheet to open the cover sheet.
    Open the Pages panel for the cover sheet.
    Right click on the cover sheet page in the pages panel, select “Replace Pages”.
    Replace the cover sheet page with the desired cover from a page in another pdf.
    Save the portfolio.
    Regards,
    Rave

Maybe you are looking for

  • I am having a problem with hyperlinks in Pages...

    I have created a document with a list of hyperlinks to other Pages documents. They work fine until I leave and come back a day later...then all of the hyperlinks appear to be broken. They still look and act like hyperlinks but when I click on them th

  • Error message: "iTunes was unable to load data class information from Sync Services. Reconnect or try again later."

    I'm getting this error message: "iTunes was unable to load data class information from Sync Services. Reconnect or try again later." Later has come. What does it mean? How can I sync my iPad? Thanks

  • Recruitment: Problem with Program Symbols

    Dear friends, I am facing a big problem in creating a standard text. I create a new infotype named "Interview infomation" - IT9011.In this infotype has filed BETRG is used to record expect salary. After that , I create a standard text in So10. IIn th

  • "Get connected" for the dummies please!

    Hello, I bought this Palm TX more than a year ago and although my numerous efforts, still can't get connected to the internet. Would anybody tell me how to get connected in simple steps please? Please note the following: - My laptop uses Windows Vist

  • Typeahead with a busy Application

    Hi, I hava a java application with a single thread server and a mullti thread client. It works only when I make the client busy implemented with a visible glasspane. Then go all events to the glasspane. How can I implement the typeahead that all even