On 2/13/02 10:31 AM, "Nicole Kok" [EMAIL PROTECTED] pressed the keys forming the message:
> Hi > > How do I use watch command to monitor user? What are you trying to do? The watch command will actually just periodically run a command and display its output. E.g.: watch ls -l Will display the current directory (run 'ls -l') every two seconds. If files are added or deleted, you'll see that. If file sizes change, you'll see that. You could also 'watch ps ax -u mike' to watch what processes the user 'mike' is running. But it doesn't sound like watch is going to do what you expect it to do. So. What *are* you trying to do? -- Ed Marczak [EMAIL PROTECTED] _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list
