Summary: There are nothing logged in the /var/adm/messages. I checked the /etc/syslog.conf and copied a working syslog.conf from another Solaris box over, the...
Summary: But the cron job isn't fireing if i'm not logged in as root? I need to know how to call shutdown from a normal user because now all i get is presmi...
Summary: Does anyone know how to write a script to find out if a particular user is logged in to unix and send a greeting if there logged in; otherwise, if the...
Summary: Hi, I tried with find /dir1 -name -type d -print -perm -o+w >> /tmp/writabledirs.log THEN.. grep "dir1.2" writabledirs.log | while read line ; do ...
Summary: Hi NC, why not logging the results of SQL with the spool - SQL statement into a file which you then can handle in any way you want ? Or didn't I get y...
Summary: You need a shell ( like expect ) that can read a return code from the ftp daemon. 110 Restart marker reply. MARK yyyy=mmmm where yyyy is a user p...
Summary: #!/usr/bin/sh ## ### #### ##### occur=`grep -c -i -e $1 $2` print "The Word $1 Appears $occur Times in $2" ## Remove the -i to make the search case se...
Summary: Hi i have the following problem to complete. could someone please help me? Thanks. Write a program in the bourne shell that reads each line of a dummy...
Summary: Hi, If i have a user name (not user id) can i see his/her login entries for the past 6 months?... is there a command for this, or is this much informa...
Summary: I am trying to set syslog up so that it will log both successful and unsuccessfule logins does anyone know how I will do this. Any help would be great...
Summary: I am writing a program to send information to UNIX on my network by UDP, through port 514. Problem: log file is empty but I have sent messages to it. ...
Summary: I am using the following script(SECURE_FTP.sh) to put files into a remote system. When i am executing this script, it printing ksh: ./SECURE_FTP.sh:...
Summary: I'm not a SCO expert, but you might try sending the message via syslog (if that is installed and the daemon is running). You would need to set up a s...
Summary: Most faults on crontab scripts which runs on command line and not as cronjob are related to ENVIROMENT settings. Is the reference to the distfile vali...
Summary: wc returns no. of characters as well as the name of the file. Also the syntax in your case is wrong, You should be using -gt and not > If you are look...
Summary: Hello, I have a script to start 2 servers and keep a log of when they are down/restarted. The problem is in writing the log. It only writes once. ...
Summary: I logged in as root. Crontab –l give me the following output. crontab: you are not authorized to use cron. Sorry what may be wrong with this. I am ab...
Summary: Hi. I have been working with mod_ssl and mod_gzip for a couple of days and I can't seem to get mod_gzip to compress stuff when I use mod_ssl I am us...
Summary: Hi, I was connected through telnet to a remote system, and then all of a sudden my computer crashed, so I had to reboot. When I used telnet again to l...
Summary: SCO open server 5.0.6: ps will show processes running from users who are no longer logged in, as reported by "who". Tuning telentd does not work. Look...
Summary: Hi all, I'm getting bogged down with a grep problem (I think it is). I'm running a program, which logs output to a file called tmp. I want to continuo...
Summary: Hi, I am trying to tabulate the total count of each sender of my daily mail syslog using grep. It took me 22 hours for 1 day of log. Pls help to see...
Summary: Hi, I'm having problem writing to a log file. Appreciate if anyone can help. I'm running an application thru a script ("A") with input and output file...
Summary: Do "man ps" to see column definitions. If you do "ps -efl", the 10th column is memory size (on HP-UX anyway). This is the number of memory pages, the...