Find the answer to your Linux question:
Results 1 to 4 of 4
Hi, I am new to Linux. I use redhat. I have a folder on my desktop which I am not able to do any action such as open, delete, etc. ...
  1. #1
    Just Joined!
    Join Date
    Mar 2009
    Posts
    1

    Post New to Linux-Can't open a folder in deasktop

    Hi, I am new to Linux. I use redhat. I have a folder on my desktop which I am not able to do any action such as open, delete, etc. Nothing happens when double click(or right click and click open). When I right click the folder and click on properties it shows the folder contains 300 items. Can anyone help me how to open the folder and view the contents? Thanks.

  2. #2
    Linux Newbie Ziplock's Avatar
    Join Date
    Jan 2009
    Location
    Adelaide
    Posts
    169
    Did you create this folder, or did it just 'appear'?

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Execute this in Terminal/Konsole :
    Code:
    cd ~/Desktop
    ls 
    cd <folder_name>
    In case it doesn't work, execute this
    Code:
    cd ~/Desktop
    ls -l
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Just Joined!
    Join Date
    Mar 2009
    Posts
    2
    You might not have permission to open the folder.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...