<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=Big5" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1">Dear All,<br>
<br>
How can we limit a user a/c when telnet to the server :<br>
eg :<br>
<br>
[edward@svr1 ~]$ ls -l -a<br>
total 36<br>
drwx------ 3 edward edward 4096 Feb  6 22:51 .<br>
drwxr-xr-x 5 root   root   4096 Feb  6 22:50 ..<br>
-rw------- 1 edward edward   14 Feb  6 22:52 .bash_history<br>
-rw-r--r-- 1 edward edward   24 Feb  6 22:50 .bash_logout<br>
-rw-r--r-- 1 edward edward  176 Feb  6 22:50 .bash_profile<br>
-rw-r--r-- 1 edward edward  124 Feb  6 22:50 .bashrc<br>
drwxr-xr-x 3 edward edward 4096 Feb  6 22:50 .kde<br>
-rw-r--r-- 1 edward edward  658 Feb  6 22:50 .zshrc<br>
[edward@svr1 ~]$<br>
<br>
Prevent user "edward" from doing the following :<br>
modify / del the exiting files ( default by the system ).<br>
<br>
Allow user "edward" create / del / modify other his own files / dirs.<br>
<br>
Edward.<br>
</font>
</body>
</html>