9 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
whats the equivalent of detect OS in perl with an if then ?
platform='uname'
if ]; then
alias ls='ls --color=auto'
elif ]; then
alias ls='ls -G'
fi
In perl I see
perl -Mstrict -MEnglish -E 'say $OSNAME'
or
print "$^O"
Please use CODE tags as required by... (1 Reply)
Discussion started by: nixguynj
1 Replies
2. Shell Programming and Scripting
Dear All,
My server is running crontabs of 4 different users.
I want to develop a script that whenever a particular change occurs in a crontab , it is detected and the particular change is noted into a file.
Kindly let me know of suggestions on how it can be achieved.
My algo would be:
... (1 Reply)
Discussion started by: Junaid Subhani
1 Replies
3. Red Hat
Hi,
Is there command to detect the newly added LUN is linux box. I tried with below commands, but that doesn't work out.
fdisk -l,
fdisk -l | grep Disk
pvscan (5 Replies)
Discussion started by: gsiva
5 Replies
4. Programming
Hello everyone. Thanks for reading. I am using Ubuntu 7.04 to experience this problem:
I have written my own programs that communicate to eachother and I am having a hard time detecting a TCP socket disconnect when the remote side's computer has a power-failure (for example).
On the computer... (6 Replies)
Discussion started by: pjwhite
6 Replies
5. Shell Programming and Scripting
Hello friends,
I want to write a shell script in bash shell .
Working for the script is to detect any key pressed and disply on screen as
"you have pressed: "
For example if user pressed F5 then a messaged has to be displayed as
"you have pressed F5.
Thank you. (4 Replies)
Discussion started by: pradeepreddy
4 Replies
6. Shell Programming and Scripting
Hi all
Just curious , is it possible to detect changes in a file and sent to email .
For ex: demo.conf
I would like to receive an email everytime a particular file(demo.conf) changes and the content added/removed and who did the change (userid). Is it possible.
Thanks
CK (4 Replies)
Discussion started by: coolkid
4 Replies
7. UNIX for Advanced & Expert Users
Hi,
I would like to programmatically find if given OS is SLES 10 / RHEL 3/.RHEL 4/RHEL5 etc ..
For this do we have any library call/sys call? Or should we use any sys. structure which would give me detailed info. Share me if you have any pointers.
Thanks in advance
- Krishna (1 Reply)
Discussion started by: krishnamurthig
1 Replies
8. Shell Programming and Scripting
i have this script that launches multiple xterm sessionon a CDE. i would like to test the xterm so that when i execute the script using an ordinary terminal it will detect that it will unable to launch the xterm and execute other script instead.
i tried using trap and exit status. maybe i am... (2 Replies)
Discussion started by: inquirer
2 Replies
9. Shell Programming and Scripting
Dear Sir,
Now I use oracle database on AIX server and found some user use iligal program such as development tool logon to my database.
I want to detect the process of illegal program and kill it.
Could you please suggest me to make detect process.
Thank you very much
Pkanonwe. (2 Replies)
Discussion started by: pkanonwe
2 Replies