| | |
i need help!
![]() |
•
•
Join Date: Dec 2007
Posts: 2
Reputation:
Solved Threads: 0
ive been reading up tutorials from this website. but i don really understand how to do this to my program.
ive a filename name passwordFile.
and my program that i wrote using shell script can see online current users.
but ive no idea how to read it into a file.
and i need to encrypt data in passwordFile and track user usage?
wad shall i do to activate.
can someone help?
thank yuu very much!
-shannx
ive a filename name passwordFile.
and my program that i wrote using shell script can see online current users.
but ive no idea how to read it into a file.
and i need to encrypt data in passwordFile and track user usage?
wad shall i do to activate.
can someone help?
thank yuu very much!
-shannx
•
•
Join Date: Oct 2007
Posts: 399
Reputation:
Solved Threads: 47
Hey there,
can't be too specific because I'm not sure exactly what you're trying to do or what your code looks like.
If you want to read the program into a file
cat program >file
if you want to read a file into the program
program <file
to encrypt data use either regular passwd, htpasswd or openssl
Tracking user usage would require parsing a usage file or keeping track of live statistics. I can't be any more specific than that with the info you've given.
Best of luck
, Mike
can't be too specific because I'm not sure exactly what you're trying to do or what your code looks like.
If you want to read the program into a file
cat program >file
if you want to read a file into the program
program <file
to encrypt data use either regular passwd, htpasswd or openssl
Tracking user usage would require parsing a usage file or keeping track of live statistics. I can't be any more specific than that with the info you've given.
Best of luck

, Mike
Linux and Unix Tips, Tricks and Individual Advice - The Linux and Unix Menagerie!
------------------------------------------------------------------------
The greatest viral marketing idea of all time, get your copy of this Free Report now!
------------------------------------------------------------------------
The greatest viral marketing idea of all time, get your copy of this Free Report now!
•
•
Join Date: Dec 2007
Posts: 2
Reputation:
Solved Threads: 0
ive a filename call passwordFile with the functions of adding users, deleting users,locking the workstation etc all using nano script writing.
within these scripts and the username and password in this passwordFile, i must be able to encrypt data in passwordFile and track user usage.
eg : for tracking users usage. yuu ned to sign in with yr username and password first.
continue to reply me . thank yuu.
within these scripts and the username and password in this passwordFile, i must be able to encrypt data in passwordFile and track user usage.
eg : for tracking users usage. yuu ned to sign in with yr username and password first.
continue to reply me . thank yuu.
![]() |
Other Threads in the Shell Scripting Forum
- Previous Thread: Unable to capture sql output using shell script while running it through browser
- Next Thread: Starting, Stopping, Updating Shell Script
| Thread Tools | Search this Thread |





