India Broadband Forum


Ubuntu Installation Doubts

This is a discussion on Ubuntu Installation Doubts within the Linux forums, part of the Operating Systems category; I don't know why that problem occurred. Similar problem has happened to me too once. Did you tried deleting using ...

Go Back   India Broadband Forum > Computers > Operating Systems > Linux

India Broadband Forum


                      

Reply

 

LinkBack Thread Tools Display Modes
Old 01-19-09, 04:18 PM   #141
Platinum Member
 
Archer's Avatar
 
Join Date: Aug 2008
Location: Kerala
Posts: 2,824
Rep Power: 6
Archer is a jewel in the roughArcher is a jewel in the roughArcher is a jewel in the rough
Default

I don't know why that problem occurred. Similar problem has happened to me too once.
Did you tried deleting using Terminal ?

Try this.

Code:
gksudo nautilus /home/username/Desktop
And try to delete the files/folders from there.

> Replace with your username.
Archer is offline   Reply With Quote
Old 01-19-09, 04:31 PM   #142
ShAdOwCoN
Guest
 
Posts: n/a
Default

^Not working

I eneterd the code ... it asked for password ...came to Desktop ... but when i give rm filename it says

rm: cannot remove `Themes': No such file or directory

There is a file named Themes in my Desktop , no spelling errors

PS : Those files have a lock mark over it
  Reply With Quote
Old 01-19-09, 04:37 PM   #143
Platinum Member
 
Archer's Avatar
 
Join Date: Aug 2008
Location: Kerala
Posts: 2,824
Rep Power: 6
Archer is a jewel in the roughArcher is a jewel in the roughArcher is a jewel in the rough
Default

You don't need to enter any command after entering this:

Code:
gksudo nautilus /home/username/Desktop
Select the file and try deleting like always. Right Click -> Move to Trash
Archer is offline   Reply With Quote
Old 01-19-09, 04:42 PM   #144
ShAdOwCoN
Guest
 
Posts: n/a
Default

when i select move to trash it says

It cannot be done do u want to delete it immediately ?
i click on ok
It says error while deleting ,gives 2 options cancel and skip all

Nothing happens whichever i choose
  Reply With Quote
Old 01-19-09, 05:42 PM   #145
Platinum Member
 
Archer's Avatar
 
Join Date: Aug 2008
Location: Kerala
Posts: 2,824
Rep Power: 6
Archer is a jewel in the roughArcher is a jewel in the roughArcher is a jewel in the rough
Default

I forgot what I did when this error happened to me.

Try the "gksudo nautilus /home/username/Desktop" command one more time.

And in the folder View -> Show Hidden Files or Ctrl+H and delete all the ~temp files and try deleting the folders once more.
Archer is offline   Reply With Quote
Old 01-19-09, 06:12 PM   #146
ShAdOwCoN
Guest
 
Posts: n/a
Default

there are no temp files
  Reply With Quote
Old 01-19-09, 09:28 PM   #147
Silver Member
 
mahehellraiser's Avatar
 
Join Date: Aug 2008
Location: BANGlore,INDIA
Age: 22
Posts: 343
Rep Power: 2
mahehellraiser is on a distinguished road
Send a message via Yahoo to mahehellraiser
Default

@shadow

i've shifted to KDE now...i cant get any items on the desktop all are widgets..even a file...


did u try

sudo rm -rf

in the terminal
mahehellraiser is offline   Reply With Quote
Old 01-19-09, 09:56 PM   #148
ShAdOwCoN
Guest
 
Posts: n/a
Default

yeah

No such file or directory
  Reply With Quote
Old 01-20-09, 09:42 AM   #149
Gold Member
 
Join Date: Apr 2007
Location: Jaipur
Posts: 775
Blog Entries: 1
Rep Power: 3
Gary4gar is on a distinguished road
Default

@ShAdOwCoN
can you provide the directory listing, so verify the file really exists!
Go to terminal, navigate to that dir and give command

Code:
ls -la
with this we can clearly see what exactly the problem is.

which can be a
*permission issue
*use of non standard charaters in filename
*file in use
Gary4gar is offline   Reply With Quote
Old 01-20-09, 09:57 PM   #150
Silver Member
 
mahehellraiser's Avatar
 
Join Date: Aug 2008
Location: BANGlore,INDIA
Age: 22
Posts: 343
Rep Power: 2
mahehellraiser is on a distinguished road
Send a message via Yahoo to mahehellraiser
Default

Quote:
Originally Posted by ShAdOwCoN View Post
yeah

No such file or directory
bro navigate to ur desktop...and then run that command
mahehellraiser is offline   Reply With Quote
Old 01-20-09, 10:35 PM   #151
ShAdOwCoN
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Gary4gar View Post
@ShAdOwCoN
can you provide the directory listing, so verify the file really exists!
Go to terminal, navigate to that dir and give command

Code:
ls -la
with this we can clearly see what exactly the problem is.

which can be a
*permission issue
*use of non standard charaters in filename
*file in use
All those files are shown in Blue/purple

I guess only Admin has Write previlege

drwxr-xr-x

what now?
  Reply With Quote
Old 01-20-09, 10:41 PM   #152
Silver Member
 
mahehellraiser's Avatar
 
Join Date: Aug 2008
Location: BANGlore,INDIA
Age: 22
Posts: 343
Rep Power: 2
mahehellraiser is on a distinguished road
Send a message via Yahoo to mahehellraiser
Default

did u try this...navigate to ur desktop through ur terminal and enter

sudo rm -rf *
mahehellraiser is offline   Reply With Quote
Old 01-20-09, 10:53 PM   #153
ShAdOwCoN
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by mahehellraiser View Post
did u try this...navigate to ur desktop through ur terminal and enter

sudo rm -rf *
ll try one more time and report back ... have booted out of Linux
  Reply With Quote
Old 01-20-09, 11:50 PM   #154
Gold Member
 
Join Date: Apr 2007
Location: Jaipur
Posts: 775
Blog Entries: 1
Rep Power: 3
Gary4gar is on a distinguished road
Default

Quote:
Originally Posted by mahehellraiser View Post
did u try this...navigate to ur desktop through ur terminal and enter

sudo rm -rf *
Warning! DOn't try this command!

THis will erase all files and folder in your system

Quote:
Originally Posted by ShAdOwCoN View Post
All those files are shown in Blue/purple

I guess only Admin has Write previlege

drwxr-xr-x

what now?
Buddy,
give that command and copy-past output here~!

Last edited by Gary4gar; 01-20-09 at 11:50 PM. Reason: Automerged Doublepost
Gary4gar is offline   Reply With Quote
Old 01-21-09, 11:02 AM   #155
Silver Member
 
mahehellraiser's Avatar
 
Join Date: Aug 2008
Location: BANGlore,INDIA
Age: 22
Posts: 343
Rep Power: 2
mahehellraiser is on a distinguished road
Send a message via Yahoo to mahehellraiser
Default

Quote:
Originally Posted by Gary4gar View Post
Warning! DOn't try this command!

THis will erase all files and folder in your system

unmount ur file systems...then navigate to ur desktop and then type the rm command..ya anything on the desktop will vanish!!
mahehellraiser is offline   Reply With Quote
Old 02-01-09, 04:50 PM   #156
Gold Member
 
Join Date: Apr 2007
Location: Jaipur
Posts: 775
Blog Entries: 1
Rep Power: 3
Gary4gar is on a distinguished road
Default

Quote:
Originally Posted by mahehellraiser View Post
unmount ur file systems...then navigate to ur desktop and then type the rm command..ya anything on the desktop will vanish!!
boss, have you every tried this command?
see a vedio demo of this command in action
YouTube - Running "sudo rm -rf /"


it works like a self destruct code
Gary4gar is offline   Reply With Quote
Old 02-01-09, 06:35 PM   #157
Amor vincit omnia
 
Join Date: Dec 2007
Posts: 2,682
Blog Entries: 4
Rep Power: 4
cool_techie_tvm will become famous soon enough
Default

Quote:
Originally Posted by Gary4gar View Post
boss, have you every tried this command?
see a vedio demo of this command in action
YouTube - Running "sudo rm -rf /"


it works like a self destruct code
Isnt that command used to delete the filesystem or something like that. Pardon my ignorance. Still a beginner with Linux.

Didnt watch the video, have saved the URL and will watch it during the free time...
cool_techie_tvm is offline   Reply With Quote
Old 02-01-09, 08:33 PM   #158
Gold Member
 
Join Date: Apr 2007
Location: Jaipur
Posts: 775
Blog Entries: 1
Rep Power: 3
Gary4gar is on a distinguished road
Default

Quote:
Originally Posted by cool_techie_tvm View Post
Isnt that command used to delete the filesystem or something like that. Pardon my ignorance. Still a beginner with Linux.

Didnt watch the video, have saved the URL and will watch it during the free time...
It deletes *everything* including mounted partitions on the system, its equivalent to formatting the disk
Gary4gar is offline   Reply With Quote
Old 02-01-09, 08:36 PM   #159
Silver Member
 
mahehellraiser's Avatar
 
Join Date: Aug 2008
Location: BANGlore,INDIA
Age: 22
Posts: 343
Rep Power: 2
mahehellraiser is on a distinguished road
Send a message via Yahoo to mahehellraiser
Default

Quote:
Originally Posted by Gary4gar View Post
boss, have you every tried this command?
see a vedio demo of this command in action
YouTube - Running "sudo rm -rf /"


it works like a self destruct code
yea tht's what i meant....it'l erase everything...
mahehellraiser is offline   Reply With Quote
Old 02-26-09, 02:06 AM   #160
ShAdOwCoN
Guest
 
Posts: n/a
Default

solved that prob ...if u cannot delete a file

right click on it go to permissions and change it to rwe or some equivalent......thats all
  Reply With Quote
Reply

Tags
doubts, installation, operating system, ubuntu, ubuntu 8.10, ubuntu drivers, ubuntu installation

Thread Tools
Display Modes

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Utstarcom doubts mjkrishnan2004 BSNL broadband 3 08-20-08 10:13 AM
Doubts about Rs500 plan strider BSNL broadband 1 06-24-08 06:25 PM
port forwarding/ open dns doubts brothahbrothah BSNL broadband 7 06-06-08 09:46 AM
Want to take MTNL Broadband connection but have doubts.. zion MTNL broadband 2 08-31-07 11:27 PM
I had my doubts but not anymore India Broadband Sify broadband 0 07-28-06 04:09 PM


All times are GMT +5.5. The time now is 08:27 PM.


India Broadband Forum