Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: SalaTar on August 31, 2002, 07:27:12 AM

Title: New feature?
Post by: SalaTar on August 31, 2002, 07:27:12 AM
http://www.salatar.com/new.JPG
Title: Re: New feature?
Post by: Duncan on August 31, 2002, 06:06:32 PM
I think it has something to do with SME running as a PDC. Not sure though.

I have two machines set up as Domain Controllers and they both have this directory. The others dont.

Regards Duncan
Title: Re: New feature?
Post by: SalaTar on August 31, 2002, 08:02:52 PM
Thank you,
Thought I was losing my mind.
Title: Re: New feature?
Post by: Andy on September 02, 2002, 05:34:23 PM
I get this..


[root@gateway /]# cd noexistingpath
[root@gateway noexistingpath]# ls -la
total 20
drwx------    2 pc-mobil pc-mobil     4096 Aug  5 15:02 .
drwxr-xr-x   20 root     root         4096 Aug  5 15:02 ..
-rw-r--r--    1 pc-mobil pc-mobil       24 Aug  5 15:02 .bash_logout
-rw-r--r--    1 pc-mobil pc-mobil      191 Aug  5 15:02 .bash_profile
-rw-r--r--    1 pc-mobil pc-mobil      124 Aug  5 15:02 .bashrc
[root@gateway noexistingpath]#

Have a look in /etc/passwd for "noexistingpath"
you can do this by:

grep "noexist" /etc/passwd

You will see machine accounts that use this folder.
The shell is set to /bin/false

Hope that helps.