- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Is it safe to delete certain files
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 10:09 PM
01-07-2004 10:09 PM
The files that I am concerned about are of the form:
./var/mail/
./var/dt/appconfig/appmanager/
./var/dt/appconfig/appmanager/
./var/dt/appconfig/appmanager/
./var/dt/appconfig/appmanager/
./var/dt/appconfig/appmanager/
./var/dt/appconfig/appmanager/
./var/dt/appconfig/appmanager/
./var/dt/appconfig/appmanager/
./var/dt/appconfig/appmanager/
./var/dt/appconfig/appmanager/
./var/dt/appconfig/appmanager/
./var/dt/appconfig/appmanager/
Is it safe to delete these files? (Before or after deleting the user account, or doesn't it matter).
Is there any other stuff hidden away that I should remove/update? (I'm aware of auto_home).
Thanks,
Gary
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 10:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 10:17 PM
01-07-2004 10:17 PM
Re: Is it safe to delete certain files
mail/
dt - is connected to the usages of desktop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 10:22 PM
01-07-2004 10:22 PM
Re: Is it safe to delete certain files
Absolutely - go ahead and delete them (after the account, I think).
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 10:30 PM
01-07-2004 10:30 PM
Re: Is it safe to delete certain files
var directory contains information such as logs and spooler files.
It is quite safe to remove them.
Regards.
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 10:38 PM
01-07-2004 10:38 PM
Re: Is it safe to delete certain files
Hi,
If you are sure about users and user directories are not needed anymore, you can go ahead with "userdel -r" command, which will cleanup user information and everything under home directory. Before you do this, you can do a find for those particular user's files under /var and remove it. Once you remove user, these files may not show owner properly.
Best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 10:42 PM
01-07-2004 10:42 PM
Re: Is it safe to delete certain files
yes you can go ahead...
no probs
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 10:42 PM
01-07-2004 10:42 PM
Re: Is it safe to delete certain files
I am repeating what others said. It is safe to remove the files owned by a user. In /var usually the log files are kept.
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 10:46 PM
01-07-2004 10:46 PM
Re: Is it safe to delete certain files
As a matter of fact, you can safely blow away the contents of /var/dt/appconfig/appmanager/* (I just did!). Each users config will get recreated when they log in.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 11:25 PM
01-07-2004 11:25 PM
Re: Is it safe to delete certain files
And like everyone else said, removing these files is no problem at all.
But removing all dirs under /var/dt/appconfig/appmanager/ is something I would be weary of: what happens with personal settings that are different from the default?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 11:43 PM
01-07-2004 11:43 PM
Re: Is it safe to delete certain files
Personal settings should be store in ~/.dt
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 12:22 AM
01-08-2004 12:22 AM
Re: Is it safe to delete certain files
Sorry if I don't seem very gernerous with the points, but I guess you can work out my reasoning.
Keep up the good work.
Gary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 12:30 AM
01-08-2004 12:30 AM
Re: Is it safe to delete certain files
Just looked more closely and found that for every user for every DISPLAY the user has used there is a directory containing some symlinks. This takes a lot of inodes. In our case, for instance, with about 100 users and using DHCP it resulted in a really large number of dirs and thus even more symlinks...