Find the answer to your Linux question:
Page 2 of 2 FirstFirst 1 2
Results 11 to 15 of 15
[arun@localhost Desktop]$ ls -1 Its small L in ls -l. l s - l...
  1. #11
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    [arun@localhost Desktop]$ ls -1
    Its small L in ls -l.

    ls -l
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  2. #12
    Just Joined! iyuvabharat's Avatar
    Join Date
    Mar 2008
    Location
    HYDERABAD.INDIA
    Posts
    43
    well i went to the terminal did as u said(khafa) i want to delete the folder "aru" on the desktop location----/home/arun/Desktop
    u can see it above the list of docs.

  3. #13
    Just Joined! iyuvabharat's Avatar
    Join Date
    Mar 2008
    Location
    HYDERABAD.INDIA
    Posts
    43
    her e is what i want to delete folder name aru on the desktop location---/home/arun/Desktop
    i did as u told in begining but nothing happened
    plz write the detailed type of command with foldername
    plllllz

  4. #14
    Linux Engineer khafa's Avatar
    Join Date
    Apr 2008
    Location
    Tokyo, Japan
    Posts
    858
    Quote Originally Posted by iyuvabharat View Post
    well i went to the terminal did as u said(khafa) i want to delete the folder "aru" on the desktop location----/home/arun/Desktop
    u can see it above the list of docs.
    can you please run the following command and post the result
    Code:
    ls -l /home/arun/Desktop/aru
    as devils told you its a small L (-l)
    Linux and me it's a love story

  5. #15
    Linux Engineer khafa's Avatar
    Join Date
    Apr 2008
    Location
    Tokyo, Japan
    Posts
    858
    run the following command(just copy and paste it to the terminal)

    you open a terminal
    and you run this
    Code:
    su -c "rm -rf /home/arun/Desktop/aru"
    this will ask for the root password. you enter it and you should be done.

    afterwards run the following command to check if the folder is deleted or not
    Code:
    ls /home/arun/Desktop/aru
    tell us what happens afterwards
    Linux and me it's a love story

Page 2 of 2 FirstFirst 1 2

Posting Permissions

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