ROUTMIO_DEV

TOOLS

DDL GeneratorDDL → ERDDummy Data GeneratorRegex TesterJSON FormatterBase64 ConverterTimestamp ConverterCron BuilderMeeting Minutes

DATABASE

LANGUAGE

Linux Permissions

12 functions

chmodchmod [OPTION]... MODE FILE...

Change file access permissions.

chmod 755chmod 755 FILE

Set owner rwx, group and others r-x.

chmod +xchmod +x FILE

Add execute permission to a file.

chmod -Rchmod -R MODE DIR

Recursively change permissions in a directory.

chownchown [OPTION]... USER[:GROUP] FILE

Change file owner and group.

chown -Rchown -R USER:GROUP DIR

Recursively change ownership of a directory.

chgrpchgrp [OPTION]... GROUP FILE...

Change group ownership of a file.

umaskumask [MASK]

Set default file creation permission mask.

sudosudo [OPTION]... COMMAND

Execute a command as another user (default root).

susu [OPTION]... [USER]

Switch to another user account.

passwdpasswd [USER]

Change user password.

idid [USER]

Display user and group identity information.

Terms of ServicePrivacy PolicyContactIcons by Flaticon