I am on a G4 500 MHZ with 1 gig of ram and am using OS X 10.1.1. My trash has over 3 gigs of data in it, when I try to empty it it says that I don't have privilidges to empty the trash. I am the only person using this G4 and I know that I am logged in as an administrator. If I boot from 9.2.2 the OSx trash isn't there. Any else had this problem? I need help! Thanks!
Recent Reviews
-
I was given the Ipod nano 6th generation for Christmas 2011. I was starting to take up running and needed something to track my run. since I just started I was only using my Ipod roughly 3 times...
-
I have had the iPad Verizon 4G LTE for a month now, and over all I couldn't be happier with the machine. The only issue I have found so far is when on wifi it has a slower speed in processing...
-
I have owned at least a dozen different Mac laptops over the years, starting with a Powerbook 1400 back in the day. The 13-inch Air is my absolute favorite of the bunch. It's the first laptop...
-
I spent quite a bit of time reading the setup manuals and various Apple articles about manually setting up this device since I have an unusual setup, and the setup manuals indicated I would have...
-
all i have to say is i love it its so much faster and i could just slip it into my purse p.s it has a ton of space for the 64gb
Can't Empty Trash In OSX
post #2 of 14
12/19/01 at 9:03am
post #4 of 14
12/19/01 at 9:22am
No! No! No! A thousand times no! :o
Never suggest to a newbie that they have to log in as root! There's too great a risk of screwing up other things...
If you don't have the permissions to delete something, you can use the terminal to delete these items. Hopefully there will be a fix for the Finder in the future that will allow you to authenticate to empty the trash in these cases.
You can use this command in the Terminal, but be careful to copy it exactly as it appears. [code]sudo rm -Rf ~/.Trash/
</pre><hr></blockquote>You may get a message asking for a password. Enter your admin password there.
[ 12-19-2001: Message edited by: starfleetX ]</p>
Never suggest to a newbie that they have to log in as root! There's too great a risk of screwing up other things...
If you don't have the permissions to delete something, you can use the terminal to delete these items. Hopefully there will be a fix for the Finder in the future that will allow you to authenticate to empty the trash in these cases.
You can use this command in the Terminal, but be careful to copy it exactly as it appears. [code]sudo rm -Rf ~/.Trash/
</pre><hr></blockquote>You may get a message asking for a password. Enter your admin password there.
[ 12-19-2001: Message edited by: starfleetX ]</p>
post #6 of 14
12/19/01 at 12:15pm
- torifile
- Resident Psychologist
- Joined: Nov 2001
- Location: Athens, GA (again.)
- Posts: 4,019
- offline
- Select All Posts By This User
Download batchmod from versiontracker. No need for sudo'ing or anything. Neat little program that works well.
here's the link: <a href="http://www.versiontracker.com/moreinfo.fcgi?id=12057&db=mac" target="_blank">http://www.versiontracker.com/moreinfo.fcgi?id=12057&db=mac</a>
here's the link: <a href="http://www.versiontracker.com/moreinfo.fcgi?id=12057&db=mac" target="_blank">http://www.versiontracker.com/moreinfo.fcgi?id=12057&db=mac</a>
post #7 of 14
12/19/01 at 12:20pm
- torifile
- Resident Psychologist
- Joined: Nov 2001
- Location: Athens, GA (again.)
- Posts: 4,019
- offline
- Select All Posts By This User
[quote]Originally posted by starfleetX:
<strong>No! No! No! A thousand times no! :o
Never suggest to a newbie that they have to log in as root! There's too great a risk of screwing up other things...
If you don't have the permissions to delete something, you can use the terminal to delete these items. Hopefully there will be a fix for the Finder in the future that will allow you to authenticate to empty the trash in these cases.
You can use this command in the Terminal, but be careful to copy it exactly as it appears. [code]sudo rm -Rf ~/.Trash/
</pre><hr></blockquote>You may get a message asking for a password. Enter your admin password there.
[ 12-19-2001: Message edited by: starfleetX ]</strong><hr></blockquote>
starfleet, that command is a lot more dangerous than logging in as root. sudo rm -Rf ~/ oops, I hit the enter key instead of the period. See ya later home directory. Or sudo rm -Rf / d'oh, I needed a ~ before the /, lemme fix that. Oops, dang enter key... buh-bye HD. This is a dangerous thing that we've got here. We should not have to use the terminal to do this stuff unless we know what we're doing...
[and, yes, I know you said that he should copy it exactly. But what if he tries to do it from memory down the road? I'm pretty familiar with the shell and I accidently typed sudo rm -rf /Library when I meant to type sudo rm -rf Library/. It wasn't pretty
]
<strong>No! No! No! A thousand times no! :o
Never suggest to a newbie that they have to log in as root! There's too great a risk of screwing up other things...
If you don't have the permissions to delete something, you can use the terminal to delete these items. Hopefully there will be a fix for the Finder in the future that will allow you to authenticate to empty the trash in these cases.
You can use this command in the Terminal, but be careful to copy it exactly as it appears. [code]sudo rm -Rf ~/.Trash/
</pre><hr></blockquote>You may get a message asking for a password. Enter your admin password there.
[ 12-19-2001: Message edited by: starfleetX ]</strong><hr></blockquote>
starfleet, that command is a lot more dangerous than logging in as root. sudo rm -Rf ~/ oops, I hit the enter key instead of the period. See ya later home directory. Or sudo rm -Rf / d'oh, I needed a ~ before the /, lemme fix that. Oops, dang enter key... buh-bye HD. This is a dangerous thing that we've got here. We should not have to use the terminal to do this stuff unless we know what we're doing...
[and, yes, I know you said that he should copy it exactly. But what if he tries to do it from memory down the road? I'm pretty familiar with the shell and I accidently typed sudo rm -rf /Library when I meant to type sudo rm -rf Library/. It wasn't pretty
]
post #8 of 14
12/19/01 at 1:57pm
[quote]Originally posted by torifile:<hr></blockquote>That's why I put emphasis on copying it exactly as shown. If he tries it by memory and screws up, well, too bad. Most people should only use the terminal when A) you have to and B) you know what you're doing. Now, I admit that I should have put that disclaimer in the previous post. My mistake.
However, remember that just as much damage can thoretically be done if you start using root. If your average Joe finds out he can empty his trash or move a file easier as the root user, he may just decide to keep on using root. What's so bad about that? whoosh!! That's the sound of all the protective goodness flying out the window that OSX's multiuser environment had previously provided.
In the end, we Mac users shouldn't be bothered by nonsense like this. As I said before, Apple needs to eliminate dependence on root and the terminal... [quote]Hopefully there will be a fix for the Finder in the future that will allow you to authenticate to empty the trash in these cases.<hr></blockquote>
However, remember that just as much damage can thoretically be done if you start using root. If your average Joe finds out he can empty his trash or move a file easier as the root user, he may just decide to keep on using root. What's so bad about that? whoosh!! That's the sound of all the protective goodness flying out the window that OSX's multiuser environment had previously provided.
In the end, we Mac users shouldn't be bothered by nonsense like this. As I said before, Apple needs to eliminate dependence on root and the terminal... [quote]Hopefully there will be a fix for the Finder in the future that will allow you to authenticate to empty the trash in these cases.<hr></blockquote>
post #9 of 14
12/19/01 at 3:30pm
i dont see any big problem logging in as root unless say you start ircing ;B. as long you dont mess with system files no biggie. yeah, now i remember the sudo cmd. been trying to use osx but god it's so slow, eating up so much memory also. i just hope apple gives us the option to turn off eyecandy stuff like transparency. that's one thing i like about XP, option to turn off resource hoggin features.
post #10 of 14
12/19/01 at 4:26pm
- Joined: Dec 2001
- Location: nowhere particularly interesting.
- Posts: 505
- offline
- Select All Posts By This User
I had the same problem when I first installed X. I've not yet gotten 10.1, but I also haven't used X since my initial experience with it. I found it pretty absurd that I wasn't allowed to empty the trash, and I don't know anything about all this root this and sudo command that. Anyway, I intend to get 10.1 sometime in the next couple weeks. I don't know what my point is, I'm just rambling, but yeah, anyway, I'm aoing to go now...
Room to Rant
Frodo's Notebook
Model: TiBook, Speed: 500mhz, RAM: 512 megs, OS: 10.4.1, Name: Rendezvous
Frodo's Notebook
Model: TiBook, Speed: 500mhz, RAM: 512 megs, OS: 10.4.1, Name: Rendezvous
Room to Rant
Frodo's Notebook
Model: TiBook, Speed: 500mhz, RAM: 512 megs, OS: 10.4.1, Name: Rendezvous
Frodo's Notebook
Model: TiBook, Speed: 500mhz, RAM: 512 megs, OS: 10.4.1, Name: Rendezvous
post #11 of 14
12/19/01 at 4:36pm
post #12 of 14
12/20/01 at 5:57am
Do it like this:
Deleting locked files
In previous versions of Mac OS, you could press the Option key while emptying the Trash to delete locked files. This is not a feature of Mac OS X.
If you are unable to delete an item because it is locked:
1. Select the item.
2. Choose Show Info from the File menu.
3. Click Locked to deselect that option.
4. If you have multiple affected items, leave the Show Info window open and repeat steps 1 and 3 for each additional item.
5. Choose Empty Trash from the Finder menu.
If the item still cannot be deleted, try creating a new folder and placing the item in it. Drag the folder to the Trash and empty the Trash. If you still cannot delete the item, start up your computer from the Mac OS X CD-ROM and choose Disk Utility from the Installer menu of the first screen. Use Disk Utility to verify and, if necessary, repair your disk.
Note: When started up from CD, do not click Continue. Disk Utility is only available in the first screen. If you click Continue, restart the computer from the CD.
Advanced technique: deleting locked files
If there are several locked files in the Trash, you can unlock them all at the same time at the command line.
Follow these steps:
1. Open Terminal (located in /Applications/Utilities).
2. Type: chflags -R nouchg
Important: Type one space (not pictured) after nouchg in the line above, so that it ends in "nouchg ". Do not press Return yet.
3. Double-click the Trash icon in the Dock to reveal the contents of the Trash. If necessary, arrange the Finder window so that a portion of the Terminal window is still visible.
4. Press the Command-A key combination to select all files in the Trash.
5. Drag the files from the Trash to the Terminal window.
Note: This automatically enters the pathname for each file. This eliminates the need to individually empty multiple Trash directories, particularly when multiple disks or volumes are present.
6. Press Return. No special text message will be shown indicating that the command was successful.
7. Empty the Trash.
If the Trash does not empty or if you see a message in Terminal that says "usage: chflags [-R [-H | -L | -P]] flags file..." you most likely did not type the text in step 2 as indicated or did not leave a space. Repeat the steps if this happens.
Copied from AppleCare Knowledge Base Article 106272.
If this will not work, your last resort is really to enable root. login as root, and empty the trash.
Deleting locked files
In previous versions of Mac OS, you could press the Option key while emptying the Trash to delete locked files. This is not a feature of Mac OS X.
If you are unable to delete an item because it is locked:
1. Select the item.
2. Choose Show Info from the File menu.
3. Click Locked to deselect that option.
4. If you have multiple affected items, leave the Show Info window open and repeat steps 1 and 3 for each additional item.
5. Choose Empty Trash from the Finder menu.
If the item still cannot be deleted, try creating a new folder and placing the item in it. Drag the folder to the Trash and empty the Trash. If you still cannot delete the item, start up your computer from the Mac OS X CD-ROM and choose Disk Utility from the Installer menu of the first screen. Use Disk Utility to verify and, if necessary, repair your disk.
Note: When started up from CD, do not click Continue. Disk Utility is only available in the first screen. If you click Continue, restart the computer from the CD.
Advanced technique: deleting locked files
If there are several locked files in the Trash, you can unlock them all at the same time at the command line.
Follow these steps:
1. Open Terminal (located in /Applications/Utilities).
2. Type: chflags -R nouchg
Important: Type one space (not pictured) after nouchg in the line above, so that it ends in "nouchg ". Do not press Return yet.
3. Double-click the Trash icon in the Dock to reveal the contents of the Trash. If necessary, arrange the Finder window so that a portion of the Terminal window is still visible.
4. Press the Command-A key combination to select all files in the Trash.
5. Drag the files from the Trash to the Terminal window.
Note: This automatically enters the pathname for each file. This eliminates the need to individually empty multiple Trash directories, particularly when multiple disks or volumes are present.
6. Press Return. No special text message will be shown indicating that the command was successful.
7. Empty the Trash.
If the Trash does not empty or if you see a message in Terminal that says "usage: chflags [-R [-H | -L | -P]] flags file..." you most likely did not type the text in step 2 as indicated or did not leave a space. Repeat the steps if this happens.
Copied from AppleCare Knowledge Base Article 106272.
If this will not work, your last resort is really to enable root. login as root, and empty the trash.
post #13 of 14
12/20/01 at 6:08am
- Joined: Nov 2001
- Location: Halifax, Nova Scotia, Canada
- Posts: 344
- offline
- Select All Posts By This User
post #14 of 14
12/20/01 at 10:07am
- torifile
- Resident Psychologist
- Joined: Nov 2001
- Location: Athens, GA (again.)
- Posts: 4,019
- offline
- Select All Posts By This User
[quote]Originally posted by Kate:
<strong>Do it like this:
Deleting locked files
In previous versions of Mac OS, you could press the Option key while emptying the Trash to delete locked files. This is not a feature of Mac OS X.
If you are unable to delete an item because it is locked:
1. Select the item.
2. Choose Show Info from the File menu.
3. Click Locked to deselect that option.
4. If you have multiple affected items, leave the Show Info window open and repeat steps 1 and 3 for each additional item.
5. Choose Empty Trash from the Finder menu.
If the item still cannot be deleted, try creating a new folder and placing the item in it. Drag the folder to the Trash and empty the Trash. If you still cannot delete the item, start up your computer from the Mac OS X CD-ROM and choose Disk Utility from the Installer menu of the first screen. Use Disk Utility to verify and, if necessary, repair your disk.
Note: When started up from CD, do not click Continue. Disk Utility is only available in the first screen. If you click Continue, restart the computer from the CD.
Advanced technique: deleting locked files
If there are several locked files in the Trash, you can unlock them all at the same time at the command line.
Follow these steps:
1. Open Terminal (located in /Applications/Utilities).
2. Type: chflags -R nouchg
Important: Type one space (not pictured) after nouchg in the line above, so that it ends in "nouchg ". Do not press Return yet.
3. Double-click the Trash icon in the Dock to reveal the contents of the Trash. If necessary, arrange the Finder window so that a portion of the Terminal window is still visible.
4. Press the Command-A key combination to select all files in the Trash.
5. Drag the files from the Trash to the Terminal window.
Note: This automatically enters the pathname for each file. This eliminates the need to individually empty multiple Trash directories, particularly when multiple disks or volumes are present.
6. Press Return. No special text message will be shown indicating that the command was successful.
7. Empty the Trash.
If the Trash does not empty or if you see a message in Terminal that says "usage: chflags [-R [-H | -L | -P]] flags file..." you most likely did not type the text in step 2 as indicated or did not leave a space. Repeat the steps if this happens.
Copied from AppleCare Knowledge Base Article 106272.
If this will not work, your last resort is really to enable root. login as root, and empty the trash.</strong><hr></blockquote>
Kate, as lovely as you are, you sure are stubborn about how bad OS X is
. You could do all that or you could just download batchmod like I suggested a few posts back.
<strong>Do it like this:
Deleting locked files
In previous versions of Mac OS, you could press the Option key while emptying the Trash to delete locked files. This is not a feature of Mac OS X.
If you are unable to delete an item because it is locked:
1. Select the item.
2. Choose Show Info from the File menu.
3. Click Locked to deselect that option.
4. If you have multiple affected items, leave the Show Info window open and repeat steps 1 and 3 for each additional item.
5. Choose Empty Trash from the Finder menu.
If the item still cannot be deleted, try creating a new folder and placing the item in it. Drag the folder to the Trash and empty the Trash. If you still cannot delete the item, start up your computer from the Mac OS X CD-ROM and choose Disk Utility from the Installer menu of the first screen. Use Disk Utility to verify and, if necessary, repair your disk.
Note: When started up from CD, do not click Continue. Disk Utility is only available in the first screen. If you click Continue, restart the computer from the CD.
Advanced technique: deleting locked files
If there are several locked files in the Trash, you can unlock them all at the same time at the command line.
Follow these steps:
1. Open Terminal (located in /Applications/Utilities).
2. Type: chflags -R nouchg
Important: Type one space (not pictured) after nouchg in the line above, so that it ends in "nouchg ". Do not press Return yet.
3. Double-click the Trash icon in the Dock to reveal the contents of the Trash. If necessary, arrange the Finder window so that a portion of the Terminal window is still visible.
4. Press the Command-A key combination to select all files in the Trash.
5. Drag the files from the Trash to the Terminal window.
Note: This automatically enters the pathname for each file. This eliminates the need to individually empty multiple Trash directories, particularly when multiple disks or volumes are present.
6. Press Return. No special text message will be shown indicating that the command was successful.
7. Empty the Trash.
If the Trash does not empty or if you see a message in Terminal that says "usage: chflags [-R [-H | -L | -P]] flags file..." you most likely did not type the text in step 2 as indicated or did not leave a space. Repeat the steps if this happens.
Copied from AppleCare Knowledge Base Article 106272.
If this will not work, your last resort is really to enable root. login as root, and empty the trash.</strong><hr></blockquote>
Kate, as lovely as you are, you sure are stubborn about how bad OS X is
. You could do all that or you could just download batchmod like I suggested a few posts back.
Currently, there are 197 Active Users
(10 Members and 187 Guests)
Recent Discussions
- › Is there a 'Contact us via iMessage' button for websites? 5 minutes ago
- › Google's Chrome team developing app launcher for Mac 6 minutes ago
- › Apple details 'extraordinary amount' of taxes it pays in testimony... 12 minutes ago
- › iCloud scam email, watch out!!! 29 minutes ago
- › Apple CEO Tim Cook says America's IP environment needs more work 37 minutes ago
- › The very real damage done by anti-gay BIGOTS--why marriage equality... 38 minutes ago
- › Cook: US-built Mac will be refreshed version of existing product 39 minutes ago
- › Possible wireless cards for next-gen Macs show 802.11ac connectivity 49 minutes ago
- › Microsoft unveils 'Xbox One,' a voice-controlled all-in-one... 1 hour, 1 minute ago
- › 10M Samsung flagship phones in 28 days a 'record,' 5M iPhone 5 in 3... 1 hour, 3 minutes ago
View: New Posts | All Discussions
Recent Reviews
- › Apple iPod nano - 16GB, Silver MC526LL/A (6th Generation) by cc420
- › Apple iPad with Retina Display Wi-Fi + Verizon/Sprint 4G - 64GB,... by Aaron Krahn
- › 13.3-inch Apple MacBook Air MD231LL/A (Mid-2012) by ahilal
- › Apple Time Capsule - 2TB (MD032LL/A) by biyahero
- › Apple iPad Wi-Fi - 64GB, White (MD330LL/A) by raeganapril
- › Apple Magic Trackpad (MC380LL/A) by WisdomSeed
- › Aperture 3 by bcbcbroderick
- › 17-inch Apple MacBook Pro MD311LL/A (Late 2011) by bcbcbroderick
- › Apple iPod touch - 32GB, Black MC544LL/A (4th Generation) by bcbcbroderick
- › Apple iPod touch - 8 GB, White MD057LL/A (4th Generation) by bcbcbroderick
View: More Reviews
New Apple Wikis
- › 2013 'Modified' iPod touch by Mikeycampbell81
- › 2013 MacBook Pros by Mikeycampbell81
- › iPad mini 2 with Retina display by Mikeycampbell81
- › 2013 iPhone 5S by Mikeycampbell81
- › Trade in your old devices for holiday cash by Mikeycampbell81
- › How to sell your old iPad for cash by Mikeycampbell81
- › How to offset the cost of a new iPhone by... by Mikeycampbell81
- › How to save money on AppleCare extended... by Kasper
- › How to offset the cost of a new iPad mini by... by Mikeycampbell81
- › Apple Prototypes by Mikeycampbell81
View: New Apple Wikis | All Apple Wikis
Home | Apple Product Guide | Forums | Apple Wikis | My Profile
About AppleInsider | Join the Community | Advertise
© 2013 AppleInsider is powered by Huddler Tech | FAQ | Support | Privacy/TOS | Site Map
About AppleInsider | Join the Community | Advertise
© 2013 AppleInsider is powered by Huddler Tech | FAQ | Support | Privacy/TOS | Site Map





