Search Results

Search: Posts Made By: 3therk1ll
4,621
Posted By ahamed101
Try these changes... ... counter=0 ...
Try these changes...

...
counter=0
max=${#char }

while [ $counter -lt $pwd_number ]
do
out=""
for i in `seq 1 $pwd_length`
do
let rand=${RANDOM}%${max}
...
1,207
Posted By MadeInGermany
The custom login shell in /etc/passwd suits for a...
The custom login shell in /etc/passwd suits for a kiosk system where the user may not break out to the shell prompt.
For an initial script ending in a shell prompt /etc/profile is the right place....
1,207
Posted By bakunin
You can designate any executable as login shell...
You can designate any executable as login shell for a user. Create a script presenting and executing these functions you talked about, then put it in "/etc/passwd" as login shell for this user. It...
Showing results 1 to 3 of 3

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