Search Results

Search: Posts Made By: sajjad02
3,757
Posted By sajjad02
SUDO - allow user joe to SU to usera
How do I allow regular user Joe to SU to only userA, noone else should be able to su to userA and joe won't be allowed to SU to root or anyone else besides userA. Also How do I allow John to su to...
3,270
Posted By sajjad02
User security
Need urgent help!!!
Hi,
I have an application that runs under a regular unix ID 'prod1'. I want to disable direct login for 'prod1' via ssh or telnet. But I do want some users to be able to su to...
14,797
Posted By sajjad02
Thanks for your input... This works... for...
Thanks for your input... This works...

for old in *test*.sh
do
new=`echo $old | sed 's/test/dev/g'`
mv $old $new
done
14,797
Posted By sajjad02
Rename part of multiple files
Hello, I have about 200 files named like script1234_test.sh script3434_test.sh and so on... I am trying to write a script that will rename those files from test to dev, keeping the rest of the file...
5,023
Posted By sajjad02
Pardon my ignorance, but how do you su to a...
Pardon my ignorance, but how do you su to a group? One can SU to another user but how does that work for a group?
5,023
Posted By sajjad02
SUDO question - please help
Hi, I was wondering if someone can give me some pointers about configuring SUDO. I am trying to configure SUDO to have about 30 users run about 200 scripts as a different user. I understand that I...
2,217
Posted By sajjad02
korn syntax
Hi, how do I write this condition in korn shell:

file="*.html"
if [ -f *.html && file created today ]
then
echo "$file"
fi

I am trying to find all html files from a input text file that...
7,212
Posted By sajjad02
read a file as input and pass each line to another script
Hi, I am trying to write a ftp script which will read a file for filenames and ftp those files to another server. Here's my ftp script, but it's scanning the current directory for file names.

My...
Showing results 1 to 8 of 8

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