- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: two unrelated qustions
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
10-29-2003 02:31 PM
10-29-2003 02:31 PM
two unrelated qustions
2. under /usr/share/doc/lilo, there is User_Guide.ps file, how can I read it? Is this a postscript file?
thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2003 02:50 PM
10-29-2003 02:50 PM
Re: two unrelated qustions
You can also look at "The Linux Documentation Project"'s howto's (http://www.tldp.org/HOWTO/LILO.html) for more of an idea.
2) Yes. It's a Postscript file. Either dump it to a printer, or use something like 'ghostview' to look at it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2003 09:29 PM
10-29-2003 09:29 PM
Re: two unrelated qustions
Stuart has got them. To add a bit more.
You can install lilo and start using it (may be in a test machine). Google for "man lilo" you will get loads. tldp.org is a good source.
In other way, a ps can be converted to pdf, (ps2pdf. I am not recollecting which package, might be ghostview itself) so that it can be read online or printed offline. IMHO I feel pdf is lot better than ps.
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2003 01:40 PM
10-30-2003 01:40 PM
Re: two unrelated qustions
the "root" server for lilo can be found at
http://www.ibiblio.org/pub/Linux/system/boot/lilo/!INDEX.html
The source distributions do contain the documentation.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2003 05:53 PM
10-30-2003 05:53 PM
Re: two unrelated qustions
both packages lilo and grub can be installed at the same time. it is just not possible to use them at the same time.
a .ps file is indeed postscript and can be viewed with something like 'ggv' (in gnome).