<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: user administration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490109#M803554</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can also try replacing the existing shell in /etc/passwd eg. replace /usr/bin/ksh with /usr/bin/newksh.&lt;BR /&gt;&lt;BR /&gt;==&lt;BR /&gt;/usr/bin/newksh&lt;BR /&gt;#!/sbin/sh&lt;BR /&gt;trap "" 1 2 3&lt;BR /&gt;if ! echo $* |grep -e "cd .." -e "cd / " &amp;gt;/dev/null 2&amp;gt;/dev/null&lt;BR /&gt;then&lt;BR /&gt;  /usr/bin/ksh $*&lt;BR /&gt;trap 1 2 3&lt;BR /&gt;==&lt;BR /&gt;&lt;BR /&gt;Note that you will need to extend the script to take care of wildcard characters.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
    <pubDate>Thu, 08 Feb 2001 10:34:18 GMT</pubDate>
    <dc:creator>Steven Sim Kok Leong</dc:creator>
    <dc:date>2001-02-08T10:34:18Z</dc:date>
    <item>
      <title>user administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490103#M803541</link>
      <description>Hi all,&lt;BR /&gt;I have to define users that can only work in their home directory. They cannot change directory (e.g. giving "cd /" or "cd ..")&lt;BR /&gt;What's the best way to do that? (using a special shell?)&lt;BR /&gt;&lt;BR /&gt;Thank's all&lt;BR /&gt;&lt;BR /&gt;Roberto</description>
      <pubDate>Tue, 06 Feb 2001 08:46:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490103#M803541</guid>
      <dc:creator>Roberto Gallis</dc:creator>
      <dc:date>2001-02-06T08:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: user administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490104#M803542</link>
      <description>Hi !&lt;BR /&gt;&lt;BR /&gt;Try chroot command, but first see man chroot !&lt;BR /&gt;&lt;BR /&gt;You need copy some files under new /&lt;BR /&gt;&lt;BR /&gt;regars, Saa</description>
      <pubDate>Tue, 06 Feb 2001 09:11:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490104#M803542</guid>
      <dc:creator>Sandor Horvath_2</dc:creator>
      <dc:date>2001-02-06T09:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: user administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490105#M803544</link>
      <description>How can I restrict a user to limited functions on the&lt;BR /&gt;system?&lt;BR /&gt;&lt;BR /&gt;Here are two possibilites:&lt;BR /&gt;&lt;BR /&gt;1. If the user's shell is rksh, he is restricted to executing only&lt;BR /&gt;   from the specified PATH, and is not allowed to change PATH.  You&lt;BR /&gt;   can create a subdirectory for PATH containing only the allowed&lt;BR /&gt;   programs.  Also, his working directory is limited to his home&lt;BR /&gt;   directory, and he is not allowed to change directory with cd.&lt;BR /&gt;&lt;BR /&gt;   See man 1M rksh.&lt;BR /&gt;&lt;BR /&gt;2. You can write a custom script or program and run it from&lt;BR /&gt;   profile., limiting the user to whatever you like.&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Feb 2001 09:36:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490105#M803544</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-02-06T09:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: user administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490106#M803546</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Just a note on rksh.&lt;BR /&gt;It is not 100% safe if your application can change directory and run a shell.&lt;BR /&gt;&lt;BR /&gt;Try this :&lt;BR /&gt;&lt;BR /&gt;- Log a user with the shell rksh&lt;BR /&gt;- run vi&lt;BR /&gt;- :cd /tmp    (change directory)&lt;BR /&gt;- :sh            (open a shell)&lt;BR /&gt;- It is as if you have a normal shell in that directory.&lt;BR /&gt;&lt;BR /&gt;Bye&lt;BR /&gt;Gerard&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Feb 2001 08:48:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490106#M803546</guid>
      <dc:creator>Gerard Leclercq</dc:creator>
      <dc:date>2001-02-07T08:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: user administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490107#M803549</link>
      <description>Hello again,&lt;BR /&gt;&lt;BR /&gt;I am just thinking another possibility : ACL (Access Control List)&lt;BR /&gt;This is an extension of unix file permissions.&lt;BR /&gt;ACL permits you to put any permissions for any user on any file.&lt;BR /&gt;&lt;BR /&gt;You just have to  disallow permission to access directory to the&lt;BR /&gt;users to be restricted. &lt;BR /&gt;&lt;BR /&gt;The problem is not to forget to disallow permission to new data&lt;BR /&gt;disks you add to your system (Physically or by NFS)&lt;BR /&gt;&lt;BR /&gt;Bye&lt;BR /&gt;Gerard</description>
      <pubDate>Thu, 08 Feb 2001 09:00:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490107#M803549</guid>
      <dc:creator>Gerard Leclercq</dc:creator>
      <dc:date>2001-02-08T09:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: user administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490108#M803552</link>
      <description>Unfortunately ACL's are not supported on JFS file systems, unless you upgrade to JFS 3.3 (available via the &lt;A href="http://www.software.hp.com" target="_blank"&gt;http://www.software.hp.com&lt;/A&gt; site)&lt;BR /&gt;Other than that, only HFS file systems will support ACL.</description>
      <pubDate>Thu, 08 Feb 2001 09:07:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490108#M803552</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2001-02-08T09:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: user administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490109#M803554</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can also try replacing the existing shell in /etc/passwd eg. replace /usr/bin/ksh with /usr/bin/newksh.&lt;BR /&gt;&lt;BR /&gt;==&lt;BR /&gt;/usr/bin/newksh&lt;BR /&gt;#!/sbin/sh&lt;BR /&gt;trap "" 1 2 3&lt;BR /&gt;if ! echo $* |grep -e "cd .." -e "cd / " &amp;gt;/dev/null 2&amp;gt;/dev/null&lt;BR /&gt;then&lt;BR /&gt;  /usr/bin/ksh $*&lt;BR /&gt;trap 1 2 3&lt;BR /&gt;==&lt;BR /&gt;&lt;BR /&gt;Note that you will need to extend the script to take care of wildcard characters.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Thu, 08 Feb 2001 10:34:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490109#M803554</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-02-08T10:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: user administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490110#M803557</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;/usr/bin/newksh is the script name, not part of the script. Typo. &lt;BR /&gt;&lt;BR /&gt;/usr/bin/newksh:&lt;BR /&gt;== &lt;BR /&gt;#!/sbin/sh &lt;BR /&gt;trap "" 1 2 3 &lt;BR /&gt;if ! echo $* |grep -e "cd .." -e "cd / " &amp;gt;/dev/null 2&amp;gt;/dev/null &lt;BR /&gt;then &lt;BR /&gt;/usr/bin/ksh $* &lt;BR /&gt;trap 1 2 3 &lt;BR /&gt;== &lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Feb 2001 10:36:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490110#M803557</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-02-08T10:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: user administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490111#M803559</link>
      <description>haihaihaihai!!!!&lt;BR /&gt;&lt;BR /&gt;sintax error at line 4&lt;BR /&gt;in the script...&lt;BR /&gt;maybe the word "then"...&lt;BR /&gt;&lt;BR /&gt;??</description>
      <pubDate>Thu, 08 Feb 2001 11:44:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490111#M803559</guid>
      <dc:creator>Roberto Gallis</dc:creator>
      <dc:date>2001-02-08T11:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: user administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490112#M803560</link>
      <description>ok&lt;BR /&gt;&lt;BR /&gt;adding fi is working...&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Roberto</description>
      <pubDate>Thu, 08 Feb 2001 11:45:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490112#M803560</guid>
      <dc:creator>Roberto Gallis</dc:creator>
      <dc:date>2001-02-08T11:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: user administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490113#M803562</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Forgot about the looping part. In order to emulate a shell interpreter more correctly, a loop is needed. Note however that limitations exist with the emulated shell. &lt;BR /&gt;&lt;BR /&gt;Have not tested this script out. Some refinement will definitely be needed.&lt;BR /&gt;&lt;BR /&gt;==&lt;BR /&gt;#!/sbin/sh &lt;BR /&gt;trap "" 1 2 3 &lt;BR /&gt;echo -e "`pwd`&amp;gt; \c"&lt;BR /&gt;read command&lt;BR /&gt;while [ "$command" != "exit" ]&lt;BR /&gt;do&lt;BR /&gt;  if ! echo $command |grep -e 'cd ..' -e 'cd / '   &amp;gt;/dev/null 2&amp;gt;/dev/null &lt;BR /&gt;  then &lt;BR /&gt;    /usr/bin/ksh $command&lt;BR /&gt;  fi&lt;BR /&gt;  echo -e "`pwd`&amp;gt; \c"&lt;BR /&gt;  read command&lt;BR /&gt;done&lt;BR /&gt;trap 1 2 3 &lt;BR /&gt;==&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Thu, 08 Feb 2001 13:35:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490113#M803562</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-02-08T13:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: user administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490114#M803563</link>
      <description>Hey guys...&lt;BR /&gt;the new shell does not work correctly...&lt;BR /&gt;maybe is more useful rksh..&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Roberto</description>
      <pubDate>Thu, 08 Feb 2001 14:07:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490114#M803563</guid>
      <dc:creator>Roberto Gallis</dc:creator>
      <dc:date>2001-02-08T14:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: user administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490115#M803564</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Finally got some time to test out my script and refine it properly. This is a working and tested script. Both the script and test results are inserted below.&lt;BR /&gt;&lt;BR /&gt;A) The script /usr/bin/newksh itself:&lt;BR /&gt;===========================================&lt;BR /&gt;#!/sbin/sh&lt;BR /&gt;trap "" 1 2 3 &lt;BR /&gt;echo "`pwd` &amp;gt; \c" &lt;BR /&gt;read command&lt;BR /&gt;while [ "$command" != "exit" ] &lt;BR /&gt;do &lt;BR /&gt;  if echo $command|grep ';' &amp;gt;/dev/null 2&amp;gt;/dev/null   &lt;BR /&gt;  then&lt;BR /&gt;    echo You are not allowed to run compound statements.&lt;BR /&gt;  elif [ "`echo $command|cut -d\  -f1`" != "cd" ]&lt;BR /&gt;  then&lt;BR /&gt;    case $command in&lt;BR /&gt;  sh|csh|ksh|./sh|./csh|./ksh|/sbin/sh|/bin/sh|/bin/csh|/bin/ksh|/usr/bin/sh|usr/bin/csh|/usr/bin/ksh) echo You are not allowed to run a new shell in restricted mode.;;&lt;BR /&gt;      *) ksh -c "$command";;&lt;BR /&gt;    esac&lt;BR /&gt;  else&lt;BR /&gt;    dir=`echo $command|cut -d\  -f2`&lt;BR /&gt;    case $dir in&lt;BR /&gt;      '..'|'/') echo You are not allowed to cd to $dir.;;&lt;BR /&gt;      'cd') cd $HOME;; &lt;BR /&gt;      *) cd $dir;;&lt;BR /&gt;    esac&lt;BR /&gt;  fi &lt;BR /&gt;  echo "`pwd` &amp;gt; \c" &lt;BR /&gt;  read command &lt;BR /&gt;done &lt;BR /&gt;trap 1 2 3 &lt;BR /&gt;===========================================&lt;BR /&gt;&lt;BR /&gt;B) Following is how you should vipw your /etc/passwd:&lt;BR /&gt;==========================================&lt;BR /&gt;# grep abc /etc/passwd&lt;BR /&gt;abc:*:102:20::/home/abc:/usr/bin/newksh&lt;BR /&gt;===========================================&lt;BR /&gt;&lt;BR /&gt;C) Test results using the abc account:&lt;BR /&gt;===========================================&lt;BR /&gt;# su - abc&lt;BR /&gt;/home/abc &amp;gt; pwd&lt;BR /&gt;/home/abc&lt;BR /&gt;/home/abc &amp;gt; ls&lt;BR /&gt;a  b&lt;BR /&gt;/home/abc &amp;gt; &lt;BR /&gt;/home/abc &amp;gt; cd b&lt;BR /&gt;/home/abc/b &amp;gt; ls -la&lt;BR /&gt;total 0&lt;BR /&gt;drwxr-xr-x   2 abc        users           96 Feb  9 09:58 .&lt;BR /&gt;drwxr-xr-x   3 abc        sys             96 Feb  9 09:59 ..&lt;BR /&gt;/home/abc/b &amp;gt; touch c&lt;BR /&gt;/home/abc/b &amp;gt; ls -la&lt;BR /&gt;total 0&lt;BR /&gt;drwxr-xr-x   2 abc        users           96 Feb  9 10:13 .&lt;BR /&gt;drwxr-xr-x   3 abc        sys             96 Feb  9 09:59 ..&lt;BR /&gt;-rw-r--r--   1 abc        users            0 Feb  9 10:13 c&lt;BR /&gt;/home/abc/b &amp;gt; rm c&lt;BR /&gt;/home/abc/b &amp;gt; ls -la&lt;BR /&gt;total 0&lt;BR /&gt;drwxr-xr-x   2 abc        users           96 Feb  9 10:13 .&lt;BR /&gt;drwxr-xr-x   3 abc        sys             96 Feb  9 09:59 ..&lt;BR /&gt;/home/abc/b &amp;gt; cd /&lt;BR /&gt;You are not allowed to cd to /.&lt;BR /&gt;/home/abc/b &amp;gt; cd ..&lt;BR /&gt;You are not allowed to cd to ...&lt;BR /&gt;/home/abc/b &amp;gt; /usr/bin/ksh&lt;BR /&gt;You are not allowed to run a new shell in restricted mode.&lt;BR /&gt;/home/abc/b &amp;gt; ls; /usr/bin/ksh&lt;BR /&gt;You are not allowed to run compound statements.&lt;BR /&gt;/home/abc/b &amp;gt; cd /usr/bin&lt;BR /&gt;/usr/bin &amp;gt; ksh&lt;BR /&gt;You are not allowed to run a new shell in restricted mode.&lt;BR /&gt;/usr/bin &amp;gt; ./ksh&lt;BR /&gt;You are not allowed to run a new shell in restricted mode.&lt;BR /&gt;/usr/bin &amp;gt; exit&lt;BR /&gt;logout&lt;BR /&gt;===========================================&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Feb 2001 02:21:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490115#M803564</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-02-09T02:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: user administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490116#M803565</link>
      <description>If I generate a file named "echo" in /home/abc with below content...&lt;BR /&gt;&lt;BR /&gt;/usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;and make it excutable...&lt;BR /&gt;&lt;BR /&gt;Guess what??&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Feb 2001 19:16:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490116#M803565</guid>
      <dc:creator>Glen Liu</dc:creator>
      <dc:date>2001-02-09T19:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: user administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490117#M803566</link>
      <description>Hi Gang,&lt;BR /&gt;&lt;BR /&gt;I don't understand the need of re-inventing the wheel as the "restricted shells" are the tools you're looking for (rsh, rksh).&lt;BR /&gt;&lt;BR /&gt;You can further restrict your users ability to start applications with a pre-defined PATH that they won't be allowed to change. &lt;BR /&gt;Depending on what kind of applications those users should run, you could create a restricted bin directory with a copy of all those 'safe' applications.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Feb 2001 10:42:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490117#M803566</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2001-02-10T10:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: user administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490118#M803567</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yeap, a script with a shell interpreter embedded as one of its commands will allow the restrictions to be bypassed. Thanks for pointing this out. The emulated shell is not perfect yet. A further control can be inserted to check for the existence of the shell interpreter in any script before executing it in an emulated shell.&lt;BR /&gt;&lt;BR /&gt;I agree with Dan that we should stick with rsh and rksh if we do not want the user to access any files beyond his own home directory. A "cd /" will be blocked by rsh or rksh.&lt;BR /&gt;&lt;BR /&gt;However, both rksh or rsh do not disallow the execution of "cd .." from a subdirectory in a user's home directory. I was taking the original query apart whereby the user has to be blocked from running "cd ..". &lt;BR /&gt;&lt;BR /&gt;To block "cd ..", I wrote this script, out of pure fun. I believe I am trying to re-invent a big part of the wheel in order to take care of the small part ie. "cd ..". But it was nevertheless interesting to try emulating a shell via a script and identify the controls necessary and the loopholes to consider. :)&lt;BR /&gt;&lt;BR /&gt;Thanks. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Sat, 10 Feb 2001 17:47:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-administration/m-p/2490118#M803567</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-02-10T17:47:08Z</dc:date>
    </item>
  </channel>
</rss>

