Closed Thread
Results 1 to 10 of 10

Thread: Find out who logged into my system?

  1. #1
    BigLinux is offline Learning Programmer
    Join Date
    Jun 2009
    Posts
    46
    Rep Power
    0

    Find out who logged into my system?

    Is there any way to find out if some user, a non-root user logged into my system remotely (using rsh, rxterm or SSH) within say, the last 24 hours? I do not have root permissions on my system.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest

    Re: Find out who logged into my system?

    I'm not sure if you can determine within the last 24 hours, without being root and able to look at log files, but you can use the "who" console command to see who is currently logged on via which method.

  4. #3
    BigLinux is offline Learning Programmer
    Join Date
    Jun 2009
    Posts
    46
    Rep Power
    0

    Re: Find out who logged into my system?

    So I can only see current ones, I can't see some log file unless I'm root? What is so important about logs that only roots can see?

  5. #4
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Find out who logged into my system?

    Logs contain EVERYTHING, with no form of filters. The ability to view the logs could circumvent other restrictions that you have in place.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  6. #5
    BigLinux is offline Learning Programmer
    Join Date
    Jun 2009
    Posts
    46
    Rep Power
    0

    Re: Find out who logged into my system?

    As in.. viewing logs will give you the ability to overcome restrictions? *.*

  7. #6
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Find out who logged into my system?

    Depending on what's in the logs, yes.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  8. #7
    ikonia is offline Newbie
    Join Date
    May 2009
    Posts
    24
    Rep Power
    0

    Re: Find out who logged into my system?

    if the user has permission logs can be changed, but that doesn't mean they are worthless.

    a "who" and a "last" command will give you an idea of who has logged in.

    look at your securtiy log file for remote access, on a Redhat based system RHEL/Fedora/Centos etc look at /var/log/secure

    give us some info on the distro you're using and we can go a bit deeper.

  9. #8
    BigLinux is offline Learning Programmer
    Join Date
    Jun 2009
    Posts
    46
    Rep Power
    0

    Re: Find out who logged into my system?

    But Winged said I don't have permission to view logs.. since I'm not root

  10. #9
    ikonia is offline Newbie
    Join Date
    May 2009
    Posts
    24
    Rep Power
    0

    Re: Find out who logged into my system?

    totally missed the part that you said you didn't have root permissions to view the logs.

    then last and w are the only really shots.

  11. #10
    BigLinux is offline Learning Programmer
    Join Date
    Jun 2009
    Posts
    46
    Rep Power
    0

    Re: Find out who logged into my system?

    No problem. And thanks for you trying to help

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Similar Threads

  1. Notepad Find,Find Next ,replace,goto Code
    By shyamenk in forum C# Programming
    Replies: 7
    Last Post: 04-06-2011, 08:25 PM
  2. System Pen and Touch- Where can I find this information ?
    By libioz in forum Computer Hardware
    Replies: 7
    Last Post: 10-04-2010, 08:52 AM
  3. White screen after logged in
    By gamiR in forum Linux Applications
    Replies: 2
    Last Post: 12-08-2008, 06:04 AM
  4. Who is logged in
    By Tor in forum Linux/Unix General
    Replies: 3
    Last Post: 03-06-2008, 05:01 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts