Search Results

Search: Posts Made By: halfling
4,692
Posted By halfling
I was going to rebuke RTM for saying it costs $20...
I was going to rebuke RTM for saying it costs $20 to download... but sure enough, there it is in black and white :D ah well... mores the pity. Grab the Solaris 8 x86 binary, burn it to disk, and pop...
171,597
Posted By halfling
`ifconfig` will give you any details you want...
`ifconfig` will give you any details you want (`ifconfig -a`)... or you might be able to grab it from your /etc/hosts file...

grep `hostname` /etc/hosts |awk '{print $1}'
11
3,725
Posted By halfling
I do beleive only root can write to a filesystem...
I do beleive only root can write to a filesystem over 90% full.

As a user account you will be unable to create a file.

Are you creating the file as root?
10,108
Posted By halfling
Here's an example. Script A and script B. Script...
Here's an example. Script A and script B. Script A is set with 4755 "root : other" permissions, script B is set with 100 "root : other" permissions:

-rwsr-xr-x 1 root other 123 Mar...
25,178
Posted By halfling
Should have asked this basic question first. Have...
Should have asked this basic question first. Have you tried shutting down oracle and apache for a time, then test the connection?

That will more clearly define if it's a system resource issue, or...
25,178
Posted By halfling
Man, I can tell this post is gonna be long...
Man, I can tell this post is gonna be long already ;)

:p :p Disclaimer :p :p These are only suggestions for research, and should be tested in a development environment... as everything should......
10,108
Posted By halfling
Yeah, that's always a tricky one... You can...
Yeah, that's always a tricky one...

You can create a wrapper script for your original script with setuid permissions.

Ie: wrapperscript.sh has 4755 permissions and your readme.sh script has 111...
71,814
Posted By halfling
This will move files by month, and will only work...
This will move files by month, and will only work if there is no white-space in the file's name.

ls -go |sed '/^d/ d' |awk '{ if ( $4 == "Feb" ) print $7 } |xargs -i mv {} /home/abd/FILESFEB_01/
...
Showing results 1 to 8 of 8

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