Search Results

Search: Posts Made By: santosh.mane
Forum: HP-UX 05-26-2008
13,922
Posted By santosh.mane
Core dump with Signal 11.
Hi all,

I am getting coredump in one of our programs. The last few lines of the tucs output are as below :
read(8, "\adb\0\006\0\0\0\0\0060 0 9 2 6 ".., 2064) ...... = 2011
read(8,...
Forum: Solaris 03-13-2008
78,819
Posted By santosh.mane
Restart cron.
Instead of killing the daemon and starting it. Use /etc/init.d/cron stop and /etc/init.d/cron start.

OR

if you just wish to refresh the cron daemon to reread the entries give HUP signal to...
Forum: Filesystems, Disks and Memory 01-08-2008
2,804
Posted By santosh.mane
removal of file "-"
Try the below command :

find . -type f -name "-" -exec rm {} \;

I have tried and it worked.
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 04:49 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy