Directory Manipulation and Management: Revision history

From Mintarc Forge

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 February 2025

  • curprev 01:5801:58, 20 February 2025 Tommy talk contribs 1,998 bytes +1,998 Created page with "== chmod - Change file mode bits == chmod modifies the permissions of files and directories. Examples: *chmod 755 file.txt: Set read, write, execute for owner; read, execute for group and others *chmod u+x script.sh: Add execute permission for the owner *chmod go-w shared_file: Remove write permission for group and others *chmod -R 644 directory/: Recursively set permissions for files in a directory == ls - List directory contents == ls lists files and directories, inc..."