How to know the name of the user who has uploaded a unix file?

Hello, say someone has uploaded a file on the unix server.Is there a way to know who has uploaded it(the username)?

Hi ,
You can use OPEN DATASET and CLOSE DATASET statements for it.
PLease let me know if you still need any more details.
Thanks and regards,
Rajeshwar.

Similar Messages

  • How to get a list of Local Users who has not logged in for 3 months or around 90 days

    hi
    i found this thread to pull out a list of local users
    Retrieve all local user accounts information on remote computers (PowerShell)
    however, i need to filter out users who has not logged in for 3 months or around 90 days, how can i do further filtering?
    i understand dsquery has an -inactive <xweeks> , however i am doing it for local accounts

    $ErrorActionPreference = "silentlycontinue"
    $([ADSI]"WinNT://$env:COMPUTERNAME").Children | where {$_.SchemaClassName -eq 'user' -and $_.lastLogin -gt (Get-Date).AddDays(-90)} | ft name,lastlogin
    using the sample from the link extendend with the 90 days criteria, the erroraction preference surpresses the errors you get for accounts with no lastlogon value (guest being a typical one)

  • How to disable via Group Policy - "Any user who has a password doesn't need to enter it when waking this PC"

    The setting can be found in the following location:
    From the “Charm” bar, Settings>Change PC Settings>Users>Sign-in Options> click the “Change” button next to “Any user who has a password must enter it when waking this PC”.
    I am looking to disable this option via Group Policy on our domain, but am unable to find a default policy related to this setting.  I am searching Group Policy on a Server 2012 machine, and in local Group Policy in Windows 8, but have found nothing. 
    Hoping I'm just missing the location of this and someone can point me to the right place.
    Regards,
    -BN

    There is no specific policy for this item. Please set “Require a password on wakeup” policy instead.
    Niki Han
    TechNet Community Support
    I'm using Windows Server 2012 R2, and I can't find the above quoted policy, and don't know where to anymore where to look. I searched for "Require a password when the computer wakes up", but it took me to the "Define Power Buttons and Turn On
    Password Protection" page of System Settings, but there's NOTHING there except the "When I press the power button".  I really want to stop having to enter a password every time I wake up the monitor screen.
    Capt. Dinosaur

  • How can I know the name of the file that the user has currently open ?

    Hello
    I'm developing a module for x3dv.
    http://hiperia3d.blogspot.com/search/label/X3DV%20Module%20For%20Netbeans
    I am going to add a button to open the files when I click it.
    I just need to know how can I know the name of the file that the user has currently open in the editor. What variable holds it in Netbeans?
    Thank you
    Jordi

    If you are using the JFileChooser to open the document, I would create another class with this included:
    //initiate class variables
    private File f;
    //create JFileChooser
    JFileChooser fc = new JFileChooser();
    fc.setMultiSelectionEnabled(false);
    fc.setFileSelectionMode(JFileChooser.FILES_ONLY)
    //set the chooser to initialise File f with the file selected
    int status = fc.showOpenDialog(null);
    if (status == JFileChooser.APPROVE_OPTION)
         f = fc.getSelectedFile();
    public File getFile()
         return f;
    }

  • How to know the name of the PC and the user?

    I must get the name of the PC, the User with i have enter the system, and the IP address.
    how can i get this information?
    Thanks.

    i don't know for sure, but try System.getProperty( someproperty ). maybe you can find a property you can use.
    otherwise you can write a dll in c++ an use it in java.
    native method forum:
    http://forum.java.sun.com/forum.jsp?forum=52
    tobias

  • How can i set a column which would show me the name of the user

    how can i write a trigger which would show me the name of the user now make changes in the table.

    872959 wrote:
    how can i write a trigger which would show me the name of the user now make changes in the table.I think what sb is trying to say is: if you mean the database user, you can use the USER session variable to identify the database user:
    http://download.oracle.com/docs/cd/E11882_01/server.112/e17118/functions227.htm#SQLRF06156
    you would write a before each row trigger to update an "updated_by" column on your table to be USER.
    e.g.:
    :new.updated_by := USER;

  • How can I keep the name of the user around for each JSP without asking user

    I have a number of JSP pages that I give the user access to once they login successfully. I want to be able to keep the name of the user present on every page without having to ask them for it each time.
    How can I do this? Currently I have a user object that is access through use of a request bean in my JSP's.
    Any suggestions???

    Thanks for the help. A few questions though...
    Can you just clarify how the 2 different SessionTest2.jsp's differ. I am right in thinking that the second one will instantiate a new bean object which if I do every time I go to the page, I will be getting the same name but in a different session each time. In the first SessionTest.jsp, I get the same name but from the same session object each time??
    Please clarify???
    SessionTest1.jsp
    <%@ page language="java" import="test.*" %>
    <jsp:useBean id="testBean" scope="session"
    class="test.TestBean" />
    <jsp:setProperty name="testBean" property="name"
    value="ZZZZZ" />
    <jsp:setProperty name="testBean" property="status"
    value="Married" />
    <%
         response.sendRedirect("SessionTest2.jsp");
         return;
    %>
    SessionTest2.jsp
    <%@ page import="test.*" %>
    <jsp:useBean id="testBean" scope="session"
    class="test.TestBean" />
    <%
    out.println("User Name is : "+testBean.getName());
    %>or SessionTest2.jsp
    <%@ page import="test.*" %>
    <jsp:useBean id="testBean" scope="session"
    class="test.TestBean" />
    <%
    TestBean testBean =
    (TestBean)session.getAttribute("testBean");
         out.println("Name is : "+testBean.getName());
    %>Hope this helps.
    Sudha

  • How do I change the name of my "User" name?

    I bought a used Macbook Pro. I hate my Home User name and can't figure out how to change it. Let me explain. When looking at the finder window at the botom it gives a path "Macintosh HD > Users > Abc123".
    How can I change "Abc123" to a name I like?
    Using Leopard 10.5.8

    I tried it and it sort of worked but didn't do what I needed. I am trying to change the name of the home folder but keep all its settings, desktop, etc. When I used the Advanced area and changed the path name and did a restart it gave me a fresh desktop like a new computer. All my settings were wrong, etc. I guess it did the same thing as if I had created a new account name but what I want to do is just change the path name. I guess if I do that it would screw up all my file paths since they probably would not automatically update to the new path name, huh?

  • I have Lion software installed on my IMac (purchased IMac 2008). I need to know the names of the updates since Lion, and how to get them. Thanks,  Don

    I Need to know the names of the updates after Lion and how to get them.  Tanks,  Don

    Back up your data and download Mavericks from the Mac App Store. You don’t need to buy Mountain Lion to do this.
    (110438)

  • How to schedule background job under the name of other user?

    Hello
    I need to schedule ABAP program (Se38) for background run under the name of other user (BW-ADMIN).
    Can somebody tell me how to do it. I dont see this option (change user name) anywhere in SE38.

    Hi,
    You should try scheduling it using sm36.
    Here you can change the user.
    Thanks
    Ajay

  • How to know the name of the local PC

    Hi all,
    Is there a way to find out in an ABAP program the name of the local PC from which the user is running this program? (it runs in foreground)
    An user can be logged on from several PC's at the same time so we need to know exactly from which PC he's working...
    thanks,
    Ioana

    Hi Ioana,
    I hope you had a chance to look at my answer to your VB script/Word template question... (I think it may be a cleaner way of solving your problem)
    Anyway, to answer this question, try the following:
    * Include at the top of your program:
      INCLUDE RSUSRCOM.
      INCLUDE TSKHINCL.
    * Direct kernel call to get user data.
      call 'ThUsrInfo' id 'OPCODE' field opcode_list
        id 'TAB' field usr_tabl-*sys*.
    * The table usr_tabl-*sys* will be populated with a list of users
    * and the terminal they are logged on with.
    This is quite a technical solution, and as its a direct kernel call, it may not be very upgrade compatible, but it will provide the data you are looking for.
    Cheers,
    Brad

  • How to get the name of the city and state of the current location of the user

    Hi all
             i need to get the name of the city and state (full address) of the current location of the user.
    need help.

    The best way to do this is to put the monitor name as a property bag in the script and pass that to your event details. Otherwise, we're looking at querying the database each time the monitor generates an event, and this is overhead that is really not
    necessary. The other option, which is just even worse in terms of performance, is to use powershell to query the SDK for the monitor name. Both of these options are not going to be a good solution, because now you need to implement action accounts that can
    either query the database or the sdk.
    Jonathan Almquist | SCOMskills, LLC (http://scomskills.com)

  • Anyone know how to change the name of the PDF after it's submitted via the "submit e-mail" button?

    Forgive me if I'm posting in the wrong section -
    I'm using Live Cycle v8.0 and I would like to know if I can change the name of the PDF that is being submitted via emai?
    For example -
    When I submit the form now it is named (12345abcd12345.pdf) and I would like it to read something like (memberapp.pdf)
    Any tips?

    I figured it out...thanks to anyone who may have been helping.

  • I know the name of an object - how do I get the name of the object that contains it?

    If I have a Movieclip, I can trace the name of the Movieclip
    that contains it using the _parent property.
    With a generic object, is there a way to trace the name of
    the object that contains it?
    Please, please tell me - this will be a huge help.
    Thanks

    Thanks for these comments - my problem isn't with MovieClips.
    I need to know if there is something which is the generic Objects
    equivalent to the MovieClips _parent property.
    Here's some code that hopefully will help explain further:
    class MyClass extends Object {
    var myObject:Object;
    function MyClass (){
    myFirstObject = new Object();
    myFirstObject.theParent = this;
    private function getNameOfParent(p_object:Object){
    // Some code to return the name of the object that contains
    p_object
    trace(p_object.__proto__); // Output: [object Object]
    trace(p_object._parent); // Output: undefined
    trace(p_object.theParent); // Output: [object Object]
    return ???
    public function doSomething(p_num:Number){
    var parentName = getNameOfParent(myObject);
    // do some more action...
    Timeline code:
    var myClass1 = new MyClass();
    myClass1.doSomething();

  • How to change the name of the user of the iphone?

    I have bought a used iphone and want to change the name of the iphone from the old users name to my name. Where do I set this setting?

    Select it in the iTunes source list, click on its name, and type a new name.
    (47169)

Maybe you are looking for

  • Use TLS instead of SSL in Oracle AS WebCache 10g (10.1.2)

    Hi, We use Oracle AS Webcache as a reverse proxy for all our OAS/ADF web applications. Our sysadmin blocked SSL v3 icw POODLE vulnerability. Is there any way we can use TLS (1.2) instead of SSL in the Oracle Webcache 10g? Many thanks, Abraham

  • How to set fixed MinimumFractionDigits

    Hello Friends, I wanted to set decimals always in xxx.00 format irrespective value of decimal.How to insure that there will be always two decimal places present? Thanks,

  • How do you save a circuit built in multisim as a previous version

    I recently purchased EWB multisim 10 to augment my course work.  The problem I am having is that the University that I attend has an older copy of multisim and while I can run projects built in class on Multisim 10, If I build a circuit at home I can

  • Export pdf from adobe reader

    Hello, I have a question about the export pdf feature in adobe reader X. I saw that this feature costs 19.67 each year but it doesn't say if that is for 1 user or multiple. So my question is, Do you need to buy an account for every user, or can multi

  • PSElements & Macbook pro Retina Display - suggestions please

    Can anyone suggest some software similar to Adobe Photoshop Elements which will work well on my Macbook Pro with retina display? When I see the reviews for the latest version (Elements 12)  on App store it sounds as though it doesn't work on the reti