From f38bc604e163b0a572fc156537cec32512fddbb9 Mon Sep 17 00:00:00 2001 From: Sumanto Kar Date: Mon, 21 Aug 2023 00:44:42 +0530 Subject: Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc7508c..09fe2be 100644 --- a/README.md +++ b/README.md @@ -107,15 +107,15 @@ Use this command to change access to the files:
``` chmod ``` -Example: +Example:
``` chmod u=rwx,g=rx,o=r myfile ``` -You can also use: +You can also use:
``` sudo chmod 777 filename. ``` -Example: +Example:
``` sudo chmod 777 ~/Desktop/convert/rc ``` -- cgit