Chmod Calculator

Owner (u) Group (g) Public (o)
{{ title }}
{{ octal }}
{{ symbolic }}
Command

"chmod" stands for "change mode" and is a command used in Unix-like operating systems to change the access permissions of files and directories. It allows users to control who can read, write, or execute a particular file or directory.

The chmod command operates on three categories of users:

  • Owner: The user who owns the file or directory.

  • Group: The group associated with the file or directory.

  • Others: All other users who are not the owner and not in the group.

For each of these categories, chmod can assign or remove the following permissions:

  • Read (r): Allows reading and listing contents of a file or directory.

  • Write (w): Allows modifying or deleting a file, and creating, deleting, or renaming files within a directory.

  • Execute (x): Allows executing a file as a program or script, or entering a directory.


The syntax of the chmod command typically follows this format:

chmod [options] mode file(s)

Here, "mode" specifies the permissions to be set, and "file(s)" represents the file or files on which the permissions are to be changed.

Some common examples of using chmod are:

  • chmod +x file: Grants execute permission to the file for the owner, group, and others.

  • chmod u+w file: Grants write permission to the owner of the file.

  • chmod go-r file: Removes read permission from the group and others for the file.


Featured Tools

Featured tools that you might find useful.

Popular Tools

List of popular tools that users love and frequently use.

New Tools

The latest tools added to our collection, designed for you.

Topics

The tools grouped by topics to quickly find what you need.
CSS Stripes Generator is a web-based CSS code generate tool designed to simplify the creation of striped patterns using Cascading Style Sheets (CSS). It enables users, including designers and developers, to quickly generate custom striped backgrounds without needing advanced CSS knowledge.

CSS Stripes Generator

CSS Stripes Generator is a web-based CSS code generate tool designed to simplify the creation of striped patterns using Cascading Style Sheets (CSS). It enables users, including designers and developers, to quickly generate custom striped backgrounds without needing advanced CSS knowledge.
CSS Scrollbar Code Generator is a CSS code maker designed specifically for web developers who wish to customize the appearance of scrollbars on their websites or web applications. This tool simplifies the process of generating CSS scrollbar code that allows you to change various aspects of the scrollbar, including its color, width, thumb shape, making your website stand out with unique scrolling experiences.

CSS Scrollbar Generator

CSS Scrollbar Code Generator is a CSS code maker designed specifically for web developers who wish to customize the appearance of scrollbars on their websites or web applications. This tool simplifies the process of generating CSS scrollbar code that allows you to change various aspects of the scrollbar, including its color, width, thumb shape, making your website stand out with unique scrolling experiences.
CSS Glassmorphism Generator is a CSS code generate tool designed to simplify the creation of glass-like, see-through effects in web design by adjusting parameters such as background blur, transparency levels, and border finishes.

CSS Glassmorphism Generator

CSS Glassmorphism Generator is a CSS code generate tool designed to simplify the creation of glass-like, see-through effects in web design by adjusting parameters such as background blur, transparency levels, and border finishes.
CSS Gradient Text Generator is a CSS code generation tool that helps developers and designers create visually appealing colorful gradient text effects. It allows you to apply gradient colors to text elements effortlessly.

CSS Gradient Text Generator

CSS Gradient Text Generator is a CSS code generation tool that helps developers and designers create visually appealing colorful gradient text effects. It allows you to apply gradient colors to text elements effortlessly.