Results 11 to 15 of 15
[arun@localhost Desktop]$ ls -1
Its small L in ls -l.
l s - l...
- 05-10-2008 #11Its small L in ls -l.[arun@localhost Desktop]$ ls -1
ls -lIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-10-2008 #12
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.
- 05-10-2008 #13
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
- 05-10-2008 #14
- 05-10-2008 #15
run the following command(just copy and paste it to the terminal)
you open a terminal
and you run this
this will ask for the root password. you enter it and you should be done.Code:su -c "rm -rf /home/arun/Desktop/aru"
afterwards run the following command to check if the folder is deleted or not
tell us what happens afterwardsCode:ls /home/arun/Desktop/aru
Linux and me it's a love story


Reply With Quote
