Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.

  1. #1

    Default Re: Watching user

    Juha Siltala wrote:
    > In article <pan.2003.08.31.07.47.46.765299@gameprog.it>, NighTiger wrote:
    >
    >
    >>when a user connect to me through ssh server, how I can look what
    >>him do?
    >
    >
    > w - Show who is logged on and what they are doing.
    >
    > lsof - list open files (see the -u option)
    >
    > fuser - identify processes using files or sockets
    >
    And if they're using "bash" as their shell, look t their personal
    ..bash_history file. Or if you want to be really fascist, replace their
    shell with one that records every key stroke (a technique usually used
    by crackers to record other people's keystrokes on machines the cracker
    has broken into).

    Nico Kadel-Garcia Guest

  2. Similar Questions and Discussions

    1. Watching Flash Movies Online
      Hello All I have a 2.5 gigahertz P4 with a gig of ram and XP SvcPk 2 with an g-force mx 440 64 MB video card. All the flash movies that I watch...
    2. Watching a Streaming video don't work
      Hello all, I have a big problem with watching streamed Flash video content. IN this case especially from Photoshoptraining.com. I enrolled an...
    3. need help watching videos
      ive downloaded the latest flash player and i still cant watch videos on youtube. Do i need to turn javascript on? if so how do i do that? or is it a...
    4. Watching variables
      Hi, Is anyone aware of the following bug? I have managed to break the Flash Player (tested in Internet Explorer and Firefox) with the following...
    5. suggestions for watching TV on my laptop?
      Hi all - I have a PC and also a Macintosh titanium laptop, both on a wireless network (802.11b). Is there any way to do either of these things: ...
  3. #2

    Default Re: Watching user

    Tnx for your help
    NighTiger Guest

  4. #3

    Default Re: Watching user

    NighTiger wrote:
    > Hi,
    > when a user connect to me through ssh server, how I can look what
    > him do?
    > bye
    >
    You can use 'top' and use the 'u' option to set it to that user id and
    watch what apps he has running.

    --

    Mauriat
    ----------------------------
    Remove 'NOSPAM' to email me.

    Mauriat Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139