You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for pointing that out. In any case, inline documentation is available:
$ permissions --help
Usage: permissions [(--files|--folders) [-s XXX]]
Shows/Establish default permissions for files and folders created by MEGAcmd.
Permissions are unix-like permissions, with 3 numbers: one for owner, one for group and one for others
Options:
--files To show/set files default permissions.
--folders To show/set folders default permissions.
--s XXX To set new permissions for newly created files/folder.
Notice that for files minimum permissions is 600,
for folders minimum permissions is 700.
Further restrictions to owner are not allowed (to avoid missfunctioning).
Notice that permissions of already existing files/folders will not change.
Notice that permissions of already existing files/folders will not change.
Notice: this permissions will be saved for the next time you execute MEGAcmd server. They will be removed if you logout.
EndBug
added a commit
to EndBug/MEGAcmd
that referenced
this issue
Oct 3, 2022
The
permissions
command is not in the User GuideThe text was updated successfully, but these errors were encountered: