Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

chmod and chown issues

Featured Replies

I used ssh (root) to move some files, and file permissions ended up messed up, so when I tried to run an rsync backup script, I had issues.

 

'docker safe new permissions' takes hours to run on my array, and I only needed the permissions of one share changed.

 

'chmod 777 *' didn't work.  Failed with an 'invalid option' error.  But 'chmod 777 1*' and then 'chmod 777 2*' and then 'chmod 777 A*' and then 'chmod 777 B*' etc etc etc worked fine.

 

chown, same exact behavior.  'chown -R nobody:users *' failed with an 'invalid option' error.  'chown -R nobody:users A*' B* C* D* etc etc etc worked fine.

 

What did I do wrong?

Do you have a file/directory that starts with a "-", in which case the "*" will be expanding to something that looks like a command option. ?

 

maybe ‘chmod -- 777 *’ might work in that case.

 

  • Community Expert

No idea what you did wrong :(

 

However I wondered if you realised that the New Permissions script can be run against a just a specified share which I would not expect to take that long (rather than the default of all disks/shares)?  You can do it from the GUI or from the command line by using a command of the form
  newperms /mnt/user/sharename

 

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.