例:インスタンス「e」のクラス名を取得↓
e.__class__.__name__
e.__class__.__name__
def checkEqual(L1, L2):
return len(L1) == len(L2) and sorted(L1) == sorted(L2)
find /path/to/base/dir -type d -exec chmod 755 {} +
find /path/to/base/dir -type f -exec chmod 644 {} +