Linux / UNIX Tech Support Forum
This is a discussion on Linux Setting the screen to lock with password protection within the Getting started tutorials forums, part of the Linux Getting Started category; Problem: Linux Setting the screen to lock with password protection for all users Here we have powerful server for every ...
|
|||||||
| Getting started tutorials So much to read, so little time! If that is your problem, we have solution. Read our FAQ and tutorials to help you cut through the clutter of information overload. Only members of "contributors" group can post new tutorials. Other members can just reply to thread. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Problem: Linux Setting the screen to lock with password protection for all users
Here we have powerful server for every user with X windows access. So we need the screen to lock with password protection after a specified time period for all logged in users of the system. Solution: => Login to system (for example as the tom user) => Use xscreensaver command to setup screen save and screen lock time => Now a file called xscreensaver created in my home directory ( /home/tom/.xscreensaver ) => Now copy this file to every user on system (you may need to login as the root). For example for user1: Code:
cp /home/tom/.xscreensaver /home/user1/ chown user1:user1 /home/user1/.xscreensaver Code:
cp /home/tom/.xscreensaver /etc/skel useradd user1000 passwd user1000 ls –l /home/user1000/.xscreensaver |
| Sponsored Links | ||
|
|
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linux Cheat Sheets (awk, ed, sed, bash, screen, perl, and more) | pkrumins | Getting started tutorials | 3 | 27-03-2009 07:12 PM |
| HP UX user lock password, change password, password aging | rockdalinux | HP-UX | 0 | 20-12-2006 02:36 PM |
| set or how to change dns setting ubuntu linux network | chiku | Linux software | 1 | 17-07-2006 06:30 PM |
| Howto: Ubuntu Linux setting up my (or your) printer | toor | Getting started tutorials | 2 | 06-07-2006 04:41 PM |
| linux setting system-wide path | Linux software | 1 | 28-01-2006 11:19 AM | |