Search Results

Search: Posts Made By: yprudent
Forum: Linux 10-04-2012
5,221
Posted By yprudent
User Account Policy
Hi,
i have the following config in the system-auth files

auth required /lib/security/$ISA/pam_env.so
auth sufficient /lib/security/$ISA/pam_unix.so likeauth nullok
auth ...
2,590
Posted By yprudent
Script to delete files in different folder
Hi Experts,

i need a little help.

i have different folder that contain files that need to be deleted. but those folder contains huge amoung of same with 3 different extention.

what i used to...
Forum: Red Hat 05-02-2012
2,790
Posted By yprudent
Password Policy description
Hi Experts,

i would like to know the description of the following:

Minimum: 0
Maximum: 90
Warning: 7
Inactive: -1
Last Change: Never
Password Expires:...
Forum: Ubuntu 01-19-2012
3,108
Posted By yprudent
#!/bin/sh thanks a lot for that ...
#!/bin/sh

thanks a lot for that

ALL_USERS=$( getent passwd | cut -f1 -d':' )
for user in $ALL_USERS; do
echo $user
chage -l $user
sleep 1
done
Forum: Ubuntu 01-18-2012
3,108
Posted By yprudent
User and Password Policy
Hi linux expert,

i would like to create a script for listing all user with there password policy. It should be in the following format:

Last password change : Sep 19, 2011...
Forum: Linux 04-08-2011
1,612
Posted By yprudent
no it does not alway start with the same...
no it does not alway start with the same character mentioned.

i want to user the first character or word on the 1st row and count x numbers of row and then print the result
Forum: Linux 04-08-2011
1,612
Posted By yprudent
thanks for reply, well block 1 & 2 are...
thanks for reply,

well block 1 & 2 are examples, actually i have a very large file container information and i need to filter them by row i have 11 row to filter.
Forum: Linux 04-07-2011
1,612
Posted By yprudent
filter data
hi all,

here is my question.
i have the following data

Block 1
a b c
d e f
g h i


Block 2
j k l
m n o
p q r



i need to grep all information...
Forum: Linux 01-17-2011
2,190
Posted By yprudent
thanks will try and let you knoe
thanks will try and let you knoe
Forum: Linux 01-17-2011
2,190
Posted By yprudent
yeah the pattern like for eg 01 02 03 04 05 06 . ...
yeah the pattern like for eg 01 02 03 04 05 06 .

i would like to have an option to input the number(01 02 03 04 05 06), then it goes through the xxx.rep it show me the required information...
Forum: Linux 01-17-2011
2,190
Posted By yprudent
script to grep number
hi all,

i would like to create a script that would grep the number in the following pattern

xx xx xx xx xx xx

note that xx are numbers.

i would grep in information in a .rep file.
...
Showing results 1 to 11 of 11

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