Mac always warns “You can't undo this action” and skips the Trash when deleting a file
I repaired the permissions on my iMac and am now getting this dialog box whenever I delete something. I checked Finder > Preferences and "Empty Trash Securely" and "Show Warning" are both unchecked. When I delete a file I get a confirmation box and once I confirm, the file is deleted completely, skipping the Trash:
Are you sure you want to delete "filename"?
This item will be deleted immediately. You can't undo this action.
Any way to have it move items to the Trash, the default way?
EDIT: Here's the screenshot of the dialog.
This came up when I created an empty folder on my Desktop and chose "Move to Trash".
mac permissions osx-snow-leopard trash
add a comment |
I repaired the permissions on my iMac and am now getting this dialog box whenever I delete something. I checked Finder > Preferences and "Empty Trash Securely" and "Show Warning" are both unchecked. When I delete a file I get a confirmation box and once I confirm, the file is deleted completely, skipping the Trash:
Are you sure you want to delete "filename"?
This item will be deleted immediately. You can't undo this action.
Any way to have it move items to the Trash, the default way?
EDIT: Here's the screenshot of the dialog.
This came up when I created an empty folder on my Desktop and chose "Move to Trash".
mac permissions osx-snow-leopard trash
There might be some more errors in the logfiles, which you can view using Applications, Utilities, Console.
– Arjan
Feb 6 '11 at 19:42
add a comment |
I repaired the permissions on my iMac and am now getting this dialog box whenever I delete something. I checked Finder > Preferences and "Empty Trash Securely" and "Show Warning" are both unchecked. When I delete a file I get a confirmation box and once I confirm, the file is deleted completely, skipping the Trash:
Are you sure you want to delete "filename"?
This item will be deleted immediately. You can't undo this action.
Any way to have it move items to the Trash, the default way?
EDIT: Here's the screenshot of the dialog.
This came up when I created an empty folder on my Desktop and chose "Move to Trash".
mac permissions osx-snow-leopard trash
I repaired the permissions on my iMac and am now getting this dialog box whenever I delete something. I checked Finder > Preferences and "Empty Trash Securely" and "Show Warning" are both unchecked. When I delete a file I get a confirmation box and once I confirm, the file is deleted completely, skipping the Trash:
Are you sure you want to delete "filename"?
This item will be deleted immediately. You can't undo this action.
Any way to have it move items to the Trash, the default way?
EDIT: Here's the screenshot of the dialog.
This came up when I created an empty folder on my Desktop and chose "Move to Trash".
mac permissions osx-snow-leopard trash
mac permissions osx-snow-leopard trash
edited May 10 '17 at 14:26
djsmiley2k
4,93312335
4,93312335
asked Feb 6 '11 at 17:27
roflwaffleroflwaffle
85572233
85572233
There might be some more errors in the logfiles, which you can view using Applications, Utilities, Console.
– Arjan
Feb 6 '11 at 19:42
add a comment |
There might be some more errors in the logfiles, which you can view using Applications, Utilities, Console.
– Arjan
Feb 6 '11 at 19:42
There might be some more errors in the logfiles, which you can view using Applications, Utilities, Console.
– Arjan
Feb 6 '11 at 19:42
There might be some more errors in the logfiles, which you can view using Applications, Utilities, Console.
– Arjan
Feb 6 '11 at 19:42
add a comment |
5 Answers
5
active
oldest
votes
It is what will always happen on any drive that the Finder cannot create a .trash folder. This is the same with written CDs, read-only USBs, most network shares (if you write to the root folder, it'll make a trash folder).
As it is happening on your own hard drive, it may be that you no longer own the Trash folder. This command will make your user account take ownership of it.
'sudo chown youruser ~/.Trash'
add a comment |
There's no Finder command to delete a file outright. The function is "Move to Trash" and has the shortcut command+delete.
What exactly are you doing that is prompting this dialog box to show up? Also, can you post a screen shot of it? (Hit command+shift+4 and then hit spacebar to capture a single UI element like a dialog box.)
You may get an authentication dialog if you try to delete system files, but there should be no warning if you just want to move something, say, on your Desktop to the trash. I would recommend that you actually keep the "Show warning before emptying the trash" selected so you can move as many files as you like to the trash freely and then get confirmation when deleting them for good.
The only situation where files will be deleted outright instead of being moved to trash is when you are working on a network share. That is normal behavior.
One last thing: make sure that the trash actually exists by opening up Terminal and running ls -la ~
One of the first few lines that comes up should look like this:
drwx------ 3 nreilingh staff 102 Feb 6 13:26 .Trash
The leading .
makes it a hidden folder, and your user should have write access.
EDIT: I suppose it's possible that the permissions repair you mentioned didn't execute completely or properly. I would do that (and a disk repair) again just for kicks, and then start searching the filesystem for extended attributes. Perhaps the OS has labeled your homedirectory with an extended attribute that prevents it from trashing normally. No idea why that might have occurred, but there are only so many things that can go wrong.
Also to be sure, is you filesystem structured normally with everything in a standard OS X hierarchy on the main boot disk?
Added screenshot in my edit. The Trash exists with the correct permissions.
– roflwaffle
Feb 6 '11 at 19:28
@roflwaffle Weird; that's exactly the notification you'd get if you were deleting a file on a network server. If you plugged in an external or a USB drive and tried to delete something there, would you get the same behavior?
– NReilingh
Feb 6 '11 at 19:53
add a comment |
Well I restarted my machine and can Move to Trash normally now (should have restarted first, derp). That must have fixed some permissions problem? Thanks for the ideas.
Heh. Indeed; step 1 of Mac troubleshooting is almost always "restart."
– NReilingh
Feb 6 '11 at 20:41
Please accept your own answer as soon as possible to mark this question answered.
– Daniel Beck♦
Feb 7 '11 at 8:03
add a comment |
I encountered this problem after using the migration assistant to move an administrative user from one computer to another.
To fix it, I had to do two things:
(1) change the user's group to "staff". (You can do this in the System Preferences, Accounts tool, by right-clicking on the user. My user's group was just set to the user's own numerical id.)
(2) also change the user's folder's group to "staff". (In the terminal, "sudo chgrp staff /Users/Eric")
After making these two changes and logging back in, the trash worked correctly.
add a comment |
I faced the same problem after upgrading macOS Sierra to Mojave. The hidden .Trash
folder in my user folder was recognized as file rather than a directory.
Deleting it fixed the problem. Open Terminal by hitting cmd + spacebar and searching for "Terminal". Copy and paste this command into the terminal and hit Return:
rm ~/.Trash
macOS will create a new .Trash
folder on the first "Move to Thrash" action and moving files to the Trash should work normally again.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f242364%2fmac-always-warns-you-cant-undo-this-action-and-skips-the-trash-when-deleting%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
It is what will always happen on any drive that the Finder cannot create a .trash folder. This is the same with written CDs, read-only USBs, most network shares (if you write to the root folder, it'll make a trash folder).
As it is happening on your own hard drive, it may be that you no longer own the Trash folder. This command will make your user account take ownership of it.
'sudo chown youruser ~/.Trash'
add a comment |
It is what will always happen on any drive that the Finder cannot create a .trash folder. This is the same with written CDs, read-only USBs, most network shares (if you write to the root folder, it'll make a trash folder).
As it is happening on your own hard drive, it may be that you no longer own the Trash folder. This command will make your user account take ownership of it.
'sudo chown youruser ~/.Trash'
add a comment |
It is what will always happen on any drive that the Finder cannot create a .trash folder. This is the same with written CDs, read-only USBs, most network shares (if you write to the root folder, it'll make a trash folder).
As it is happening on your own hard drive, it may be that you no longer own the Trash folder. This command will make your user account take ownership of it.
'sudo chown youruser ~/.Trash'
It is what will always happen on any drive that the Finder cannot create a .trash folder. This is the same with written CDs, read-only USBs, most network shares (if you write to the root folder, it'll make a trash folder).
As it is happening on your own hard drive, it may be that you no longer own the Trash folder. This command will make your user account take ownership of it.
'sudo chown youruser ~/.Trash'
answered Feb 6 '11 at 20:07
tobylanetobylane
1,21311013
1,21311013
add a comment |
add a comment |
There's no Finder command to delete a file outright. The function is "Move to Trash" and has the shortcut command+delete.
What exactly are you doing that is prompting this dialog box to show up? Also, can you post a screen shot of it? (Hit command+shift+4 and then hit spacebar to capture a single UI element like a dialog box.)
You may get an authentication dialog if you try to delete system files, but there should be no warning if you just want to move something, say, on your Desktop to the trash. I would recommend that you actually keep the "Show warning before emptying the trash" selected so you can move as many files as you like to the trash freely and then get confirmation when deleting them for good.
The only situation where files will be deleted outright instead of being moved to trash is when you are working on a network share. That is normal behavior.
One last thing: make sure that the trash actually exists by opening up Terminal and running ls -la ~
One of the first few lines that comes up should look like this:
drwx------ 3 nreilingh staff 102 Feb 6 13:26 .Trash
The leading .
makes it a hidden folder, and your user should have write access.
EDIT: I suppose it's possible that the permissions repair you mentioned didn't execute completely or properly. I would do that (and a disk repair) again just for kicks, and then start searching the filesystem for extended attributes. Perhaps the OS has labeled your homedirectory with an extended attribute that prevents it from trashing normally. No idea why that might have occurred, but there are only so many things that can go wrong.
Also to be sure, is you filesystem structured normally with everything in a standard OS X hierarchy on the main boot disk?
Added screenshot in my edit. The Trash exists with the correct permissions.
– roflwaffle
Feb 6 '11 at 19:28
@roflwaffle Weird; that's exactly the notification you'd get if you were deleting a file on a network server. If you plugged in an external or a USB drive and tried to delete something there, would you get the same behavior?
– NReilingh
Feb 6 '11 at 19:53
add a comment |
There's no Finder command to delete a file outright. The function is "Move to Trash" and has the shortcut command+delete.
What exactly are you doing that is prompting this dialog box to show up? Also, can you post a screen shot of it? (Hit command+shift+4 and then hit spacebar to capture a single UI element like a dialog box.)
You may get an authentication dialog if you try to delete system files, but there should be no warning if you just want to move something, say, on your Desktop to the trash. I would recommend that you actually keep the "Show warning before emptying the trash" selected so you can move as many files as you like to the trash freely and then get confirmation when deleting them for good.
The only situation where files will be deleted outright instead of being moved to trash is when you are working on a network share. That is normal behavior.
One last thing: make sure that the trash actually exists by opening up Terminal and running ls -la ~
One of the first few lines that comes up should look like this:
drwx------ 3 nreilingh staff 102 Feb 6 13:26 .Trash
The leading .
makes it a hidden folder, and your user should have write access.
EDIT: I suppose it's possible that the permissions repair you mentioned didn't execute completely or properly. I would do that (and a disk repair) again just for kicks, and then start searching the filesystem for extended attributes. Perhaps the OS has labeled your homedirectory with an extended attribute that prevents it from trashing normally. No idea why that might have occurred, but there are only so many things that can go wrong.
Also to be sure, is you filesystem structured normally with everything in a standard OS X hierarchy on the main boot disk?
Added screenshot in my edit. The Trash exists with the correct permissions.
– roflwaffle
Feb 6 '11 at 19:28
@roflwaffle Weird; that's exactly the notification you'd get if you were deleting a file on a network server. If you plugged in an external or a USB drive and tried to delete something there, would you get the same behavior?
– NReilingh
Feb 6 '11 at 19:53
add a comment |
There's no Finder command to delete a file outright. The function is "Move to Trash" and has the shortcut command+delete.
What exactly are you doing that is prompting this dialog box to show up? Also, can you post a screen shot of it? (Hit command+shift+4 and then hit spacebar to capture a single UI element like a dialog box.)
You may get an authentication dialog if you try to delete system files, but there should be no warning if you just want to move something, say, on your Desktop to the trash. I would recommend that you actually keep the "Show warning before emptying the trash" selected so you can move as many files as you like to the trash freely and then get confirmation when deleting them for good.
The only situation where files will be deleted outright instead of being moved to trash is when you are working on a network share. That is normal behavior.
One last thing: make sure that the trash actually exists by opening up Terminal and running ls -la ~
One of the first few lines that comes up should look like this:
drwx------ 3 nreilingh staff 102 Feb 6 13:26 .Trash
The leading .
makes it a hidden folder, and your user should have write access.
EDIT: I suppose it's possible that the permissions repair you mentioned didn't execute completely or properly. I would do that (and a disk repair) again just for kicks, and then start searching the filesystem for extended attributes. Perhaps the OS has labeled your homedirectory with an extended attribute that prevents it from trashing normally. No idea why that might have occurred, but there are only so many things that can go wrong.
Also to be sure, is you filesystem structured normally with everything in a standard OS X hierarchy on the main boot disk?
There's no Finder command to delete a file outright. The function is "Move to Trash" and has the shortcut command+delete.
What exactly are you doing that is prompting this dialog box to show up? Also, can you post a screen shot of it? (Hit command+shift+4 and then hit spacebar to capture a single UI element like a dialog box.)
You may get an authentication dialog if you try to delete system files, but there should be no warning if you just want to move something, say, on your Desktop to the trash. I would recommend that you actually keep the "Show warning before emptying the trash" selected so you can move as many files as you like to the trash freely and then get confirmation when deleting them for good.
The only situation where files will be deleted outright instead of being moved to trash is when you are working on a network share. That is normal behavior.
One last thing: make sure that the trash actually exists by opening up Terminal and running ls -la ~
One of the first few lines that comes up should look like this:
drwx------ 3 nreilingh staff 102 Feb 6 13:26 .Trash
The leading .
makes it a hidden folder, and your user should have write access.
EDIT: I suppose it's possible that the permissions repair you mentioned didn't execute completely or properly. I would do that (and a disk repair) again just for kicks, and then start searching the filesystem for extended attributes. Perhaps the OS has labeled your homedirectory with an extended attribute that prevents it from trashing normally. No idea why that might have occurred, but there are only so many things that can go wrong.
Also to be sure, is you filesystem structured normally with everything in a standard OS X hierarchy on the main boot disk?
edited Feb 6 '11 at 19:58
answered Feb 6 '11 at 18:30
NReilinghNReilingh
5,04422046
5,04422046
Added screenshot in my edit. The Trash exists with the correct permissions.
– roflwaffle
Feb 6 '11 at 19:28
@roflwaffle Weird; that's exactly the notification you'd get if you were deleting a file on a network server. If you plugged in an external or a USB drive and tried to delete something there, would you get the same behavior?
– NReilingh
Feb 6 '11 at 19:53
add a comment |
Added screenshot in my edit. The Trash exists with the correct permissions.
– roflwaffle
Feb 6 '11 at 19:28
@roflwaffle Weird; that's exactly the notification you'd get if you were deleting a file on a network server. If you plugged in an external or a USB drive and tried to delete something there, would you get the same behavior?
– NReilingh
Feb 6 '11 at 19:53
Added screenshot in my edit. The Trash exists with the correct permissions.
– roflwaffle
Feb 6 '11 at 19:28
Added screenshot in my edit. The Trash exists with the correct permissions.
– roflwaffle
Feb 6 '11 at 19:28
@roflwaffle Weird; that's exactly the notification you'd get if you were deleting a file on a network server. If you plugged in an external or a USB drive and tried to delete something there, would you get the same behavior?
– NReilingh
Feb 6 '11 at 19:53
@roflwaffle Weird; that's exactly the notification you'd get if you were deleting a file on a network server. If you plugged in an external or a USB drive and tried to delete something there, would you get the same behavior?
– NReilingh
Feb 6 '11 at 19:53
add a comment |
Well I restarted my machine and can Move to Trash normally now (should have restarted first, derp). That must have fixed some permissions problem? Thanks for the ideas.
Heh. Indeed; step 1 of Mac troubleshooting is almost always "restart."
– NReilingh
Feb 6 '11 at 20:41
Please accept your own answer as soon as possible to mark this question answered.
– Daniel Beck♦
Feb 7 '11 at 8:03
add a comment |
Well I restarted my machine and can Move to Trash normally now (should have restarted first, derp). That must have fixed some permissions problem? Thanks for the ideas.
Heh. Indeed; step 1 of Mac troubleshooting is almost always "restart."
– NReilingh
Feb 6 '11 at 20:41
Please accept your own answer as soon as possible to mark this question answered.
– Daniel Beck♦
Feb 7 '11 at 8:03
add a comment |
Well I restarted my machine and can Move to Trash normally now (should have restarted first, derp). That must have fixed some permissions problem? Thanks for the ideas.
Well I restarted my machine and can Move to Trash normally now (should have restarted first, derp). That must have fixed some permissions problem? Thanks for the ideas.
answered Feb 6 '11 at 20:24
roflwaffleroflwaffle
85572233
85572233
Heh. Indeed; step 1 of Mac troubleshooting is almost always "restart."
– NReilingh
Feb 6 '11 at 20:41
Please accept your own answer as soon as possible to mark this question answered.
– Daniel Beck♦
Feb 7 '11 at 8:03
add a comment |
Heh. Indeed; step 1 of Mac troubleshooting is almost always "restart."
– NReilingh
Feb 6 '11 at 20:41
Please accept your own answer as soon as possible to mark this question answered.
– Daniel Beck♦
Feb 7 '11 at 8:03
Heh. Indeed; step 1 of Mac troubleshooting is almost always "restart."
– NReilingh
Feb 6 '11 at 20:41
Heh. Indeed; step 1 of Mac troubleshooting is almost always "restart."
– NReilingh
Feb 6 '11 at 20:41
Please accept your own answer as soon as possible to mark this question answered.
– Daniel Beck♦
Feb 7 '11 at 8:03
Please accept your own answer as soon as possible to mark this question answered.
– Daniel Beck♦
Feb 7 '11 at 8:03
add a comment |
I encountered this problem after using the migration assistant to move an administrative user from one computer to another.
To fix it, I had to do two things:
(1) change the user's group to "staff". (You can do this in the System Preferences, Accounts tool, by right-clicking on the user. My user's group was just set to the user's own numerical id.)
(2) also change the user's folder's group to "staff". (In the terminal, "sudo chgrp staff /Users/Eric")
After making these two changes and logging back in, the trash worked correctly.
add a comment |
I encountered this problem after using the migration assistant to move an administrative user from one computer to another.
To fix it, I had to do two things:
(1) change the user's group to "staff". (You can do this in the System Preferences, Accounts tool, by right-clicking on the user. My user's group was just set to the user's own numerical id.)
(2) also change the user's folder's group to "staff". (In the terminal, "sudo chgrp staff /Users/Eric")
After making these two changes and logging back in, the trash worked correctly.
add a comment |
I encountered this problem after using the migration assistant to move an administrative user from one computer to another.
To fix it, I had to do two things:
(1) change the user's group to "staff". (You can do this in the System Preferences, Accounts tool, by right-clicking on the user. My user's group was just set to the user's own numerical id.)
(2) also change the user's folder's group to "staff". (In the terminal, "sudo chgrp staff /Users/Eric")
After making these two changes and logging back in, the trash worked correctly.
I encountered this problem after using the migration assistant to move an administrative user from one computer to another.
To fix it, I had to do two things:
(1) change the user's group to "staff". (You can do this in the System Preferences, Accounts tool, by right-clicking on the user. My user's group was just set to the user's own numerical id.)
(2) also change the user's folder's group to "staff". (In the terminal, "sudo chgrp staff /Users/Eric")
After making these two changes and logging back in, the trash worked correctly.
answered Feb 21 '11 at 0:44
user2701
add a comment |
add a comment |
I faced the same problem after upgrading macOS Sierra to Mojave. The hidden .Trash
folder in my user folder was recognized as file rather than a directory.
Deleting it fixed the problem. Open Terminal by hitting cmd + spacebar and searching for "Terminal". Copy and paste this command into the terminal and hit Return:
rm ~/.Trash
macOS will create a new .Trash
folder on the first "Move to Thrash" action and moving files to the Trash should work normally again.
add a comment |
I faced the same problem after upgrading macOS Sierra to Mojave. The hidden .Trash
folder in my user folder was recognized as file rather than a directory.
Deleting it fixed the problem. Open Terminal by hitting cmd + spacebar and searching for "Terminal". Copy and paste this command into the terminal and hit Return:
rm ~/.Trash
macOS will create a new .Trash
folder on the first "Move to Thrash" action and moving files to the Trash should work normally again.
add a comment |
I faced the same problem after upgrading macOS Sierra to Mojave. The hidden .Trash
folder in my user folder was recognized as file rather than a directory.
Deleting it fixed the problem. Open Terminal by hitting cmd + spacebar and searching for "Terminal". Copy and paste this command into the terminal and hit Return:
rm ~/.Trash
macOS will create a new .Trash
folder on the first "Move to Thrash" action and moving files to the Trash should work normally again.
I faced the same problem after upgrading macOS Sierra to Mojave. The hidden .Trash
folder in my user folder was recognized as file rather than a directory.
Deleting it fixed the problem. Open Terminal by hitting cmd + spacebar and searching for "Terminal". Copy and paste this command into the terminal and hit Return:
rm ~/.Trash
macOS will create a new .Trash
folder on the first "Move to Thrash" action and moving files to the Trash should work normally again.
answered Dec 14 '18 at 12:29
danielsdaniels
1112
1112
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f242364%2fmac-always-warns-you-cant-undo-this-action-and-skips-the-trash-when-deleting%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
There might be some more errors in the logfiles, which you can view using Applications, Utilities, Console.
– Arjan
Feb 6 '11 at 19:42