1f08c3bdfSopenharmony_ciReadme file for linktest.pl 2f08c3bdfSopenharmony_ci 3f08c3bdfSopenharmony_ciLicense: 4f08c3bdfSopenharmony_ci 5f08c3bdfSopenharmony_ci Copyright (c) International Business Machines Corp., 2001 6f08c3bdfSopenharmony_ci 7f08c3bdfSopenharmony_ci This program is free software; you can redistribute it and/or 8f08c3bdfSopenharmony_ci modify it under the terms of the GNU General Public License as 9f08c3bdfSopenharmony_ci published by the Free Software Foundation; either version 2 of 10f08c3bdfSopenharmony_ci the License, or (at your option) any later version. 11f08c3bdfSopenharmony_ci 12f08c3bdfSopenharmony_ci This program is distributed in the hope that it will be 13f08c3bdfSopenharmony_ci useful, but WITHOUT ANY WARRANTY; without even the implied 14f08c3bdfSopenharmony_ci warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 15f08c3bdfSopenharmony_ci PURPOSE. See the GNU General Public License for more details. 16f08c3bdfSopenharmony_ci 17f08c3bdfSopenharmony_ci You should have received a copy of the GNU General Public 18f08c3bdfSopenharmony_ci License along with this program; if not, write to the Free 19f08c3bdfSopenharmony_ci Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, 20f08c3bdfSopenharmony_ci MA 02111-1307 USA 21f08c3bdfSopenharmony_ci 22f08c3bdfSopenharmony_ci 23f08c3bdfSopenharmony_ciOverview: 24f08c3bdfSopenharmony_ci Name: linktest.pl 25f08c3bdfSopenharmony_ci Description: A regression test for links per file. 26f08c3bdfSopenharmony_ci Linktest.pl is a simple test that attempts 27f08c3bdfSopenharmony_ci to create a given number of hard links and 28f08c3bdfSopenharmony_ci symbolic links to a single file. 29f08c3bdfSopenharmony_ci 30f08c3bdfSopenharmony_ciFiles: 31f08c3bdfSopenharmony_ci linktest.pl 32f08c3bdfSopenharmony_ci README 33f08c3bdfSopenharmony_ci 34f08c3bdfSopenharmony_ciAvailability: 35f08c3bdfSopenharmony_ci Currently only available via internal IBM websites pending 36f08c3bdfSopenharmony_ci legal review: 37f08c3bdfSopenharmony_ci http://cvs.opensource.ibm.com/cgi-bin/cvsweb.cgi/testcases/fs/fs_perms/?cvsroot=ltp 38f08c3bdfSopenharmony_ci 39f08c3bdfSopenharmony_ciInstallation: 40f08c3bdfSopenharmony_ci N/A 41f08c3bdfSopenharmony_ci 42f08c3bdfSopenharmony_ciUse: 43f08c3bdfSopenharmony_ci ./linktest.pl <number of symbolic links> <number of hard links> 44f08c3bdfSopenharmony_ci 45f08c3bdfSopenharmony_ci ex: ./linktest.pl 1000 1000 would create 1000 symlinks and 1000 46f08c3bdfSopenharmony_ci hardlinks 47f08c3bdfSopenharmony_ci 48f08c3bdfSopenharmony_ciWarning(s): 49f08c3bdfSopenharmony_ci If execution is terminated, the hlink and slink subdirectories will 50f08c3bdfSopenharmony_ci have to be manually removed (along with any links or files in them). 51f08c3bdfSopenharmony_ci 52f08c3bdfSopenharmony_ciToDo: 53f08c3bdfSopenharmony_ci I'll think of something. 54f08c3bdfSopenharmony_ci 55f08c3bdfSopenharmony_ciChangeLog: 56f08c3bdfSopenharmony_ci Date Version Author Reason 57f08c3bdfSopenharmony_ci 05/07/01 .99 martinjn@us.ibm.com Needed a quick regression test to 58f08c3bdfSopenharmony_ci identify link limitations. 59f08c3bdfSopenharmony_ci 60f08c3bdfSopenharmony_ci 61f08c3bdfSopenharmony_ciJeff Martin 62f08c3bdfSopenharmony_ciSoftware Engineer 63f08c3bdfSopenharmony_ciIBM Linux Technology Center-Test Team 64f08c3bdfSopenharmony_cimartinjn@us.ibm.com 65