Search Results

Search: Posts Made By: nephros
11,934
Posted By nephros
/etc/init.d/volmgt stop then ...
/etc/init.d/volmgt stop
then
/etc/init.d/volmgt start
43,852
Posted By nephros
/usr/bin/nawk from Solaris 10.
/usr/bin/nawk from Solaris 10.
43,852
Posted By nephros
Which does the exact same thing unless I'm...
Which does the exact same thing unless I'm missing something.
(I do admit that nawk 'BEGIN { FS="," } {foo}' would have been better.)

Anyway it's a matter of taste, I prefer to set FS inside...
43,852
Posted By nephros
Uhm, yes, works here with the input data from the...
Uhm, yes, works here with the input data from the OP.
43,852
Posted By nephros
Does something like this work for you? nawk...
Does something like this work for you?
nawk 'FS="," {if ($8 == "") print "Line", NR, "REJECTED" }' file

HTH,
n.
11,934
Posted By nephros
Assuming you have root: - create a...
Assuming you have root:

- create a directory called /rmdisk (in the filesystem root) and give it permissions 755.
- restart vold
- insert USB stick

vold should now automount your USB...
7,990
Posted By nephros
Several possibilities. 'find -mtime' or...
Several possibilities.

'find -mtime' or 'find -ctime' will find old files - but it only has ~ one day resolution.
See man find.

Or cou could do a 'ls -lrt' which will list files sorted by...
3,137
Posted By nephros
Hi stevefox, 'infodba' huh? Running...
Hi stevefox,

'infodba' huh? Running Teamcenter? Getting runaway tcservers? :rolleyes:

Anyway, I think the answer to your question is:

First send SIGTERM or SIGKILL, then SIGCONT to the...
Showing results 1 to 8 of 8

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