How to know last command used in solaris

Dear Friends,
We have a Solaris 8 server. Someone changed ownership of files. Is there any way to find out who logged in the server & changed ownership ? ?
last command is not giving much information . Since /var/adm/lastlog is in binary format I am not able to read it's contents.
Requesting to help me out.
Regards,
Tejas J Raval

You can also check the history of a particular user. By instance, if it use bash, check this file :
~/.bash_historyand check his :
~/bash_loginand :
~/.bashrcbecause he has perhaps some special feature, like to set his history in an other file by instance.

Similar Messages

  • How to know last access date for the schema's

    Dear all,
    could u plz tell me How to know last access date for the schema’s
    Regards,
    Srinivasa rao.P

    Srinivas,
    could u plz tell me How to know last access date for the schema’s
    In Oracle, we don't access schemas but schema objects.And this informationis not kept anywhere persistantly.As Amit also mentioned,if you do need it,you have to enable Auditing.
    Aman....

  • How to get last column used in report sorting?

    hi,
    how to get last column used in report sorting?
    simon

    How to identifiy which column was sorted having different reports on page?
    just use:
    'YOUR_STATIC_REGION_NAME' instead of p_static_id,
    :APP_ID for p_app_id,
    :APP_PAGE_ID for p_page_id
    :APP_USER_ID for p_app_user.
    and dont forget to grant SELECT on #OWNER# to APEX_030200.WWV_FLOW_PREFERENCES$
    good luck and thank you Juergen.Schuster
    Simon

  • How to know database is using pfile or spfile?????????????

    Hi Guru's
    how to know database is using pfile or spfile?????????????
    THanks

    select decode(count(*), 1, 'spfile', 'pfile' )
    from v$spparameter
    where rownum=1
    and isspecified='TRUE'
    OR
    SELECT DECODE(value, NULL, 'PFILE', 'SPFILE') "Init File Type"
    FROM sys.v_$parameter WHERE name = 'spfile';
    Regards
    Girish Sharma

  • How do know which services use up my data on my tablet? 2:How can I avoid this?

    How do know which services use up my data on my tablet? 2:How can I avoid this?

        @mwbail2,
    Great question! Managing your data usage is definitely important. You can view what apps are using data by going to Settings and then Mobile data on your phone. There is will show you the apps using data.
    If you want to avoid the data usage on the apps you want to make sure you close out the apps when not in use. You can also make sure that they are not automatically updating whenever there is a new update to the app. To do this simply go to the Play Store and select Menu. Then go to Settings and there you will see the option to change the auto update to update over wifi only.
    If you want to complete turn off data, just go to Settings and then mobile network and turn it off. Keep me posted if you need further assistance.
    JohnB_VZW
    Follow us on Twitter @VZWSupport

  • How to know the tables used in a program?

    Hi,
    Please tell me, how to know all the tables that have been used in a program?

    Hello Vijay
    Have you had a look at fm RS_PROGRAM_TABLES already?
    See also tables from prog
    Regards
      Uwe

  • HOW TO KNOW SORT KEY USED IN CURRENT HOLIDAY CALENDAR

    Hi Experts,
    Could you please let me know how to know the sort criteria used in current Holiday calendar??
    Any easiest method please let me know.
    I know one way which is going to Public holidays and see where used but if there is any other way please do let me know.
    Regards,
    Vamshi

    Hello,
    Sort Key :Helps to group together all public holidays valid for a country. It is a 3 character key and I recommend its naming convention to be Znn where nn stands for country grouping. Hence, the sort keys for public holidays for Australia, India, New Zealand will be as shown below:
    Australia        -        Z13
    India             -        Z40
    New Zealand  -        Z43
    Read this blog for more info
    http://scn.sap.com/docs/DOC-52366
    Thanks

  • How to Identify Last  Command Issued by user??

    Hi Everybody,
    I need to create a form in which the current state of the form depends upon the last command issued by the user.
    Suppose if user clicks 'delete record' or 'insert record' or 'enter-query' or something else.
    So, how to identify the last event executed by the user.
    Any suggestions...
    Thx in advance,
    Raj

    You can write something into a Form parameter in the POST-INSERT/UPDATE/Query triggers.
    Then you can check the value of this parameter when needed.

  • How to place multiple commands using lcdui package?

    I want to place multiple commands using lcdui package. I find that if I use more than 3 it becomes a menu item. How to circumvent this?
    With regards,
    Amin

    i dont think you would be able to do this because of the screen size and also because all the cell phones only provide back,exit & menu buttons to program.so thats why you need to place the commands in the screen if the number of options are more.

  • How can I execute command passwd in solaris with Java (ProcessBuilder)

    Hi all, my problem is that I want to change the user password in solaris 10, but from a Java programm, I was trying with ProcessBuilder but I don't know how insert the new password, Who can help me?

    I'm not sure, but I think passwd is one of those programs that only lets itself be run interactively from a terminal.

  • How to know the tables used in an Extractor?

    Hi Friends,
    Is there any method to find out the underlying tables used in an extractor?
    For example , 2LIS_11_VAITEM datasource uses tables  VBAP and VBUP( item status). For LOs we can see it in Lo **** pit. So If any extractor uses more than one table ..then how do you see those?? . If it is generic ds which is based on Functional Module, then what is the procedure other going into table tab.
    Actuall i would like to know for DS of FICA Open items 0FC_OP_01 .
    Thank in advanace
    Murthy

    Hi If it is LO extractor:
    Use transaction code LBWE  in the R/3
    Go to the extractor for which you want to see the data( Logistic app->Extractors)
    Go to maintenance
    You will get an option to update just click yes and then you will get option to create request.Just check the display, it will lead you  top the window where you can see where all the fields are and from which table it is available.
    check the Roberto's blog:
    /people/sap.user72/blog/2005/09/05/sap-bw-and-business-content-datasources-in-pursuit-of-the-origins

  • How to know the memory used by db

    Hi,
    Is there any transaction which tells me the exact memory used by Db (MS SQL)?
    If not is there any utilities I can go in and find out the Db memory used?
    I remember seeing the screen which says:
    Server
    Memory Available MBytes = xxxxx
    How can i get this? I dont know how to get to it, but i know its possible.
    Thanks

    Hi,
    Actually I suppose that, we cant definitely say that how much memory the database is using because, the frequently used tables are always buffered and less frequently used table are not buffered or partially buffered.
    However when a table is accessed, it brought to the buffer and then only seen in the GUI. Suppose consider an instance, some tables are accessed once a month or once a quarter, during that time it buffer used by the total number of tables will be more. than the normal instances.
    Regards
    Sudha

  • How to know last updated date of screen

    Dear all my friends,
    Please help to show me : How can i know which screen has been updated by when ?
    or help to show me the table name which contain all screen in system with creatation date and last updated date.
    many thanks

    hi, go to the attribute tab. you can see there when it was last updated.
    hope this helps.
    best regards,
    benedict

  • How to know i'm using offical lion or GM version ?

    Hello everyone,
    I bought Mac os x lion , but i couldn't download it from App Store ( Low download speed )
    so , after search , i found it in a torrent file
    I mean , i download mac os x lion from a torrent file ,
    And installed succesfully,
    Now i'm asking that how can i know that i'm using offical mac os x lion version ? or GM ?
    Thanks,
    Jaber S.

    Quick question here: if you can download something from a torrent website that has a 3.49gb file for Mac OS X lion on it but you say you cant download it from apple cause it will take to long even tho the same download. why not just do it at like 9 pm and wake up at 8 am and just be like ok done.
    what most likely will happen is you wont be able to update the software due to mac osx lion is downloaded through the mac app store and that is where apple is heading for all there stuff. so be warned that there is a big chance you wont be able to update your software.
    PS: as for the people who buy it on a usb flash drive from apple in august they will most likely get a redeem code they have to use in the mac app store to tell apple that user: ilikethissystem has bought OS X 10.7 from apple store on a USB flash drive and they're a real user and paid for the software.
    this would allow torrent users to not be able to give out free software that Should be paid for.

  • How to know which sim used

    2day my nokia mobile losed.how cen i know which using on my mobile

    you will need to contact your network carrier, and notify the police in your country that your phone has been lost/stolen.

Maybe you are looking for