<!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">
Tim wrote:
<blockquote cite="mid1170830610.2368.1.camel@gonzales.lan.cameratim.com"
 type="cite">
  <pre wrap=""><a class="moz-txt-link-abbreviated" href="mailto:edwardspl@ita.org.mo:">edwardspl@ita.org.mo:</a>
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">But when user "edward" login to the server by the telnet service, then he 
can modify the dot file...
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->
Sam Varshavchik:
  </pre>
  <blockquote type="cite">
    <pre wrap="">1) No, he can't.  Not if the file is owned by root, with no other 
permissions.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
The user owns the directory, they can remove files and create new ones.
You'd have to do more than change those file's ownership to root, and
I'm still not sure whether that'd work in a user's homespace.

  </pre>
</blockquote>
<font size="-1">Hello Tim,<br>
<br>
1, All users they can login to the server by using the ssh-telnet
client actually.<br>
2, I need to limit each of user account ( user profile files ), because
when a user modify / delete any profile file ( include the dot file and
default file from the system ), then the user may be login to the
server fail next time, so, I want to know which necessary files (
include the dot files ) can be limited ( ownership to the root or
another admin user ).<br>
<br>
PS : my means is only root / adin user they can modify / delete other
profile of users, but it is still good for work to the user<br>
<br>
eg:<br>
<br>
login as: edward<br>
<a class="moz-txt-link-abbreviated" href="mailto:edward@192.168.0.1">edward@192.168.0.1</a>'s password:<br>
Last login: Wed Feb  7 12:30:45 2007 from 192.168.0.3<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   67 Feb  7 12:47 .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  7 11:57 .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>
Edward.<br>
</font>
</body>
</html>