Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > fcff2171b3514896115841c4ab564f27 > files > 19

krename-2.5.5-1mdk.ppc.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta name="generator" content="HTML Tidy, see www.w3.org">
    <title>
      Questions and Answers
    </title>
    <link rel="HOME" title="The Krename Handbook" href="index.html">
    <link rel="PREVIOUS" title="Using Krename" href="using-krename.html">
    <link rel="NEXT" title="Changes" href="changes.html">
    <meta http-equiv="Content-Style-Type" content="text/css">
    <link rel="stylesheet" href="common/kde-common.css" type="text/css">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta http-equiv="Content-Language" content="en">
    <link rel="stylesheet" href="common/kde-localised.css" type="text/css" title="KDE-English">
    <link rel="stylesheet" href="common/kde-default.css" type="text/css" title="KDE-Default">
  </head>
  <body class="BOOK" bgcolor="#FFFFFF" text="#000000" link="#AA0000" vlink="#AA0055" alink="#AA0000" style="font-family: sans-serif;">
    <div class="logoheader">
      <a href="http://www.kde.org/"><img src="common/logotp3.png" border="0" alt="The K Desktop Environment" height="62" width="229"></a>
    </div>
    <div class="NAVHEADER">
      <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <th colspan="3" align="center">
            The Krename Handbook
          </th>
        </tr>
        <tr>
          <td width="10%" align="left" valign="bottom">
            <a href="using-krename.html">Prev</a>
          </td>
          <td width="80%" align="center" valign="bottom">
          </td>
          <td width="10%" align="right" valign="bottom">
            <a href="changes.html">Next</a>
          </td>
        </tr>
      </table>
      <hr align="LEFT" width="100%">
    </div>
      <h1>
        <a name="FAQ">Chapter 3. Questions and Answers</a>
      </h1>
        <dl>
          <dt>
            3.1. <a href="faq.html#AEN53">Does Krename overwrite files?</a>
          </dt>
          <dt>
            3.2. <a href="faq.html#AEN54">Why is moving files between different partion not working ?</a>
          </dt>
          <dt>
            3.3. <a href="faq.html#AEN55">Why can't I rename directories ?</a>
          </dt>
          <dt>
            3.4. <a href="faq.html#AEN56">Can krename show more than 1000 users or groups ?</a>
          </dt>
          <dt>
            3.5. <a href="faq.html#AEN57">How can I change the permission of some files without renaming them ?</a>
          </dt>
          <dt>
            3.6. <a href="faq.html#AEN58">I have a question concerning krename. Whom shall I ask ?</a>
          </dt>
          <dt>
            3.7. <a href="faq.html#AEN59">Why is creating symbolic links not working ?</a>
          </dt>

        </dl>
            <p>
              <a name="AEN53"></a> <b>3.1.</b> Does Krename overwrite files?
            </p>
            <p>
              No! Krename should never overwrite existing files until you check the checkbox <i>Overwrite existing files</i>!
              By default krename won't overwrite files, if you want it to activate the checkbox <i>Overwrite existing files</i>.
            </p>
            <p>
              <a name="AEN54"></a> <b>3.2.</b> Why is moving files between different partion not working ?
            </p>
            <p>
              This error occures on Linux when I try to move files from my reiser partion to a fat32 partition.<br>
              The problem is that krename is moving files using the systems rename call. This call doesn't work
              on different partitions. I don't think this bug will be fixed in future versions. You have to use the
              copy function instead.
            </p>
            <p>
              <a name="AEN55"></a> <b>3.3.</b> Why can't I rename directories ?
            </p>
            <p>
              Don't ask me! Krename wasn't written for renaming directories. It may work under certain conditions,
              but chances are very big that you loose all files in the renamed directory!
            </p>
            <p>
              <a name="AEN56"></a> <b>3.4.</b> Can krename show more than 1000 users or groups ?
            </p>
            <p>
              By default krename shows not more than 1000 users or groups in the combobox for changing owner and groups.
              On a normal users system this should be enough. If krename would check for more users/groups it would be more
              time consuming. If you need krename to show more than 1000 users/groups you can write a mail to me
              for better instructions or change the sourcecode yourself.<br />You have to open the file "batchrenamer.h"
              in a texteditor (emacs, vi, ...) and search for the line:<br /><i>#define MAXENTRIES 1000</i>.<br /> You can change
              now the number of users that krename should show. For 20000 users the line should look like this:<br />
              <i>#define MAXENTRIES 20000</i>.<br /> Of course you have to do <i>make</i> and <i>make install</i> again.
              I was not able to try this feature on my computer, because I have not more than 1000 user accounts on my pc (not even more than 100 ;).
            </p>
            <p>
              <a name="AEN57"></a> <b>3.5.</b> How can I change the permission of some files without renaming them ?</p>
            <p>
              Of course, you can do this using krename. This instruction is very also usefull if you just want
              to change the time or date of some files. The step by step instruction:<br>
              <ul>
                <li>Add all files to the list.
                <li>Choose on the second page of the wizard <i>Rename input files</i> and check <i>Overwrite existing files</i>.
                <li>Change the access or modification dates on page 3 if you want.
                <li>Change the permissions.
                <li>On the last page set template to $ and be sure that <i>use original file extension</i> is checked.
                <li>Press finish and everything should work.
              </ul>
            </p>
            <p>
              <a name="AEN58"></a> <b>3.6.</b> I have a question concerning krename. Whom shall I ask ?</p>
            <p>
              You should ask me, the author of krename. Write an e-mail to <a href="mailto:domseichter@web.de">domseichter@web.de</a>.
              Try to include as much information as possible in the description of your problem and read this manual first
              (OK, you are already reading the manual ;) ).
            </p>
            <p>
              <a name="AEN59"></a> <b>3.7.</b> Why is creating symbolic links not working ?</p>
            <p>
              The most common problem is that not every filesystem supports symbolic links (symlinks). The Fat16 and Fat32 filesystem
              for example do not support symbolic links, therefore krename can't create them. If you use filesystems like Ext2fs, Ext3, reiserfs or JFS you should have no problems.
            </p>
    </div>
    <div class="NAVFOOTER">
      <hr align="LEFT" width="100%">
      <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="33%" align="left" valign="top">
            <a href="using-krename.html">Prev</a>
          </td>
          <td width="34%" align="center" valign="top">
            <a href="index.html">Home</a>
          </td>
          <td width="33%" align="right" valign="top">
            <a href="changes.html">Next</a>
          </td>
        </tr>
        <tr>
          <td width="33%" align="left" valign="top">
            Using Krename
          </td>
          <td width="34%" align="center" valign="top">
            &nbsp;
          </td>
          <td width="33%" align="right" valign="top">
            Changes
          </td>
        </tr>
      </table>
    </div>
  </body>
</html>