Search Results

Search: Posts Made By: infinitiguy
16,834
Posted By infinitiguy
Here's a quick and dirty.. change /dev/sda3 to...
Here's a quick and dirty.. change /dev/sda3 to whatever device you want to check.. and change the if statement and partition to match what you want.

This is by no means elegant... but does the...
4,113
Posted By infinitiguy
how is the input file formatted? You're on the...
how is the input file formatted? You're on the right track.. but i think your read oldval/newval statements aren't going to do much.

Are the two files formatted kind of similarly? or no?
16,834
Posted By infinitiguy
I'd use df + awk to grap what you need and throw...
I'd use df + awk to grap what you need and throw some if x > y then mailx me@domain.com


I have a script at work I wrote.. if I remember I'll post it tomorrow.
1,823
Posted By infinitiguy
I'll give some hints. use tail, $1 and...
I'll give some hints.

use tail, $1 and grep.

That's all you should need. Let us know what you've tried so far.
1,775
Posted By infinitiguy
if i recall, most DC's have a netlogon share,...
if i recall, most DC's have a netlogon share, used for login scripts. You can just \\machine_in_question and see if it comes up..

however this may only work if the machine is a part of the...
2,754
Posted By infinitiguy
if you want to be sure of the date and format,...
if you want to be sure of the date and format, you could just use a case statement and assign prev month based on whatever month it is.

something like
month=`date "+%y %m %d" | awk {'print $2'}` ...
1,851
Posted By infinitiguy
what are some of the lines above 204? maybe...
what are some of the lines above 204? maybe lines 194-204 would help as well.
1,900
Posted By infinitiguy
I'm not really following what you're trying to...
I'm not really following what you're trying to achieve. What is in the text file you're running wc against and what process are you trying to kill?
1,780
Posted By infinitiguy
hrm.. this didn't seem to work much better. ...
hrm.. this didn't seem to work much better.

In this case, I may just use tomcat manager and allow the user access to manage tomcat so he can deploy the war's.

I'll keep playing around and see...
1,780
Posted By infinitiguy
Help configuring sudo for multiple file copies
Hiya,
I want to allow some users to copy all filenames of a specific filetype, to a limited directory.

3+ users: need to be able to copy(as root) any *.war file to...
Forum: What is on Your Mind? 02-10-2008
4,665
Posted By infinitiguy
like the other posts... helpdesk is where it's...
like the other posts... helpdesk is where it's at. I started at a software engineering company doing windows helpdesk 4 years ago. Our unix environment consists of linux(redhat/suse)...
10,603
Posted By infinitiguy
have you checked to see whether or not the client...
have you checked to see whether or not the client can actually ping/resolve the NIS IP/name? Maybe its not a NIS problem but a DNS problem
Showing results 1 to 12 of 12

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