Search Results

Search: Posts Made By: raj13aug
Forum: HP-UX 06-02-2010
3,403
Posted By padi
Manual vs Cron execution in HP-UX
Below is a simple script that will find the path were the perl command reside.
=========================

#!/usr/bin/sh

nPerl=`which perl 2>>/dev/null|grep -v "no perl"`
if [ -z "${nPerl}" ];...
Forum: Red Hat 06-03-2010
5,883
Posted By jw_amp
Giving access to non root users to run application
Hi All,

I have created an RPM installer and installed it via ROOT user & which works fine on Red Hat.
But the problem oocurs when a non root users try to run that application (from their...
2,303
Posted By phehaM
simple script
how do i put a date to the tar file in my script
Showing results 1 to 3 of 3

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