ACL, ls, "permission denied" and a lot of questionmarks

650

The /home/alice/ directory needs executable access for the user accessing it.

EDIT: BTW, the question marks are there to indicate that ls can't get the permissions on the file.

Share:
650

Related videos on Youtube

user3908406
Author by

user3908406

CTO at Contovista AG Before: CEO at Zorp Technologies Inc., San Francisco, ...until Google Lens came out... Experienced software engineer and teamlead looking to build/enable useful, delightful, and meaningful products. Passionate, hard-worker interested in contributing to team-oriented, strong engineering cultures. Proven track record of hiring and running successful teams.

Updated on September 18, 2022

Comments

  • user3908406
    user3908406 over 1 year

    I tested my application in another mobile phone , a htc mobile phone , and it has a very large screen size. So I was very surprised when I saw the arrangement of the components ! Here is the captured image of the screen from the camera of another phone :

    enter image description here

    So how to make the components be sized and placed well according to the screen display size of any device ?

    • Frederik Deweerdt
      Frederik Deweerdt almost 11 years
      Doesn't the directory (/home/alice) need executable access?
    • user3908406
      user3908406 almost 11 years
      That solves it. So it looks like ls needs x permissions read the directory content. Probably makes sense. Thanks (Post it as the answer so i can accept it.)
    • slm
      slm almost 11 years
      In order to see the contents of a directory, a user needs x permissions.
  • Shai Almog
    Shai Almog over 12 years
    Correct, he also used setPreferredSize to a hardcoded value which obviously forces LWUIT to ignore automatic layout. I suggest using the GUI builder and going over the many samples, the GUI builder samples really help with visualizing layout management for multiple resolutions.