I am confused and desperate


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers I am confused and desperate
# 1  
Old 08-28-2001
Question I am confused and desperate

Hello,

For a time now I have this problem which I cannot solve and this bothers me cause it seems so simple.

I have to change an existing (ftp only)user to create a timeslot for this user. (e.g. he can only login between 8 and 10 PM).

Facts:
- I can only use a terminal client (no gui)
- I am using SunOs 5.6

I am not an Unix expert (yet) Smilie so if anyone can help me I would be verry thankfull.

# 2  
Old 08-28-2001
I would try something like this:

Give the user a shell of /usr/local/bin/ksh8-10 by editing /etc/passwd.

Put /usr/local/bin/ksh8-10 in /etc/shells so the guy can still use ftp.

ln -s /usr/bin/false /usr/local/bin/ksh8-10
to insure that he can't login.

At 8 a cron job would "ln -s /usr/bin/ksh /usr/local/bin/ksh8-10" to allow logins for a while. But at 10 a cron job would set it back.

To be real complete, maybe a script at boot up time to set /usr/local/bin/ksh-8-10 based on current hour.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

UUCP HELP for a desperate new user

Hello, I have a unique situation where I must pass along critical & time-sensitive emails to a group of seven different people. Every person with whom I communicate EXCEPT ONE uses a standard IP based ".com" email address. The one exception is a gentleman who will NOT budge and create a... (1 Reply)
Discussion started by: Bell02
1 Replies

2. SCO

Desperate for SCO OpenServer 5.0.6 ISO

Is anyone able to help. Desperately trying to virtualise an ageing Pecase system on SCO 5.0.6 (2 Replies)
Discussion started by: ElGato
2 Replies

3. SCO

Desperate for SCO OpenServer 5.0.6Is

Is anyone able to help. Desperately trying to virtualise an ageing Pecase system on SCO 5.0.6 (1 Reply)
Discussion started by: ElGato
1 Replies

4. Shell Programming and Scripting

csh desperate help...

Hi guys, I am really newbie of csh and I am stuck with a script. Basically what I want to do is assign to a variable (array) the output of "ls". Then look at this array and if there is the word "my_file", delete it from the array and echo the new array. Moreover, I would like to have that... (8 Replies)
Discussion started by: Mandrake83
8 Replies

5. Shell Programming and Scripting

Desperate for help with menu coding

I am extremely desperate for help with this menu coding problem I'm having. Whenver I go to execute my script file, I keep getting an error message that says the following: option: Undefined variable. I implore someone to PUH-LEEZE point me in the right direction. I can't stress my... (21 Replies)
Discussion started by: sinjin
21 Replies

6. UNIX for Dummies Questions & Answers

Please help me decipher this header - I'm desperate!

I've got a really weird situation here.... the same IP address keeps popping up in porn spam that I have rec'd in 2 different email accts. It looks to me like it's coming from UC Davis, and I suspect someone there, so I am hoping you all can verify the same thing before I call the person on this... (0 Replies)
Discussion started by: christinef
0 Replies

7. Shell Programming and Scripting

perl odbc... need desperate help!

Hey guys: Can anyone show me , how I can update mulitple fields in a database (sample Informix) using Win32::ODBC ? I'm creating a script that accepts an array as the value and then inserts these values into all the table fields in a particular database... Thanks for anyone who can... (2 Replies)
Discussion started by: jfsuminist
2 Replies

8. UNIX for Advanced & Expert Users

Please Help.... Desperate need! Hard Question!

I know pipelined processors have issues with interupts.... but why? And does the architecture of the CPU affect the kind of software that can run on it? If someone could help me out that would be awsome. My boss came to me with this question and I can't find anything on the web helping me out.... (1 Reply)
Discussion started by: Sparticus007
1 Replies
Login or Register to Ask a Question