- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- deleted rc0.d folder
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-17-2002 06:44 AM
01-17-2002 06:44 AM
deleted rc0.d folder
I accidently deleted the rc0.d folder.
I there someone who can provide me the containce of his /sbin/rc0.d folder.
The files that where in it, where:
K480syncer
K800killall
K888kminit
K890kmbuild
Could someone please send me those, or tell me how I can get them
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 06:46 AM
01-17-2002 06:46 AM
Re: deleted rc0.d folder
GL,
C
lrwxr-xr-x 1 root root 19 Sep 11 09:48 K480syncer -> /sbin/init.d/syncer
lrwxr-xr-x 1 root root 20 Sep 11 09:48 K800killall -> /sbin/init.d/killall
lrwxr-xr-x 1 root root 19 Sep 11 09:48 K888kminit -> /sbin/init.d/kminit
lrwxr-xr-x 1 root root 20 Sep 11 09:48 K890kmbuild -> /sbin/init.d/kmbuild
lrwxr-xr-x 1 root root 23 Sep 11 09:48 K900localmount -> /sbin/init.d/localmount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 06:46 AM
01-17-2002 06:46 AM
Re: deleted rc0.d folder
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 06:47 AM
01-17-2002 06:47 AM
Re: deleted rc0.d folder
K200syncer would be a link to
/sbin/init.d/syncer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 06:47 AM
01-17-2002 06:47 AM
Re: deleted rc0.d folder
If you need more info let us know.
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 06:55 AM
01-17-2002 06:55 AM
Re: deleted rc0.d folder
I was hardening the hp-ux, when I was moving some startup scripts to other backup directory's, I accidently removed the rc0.d directory.
I will try to make the links now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 07:11 AM
01-17-2002 07:11 AM
Re: deleted rc0.d folder
Use this to create links,
cd /sbin/rc0.d
ln -s /sbin/init.d/syncer K480syncer
Repeat the same for other links.
hope this helps.
Regds