mirror of https://github.com/CrimsonTome/tldr.git
cd, chmod: fix typo in Farsi translation (#12027)
parent
5db8155efb
commit
8783826e79
|
@ -7,11 +7,11 @@
|
||||||
|
|
||||||
`chmod u+x {{path/to/file}}`
|
`chmod u+x {{path/to/file}}`
|
||||||
|
|
||||||
- به کابر مالک دسترسی خواند|نوشتن یک فایل|پوشه را میدهد:
|
- به کابر مالک دسترسی خواندن|نوشتن یک فایل|پوشه را میدهد:
|
||||||
|
|
||||||
`chmod u+rw {{path/to/file_or_directory}}`
|
`chmod u+rw {{path/to/file_or_directory}}`
|
||||||
|
|
||||||
- دسترسی اجرا را از گروه صلب میکند:
|
- دسترسی اجرا را از گروه سلب میکند:
|
||||||
|
|
||||||
`chmod g-x {{path/to/file}}`
|
`chmod g-x {{path/to/file}}`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue