Hello,
I have some question about owner 500 after having installed testlink 1.9.3 by following the doc installation of testlink.
Under directory ./../httpd-2.2.22/htdocs/testlink-1.9.3, the owner of this directory is id 500.
No user is with this id (I don't find any user with id 500 under /etc/passwd ou /etc/group).
The apache user is deamon.Someone can help to tell me who is renseigned this id 500??
Thanks lot for your help
you can see exemple there.
[root@mutbxxx htdocs]# pwd
/produit/httpd-2.2.22/htdocs
[root@mutbxxx htdocs]# ll
total 12
-rw-r--r-- 1 root root 44 Nov 20 2004 index.html
-rw-r--r-- 1 root root 20 Oct 11 20:33 infophp.info
drwxrwxrwx 12 500 500 4096 Oct 15 15:04 testlink-1.9.3
[root@mutbxxx testlink-1.9.3]# pwd
/produit/httpd-2.2.22/htdocs/testlink-1.9.3
[root@mutbsxxx testlink-1.9.3]# ll
total 500
drwxrwxrwx 2 500 500 4096 Oct 15 12:19 cfg
-rw-rw-r-- 1 500 500 211574 Jul 2 2011 CHANGELOG
-rw-rw-rw- 1 500 500 558 Jul 2 2011 CODE_REUSE
-rw-r--r-- 1 daemon daemon 241 Oct 12 17:26 config_db.inc.php
-rw-rw-rw- 1 500 500 63954 Oct 15 12:19 config.inc.php
-rw-rw-rw- 1 500 500 63949 Oct 15 11:40 config.inc.php~
drwxrwxrwx 2 500 500 4096 Jul 2 2011 custom
-rw-rw-rw- 1 500 500 8511 Oct 15 12:11 custom_config.inc.php
-rw-rw-rw- 1 500 500 8478 Jul 2 2011 custom_config.inc.php.example
drwxrwxrwx 9 500 500 4096 Jul 2 2011 docs
-rw-rw-rw- 1 500 500 3775 Jul 2 2011 firstLogin.php
drwxrwxrwx 8 500 500 4096 Jul 2 2011 gui
-rw-rw-rw- 1 500 500 1259 Jul 2 2011 index.php
drwxrwxrwx 7 500 500 4096 Jul 2 2011 install
drwxrwxrwx 20 500 500 4096 Jul 2 2011 lib
-rw-rw-rw- 1 500 500 18009 Jul 2 2011 LICENSE
-rw-rw-rw- 1 500 500 9714 Jul 2 2011 linkto.php
drwxrwxrwx 19 500 500 4096 Jul 2 2011 locale
-rwxrwxrwx 1 500 500 6244 Jul 2 2011 login.php
-rw-rw-rw- 1 500 500 795 Jul 2 2011 logout.php
drwxrwxrwx 2 500 500 4096 Jul 2 2011 logs
-rw-rw-rw- 1 500 500 1998 Jul 2 2011 lostPassword.php
-rw-rw-r-- 1 500 500 8454 Jul 2 2011 README
-rw-rw-rw- 1 500 500 4308 Jul 2 2011 sysinfo.php
drwxrwxrwx 20 500 500 4096 Jul 2 2011 third_party
-rw-rw-rw- 1 500 500 1734 Jul 2 2011 TL-1.9-Prague-NEWS.txt
drwxrwxrwx 2 500 500 4096 Jul 2 2011 upload_area
[root@mutbxxx testlink-1.9.3]# pwd
/produit/httpd-2.2.22/htdocs/testlink-1.9.3
UNIX ENVIRONMENT - owner 500 after installation testlink
Moderators: Amaradana, TurboPT, TL Developers
Re: owner 500 after installation testlink
When using tar command to create a .tar file, it saves the original userid and groupid as numbers not names.
And then when somebody tries to untar the tar files (tar -x....) as root it sets the saved userid and groupid, and as you don't have any user or group with id 500 you just see numbers.
So just change owner of the files/directory that you want.
And then when somebody tries to untar the tar files (tar -x....) as root it sets the saved userid and groupid, and as you don't have any user or group with id 500 you just see numbers.
So just change owner of the files/directory that you want.
Re: owner 500 after installation testlink
Thanks lot, I'm going to create testlink user and get the owner by this user under directory.
I come back for telling if it's ok.
Thanks
I come back for telling if it's ok.
Thanks