Search Results

Search: Posts Made By: ceubank
3,401
Posted By ceubank
I usually create a script in /etc/rc3.d called...
I usually create a script in /etc/rc3.d called S99local for this type of thing. That way when the system hits runlevel 3, it runs my script after everything else has started. Just make sure the...
Forum: IP Networking 01-13-2010
14,408
Posted By ceubank
Amazing! I hope you get it back. Once you...
Amazing! I hope you get it back.

Once you know what the IP address is by the command above, you could also run 'tracert'(windows) or 'traceroute'(unix/linux) from the PC you are connecting from...
5,429
Posted By ceubank
Real answer: Get the System Administrator to give...
Real answer: Get the System Administrator to give you a home directory.

Workaround answer: I'd create a script in /var/tmp or /tmp and execute it each time you log in. Just make sure you save a...
9,256
Posted By ceubank
I'm not much of an AIX person, but try the...
I'm not much of an AIX person, but try the 'aclget' command.. that might help..?

The user mounting the filesystem is somewhat irrelevant..

Another possibility is the 'rm' command being...
2,091
Posted By ceubank
Try # truss -aefp -rall -wall {PID of...
Try

# truss -aefp -rall -wall {PID of running application}

Then somehow tell your application to re-read it's config file? At least then you can look through the truss output to see the...
Forum: Programming 01-08-2010
9,497
Posted By ceubank
Why not fix your quotes? s/b strcpy(buffer,...
Why not fix your quotes?

s/b strcpy(buffer, "MAIL FROM: test@primustel.ca");
9,256
Posted By ceubank
That's usually done by the filesystem ACL...
That's usually done by the filesystem ACL mechanism.

You can see if ACL support is enabled on the filesystem by looking for the 'acl' option in the output of the 'mount' command (linux).

Try...
Showing results 1 to 7 of 7

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