Search Results

Search: Posts Made By: chuckuykendall
4
2,434
Posted By chuckuykendall
in aix that would find the text in whatever file,...
in aix that would find the text in whatever file, but that wouldn't show you which file it was in. i have to do this:
for i in $(find . -type f); do grep 'searchstring' $i; done
be on the lookout...
Forum: AIX 05-26-2005
7,436
Posted By chuckuykendall
try the following:pwdadm -c <userid>
try the following:pwdadm -c <userid>
12,500
Posted By chuckuykendall
if you want to do this then make sure that you...
if you want to do this then make sure that you execute the shell's ftp command:

system ("ftp < ftp_script > ftp_log") and die "FTP failed:\n[$!]";
11,042
Posted By chuckuykendall
<<<DISCLAIMER>>> i do not recommend doing this...
<<<DISCLAIMER>>>
i do not recommend doing this unless you know for SURE that the only files in the current remote directory are the files you just put there. you don't want to arbitrarily change...
4,882
Posted By chuckuykendall
check this: find <directory> -name...
check this:

find <directory> -name "*.[pPdDfF]" -ctime +5 -exec rm {} \;

where <directory> is the directory structure that the pdf's are in. the funkiness in " " just checks for any...
Forum: AIX 04-29-2005
7,970
Posted By chuckuykendall
if you want to receive cd's from ibm with new...
if you want to receive cd's from ibm with new ml's or new versions, then that will require a software maintenance subscription. if you are just interested in keeping your version of aix current,...
24,633
Posted By chuckuykendall
Perhaps you can use UNIX ACL's (Access Control...
Perhaps you can use UNIX ACL's (Access Control List). I'm not sure if it's in any UNIX other than AIX or HP-UX, but others on this board may be able to help there. I normally wouldn't use ACL's,...
43,710
Posted By chuckuykendall
Do you know the name of the userid that you want...
Do you know the name of the userid that you want to change to inside the script? If so, you can do a `chown userid` inside the script once the file has been placed in that userid's directory.
14,191
Posted By chuckuykendall
sudoers syntax
I'm stuck with a dilemma. I am trying to control userid's access to the su command in such a way that he will not be able to su to root (su, su -, su root, su - root) but he will be able to su to...
5,009
Posted By chuckuykendall
Use this syntax to allow sudo access to an entire...
Use this syntax to allow sudo access to an entire directory:

User_Alias Host_Alias = (ALL) directory/
where
User_Alias is your User_Alias, userid, group, netgroup, or ALL
Host_Alias is your...
Forum: AIX 04-26-2005
4,255
Posted By chuckuykendall
I've personally never done it, maybe I won't...
I've personally never done it, maybe I won't ever. The absoulte best way to do this is to test it on another server. If you have a scratch server that can be used for this, then go that route. ...
Showing results 1 to 11 of 11

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