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.

Frage zu chmod

Featured Replies

Das "New Permissions" Tool von Unraid führt z.B. die folgenden beiden Befehle aus:

 

chmod -R u-x,go-rwx,go+u,ugo+X '/mnt/disk1'
chown -R nobody:users '/mnt/disk1'

 

Ich hatte sporadisch immer die folgenden Befehle ausgeführt:

 

find /mnt/disk1 -type f -not -perm 666 -exec chmod 666 {} \;
find /mnt/disk1 -type d -not -perm 777 -exec chmod 777 {} \;

find /mnt/disk1 -type f -not -user nobody -exec chown nobody:users {} \;

 

Wie Ihr seht mache ich einen Unterschied zwischen Dateien (-type f) und Ordnern (-type d). Wird das durch den Unraid chmod Befehl ebenfalls gemacht? Und ist das überhaupt erforderlich? Ich muss gestehen, dass sich mir, selbst nach mehrmaligem Lesen des chmod Manuals, die chmod Syntax mit den Buchstaben nicht ganz erschlossen hat.

 

Vielen Dank.

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

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.