1. The user id and group id of the process. These are used to determine if the process has permission to take certain actions.

2. Processes can change their user id and group id in order to do something as a different user or group. This relates to that. In your programs, there will be no differences between the real and effective ids.

3. Every file is owned by a user and a group. These are used to determine how a process can access the file.

4. A file is anything that can be in a directory. A plain file is one that's not a directory, sym link, socket, pipe or device (etc?).

5. A file is a directory if it was created using mkdir(2).

5. Named pipes, sockets, and devices are special types of files. See chmod(1) for info on the three special bits.

6. They return the difference between the time the script started and the time the file was modified, accessed or had its inode changed, as a fractional number of days.


In reply to Re: some questions about specific unary operators by ikegami
in thread some questions about specific unary operators by palkia

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.