Question

    Which command can change the default permissions for files and directories at creation?

    A Umask Correct Answer Incorrect Answer
    B Chmod Correct Answer Incorrect Answer
    C Chown Correct Answer Incorrect Answer
    D Chgrp Correct Answer Incorrect Answer

    Solution

    The "chmod" command is used to change file permissions.

    Practice Next