PowerScale: chmod를 사용하여 고급 ACL에서 통합 권한으로 롤백
Zusammenfassung: 이 문서는 원하는 디렉토리에서 chmod를 사용하여 고급 ACL에서 가상 유형으로 롤백하는 데 도움이 됩니다.
Dieser Artikel gilt für
Dieser Artikel gilt nicht für
Dieser Artikel ist nicht an ein bestimmtes Produkt gebunden.
In diesem Artikel werden nicht alle Produktversionen aufgeführt.
Symptome
1 - 클러스터에 고급 ACL이 적용된 디렉토리(.ssh)가 있습니다.
2-chmod를 사용하여 권한을 "700"으로 변경하면 적용되지 않습니다.
Cluster-1# ls -l total 296 -rwxr-x--- + 1 150xxx admin 10270 Mar 31 22:14 .sh_history drwxr-x--- + 2 150xxx admin 114 Mar 30 18:15 .ssh >>>"+" indicates that Advance ACLs are applied to the directory. Cluster-1# ls -led .ssh drwxr-x--- + 2 150xxx admin 114 Mar 30 18:15 .ssh OWNER: user:150xxx GROUP: group:admin CONTROL:dacl_auto_inherited,sacl_auto_inherited 0: user:150xxx allow dir_gen_read,dir_gen_write,dir_gen_execute,std_write_dac,delete_child 1: group:admin allow std_read_dac,std_synchronize,dir_read_attr 2: everyone allow std_read_dac,std_synchronize,dir_read_attr 3: group:admin allow inherited dir_gen_read,dir_gen_execute,read_write_sacl,inherited_ace 4: creator_group allow inherited dir_gen_read,dir_gen_execute,read_write_sacl,object_inherit,container_inherit,inherit_only,inherited_ace 5: user:150xxx allow inherited dir_gen_all,inherited_ace 6: creator_owner allow inherited dir_gen_all,object_inherit,container_inherit,inherit_only,inherited_ace
2-chmod를 사용하여 권한을 "700"으로 변경하면 적용되지 않습니다.
#Cluster-1#chmod 700 .ssh Cluster-1# Cluster-1# ls -l total 296 -rwxr-x--- + 1 150xxx admin 10270 Mar 31 22:14 .sh_history drwxr-x--- + 2 150xxx admin 114 Mar 30 18:15 .ssh <<ADV ACL remains the same >>
Ursache
통합 ACL을 원하는 디렉토리에 적용해야 합니다.
Lösung
-"- b" 옵션을 추가하면 디렉토리에 가상 권한이 적용됩니다.
Cluster-1# chmod -b 700 .ssh Cluster-1# Cluster-1# Cluster-1# ls -l total 296 -rwxr-x--- + 1 150xxx admin 10270 Mar 31 22:14 .sh_history drwx------ 2 150xxx admin 114 Mar 30 18:15 .ssh주의! 발생할 변경 사항에 대해 고객의 동의를 구합니다.
Weitere Informationen
이 비디오를 참조하십시오.
Betroffene Produkte
PowerScale OneFSArtikeleigenschaften
Artikelnummer: 000199996
Artikeltyp: Solution
Zuletzt geändert: 14 Mai 2026
Version: 8
Antworten auf Ihre Fragen erhalten Sie von anderen Dell NutzerInnen
Support Services
Prüfen Sie, ob Ihr Gerät durch Support Services abgedeckt ist.