Saltar al contenido principal

⚠️ Please note that this topic or post has been archived. The information contained here may no longer be accurate or up-to-date. ⚠️

Permissions Issue

Comentarios

1 comentario

  • Eric Nepean
    Permissions issues are usually best understood and fixed in UNIX.

    I suggest that you open "Terminal", found in the /Applications/Utilities folder. This will start in your home folder.

    (In Unix, folders are called directories)

    Navigate to the folder where images are located that have the permissions issues.
    • Use cd subfolder_name to change to a subfolder

    • Use cd .. to change to the parent folder

    • cd / changes to the root folder

    • cd /Volumes takes you to the list of external drives

    • pwd gives the path to the folder you are in

    • ls gives a quick list of the files and subfolders in the current folder

    • man ls gives you the manual (help) for the command "ls"


    Once you have terminal in a folder (directory) with the images having permissions issues, execute these commands, and post the Terminal output here:
    • ls -@aleO (List each file and directory in detail, with every extended attribute, flag and access control list)

    • ls -@aleO .. (List each file and directory of the parent directory in detail, with every extended attribute, flag and access control list)

    • whoami (Who Am I)

    • pwd (Print Working Directory)
    0

La publicación no admite más comentarios.