Sponsored Content
Full Discussion: The Cost Of UNIX
Top Forums UNIX for Dummies Questions & Answers The Cost Of UNIX Post 2737 by PxT on Thursday 31st of May 2001 05:02:31 PM
Old 05-31-2001
From http://droflet.net/unix_dot_com_faq.html



Q: I have a spare Intel box to install Unix on, which version is the best?

A: There is no single "best" vendor. Intel machines can run Linux, *BSD, and Solaris. Linux is available from various vendors such as Redhat, Mandrake, Suse, Slackware, Debian, etc. Solaris costs approximately $75 for the source media, or you can download it for free from Sun's website. The download is approximately 800 megabytes. Other distributions range from $5 on up depending on the level of support you get with it. Many may also be downloaded for free from the Internet. If your goal is to simply learn Unix, any distribution will probably work. If you have a specific purpose in mind, please research the appropriate vendor websites to determine if their product will meet your needs.
 

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix Cost and the scope of the system

Hi I'm recently learning about Unix. I'd like to know more about it specially what is the cost to set up a Unix system and the scope of the system. Where can I find this information? Can anyone help? :confused: (1 Reply)
Discussion started by: danlercar
1 Replies

2. UNIX for Dummies Questions & Answers

How to get UNIX tutorials(Free of Cost)

I wanted to learn UNIX & Shell Programming.Now i want material at free of cost.Where can i get ...tell me the SItes to get the tutorials (3 Replies)
Discussion started by: hairamu
3 Replies

3. Shell Programming and Scripting

How to get the time cost of functions?

hi, There is a shell including many functions, when I run ksh -x/-v to see the call sequence, but how do I know which function cost more? Of course, use time CMD to get the scripts runnning time, while it can not tell me which cost more. Thanks very much. (1 Reply)
Discussion started by: a2156z
1 Replies
MOUNTPOINT(1)							   User Commands						     MOUNTPOINT(1)

NAME
mountpoint - see if a directory is a mountpoint SYNOPSIS
mountpoint [-q] [-d] directory mountpoint -x device DESCRIPTION
mountpoint checks if the directory is mentioned in the /proc/self/mountinfo file. OPTIONS
-h, --help Print help and exit. -q, --quiet Be quiet - don't print anything. -d, --fs-devno Print major/minor device number of the filesystem on stdout. -x, --devno Print major/minor device number of the blockdevice on stdout. EXIT STATUS
Zero if the directory is a mountpoint, non-zero if not. AUTHOR
Karel Zak <kzak@redhat.com> ENVIRONMENT
LIBMOUNT_DEBUG=0xffff enables debug output. NOTES
The util-linux mountpoint implementation was written from scratch for libmount. The original version for sysvinit suite was written by Miquel van Smoorenburg. SEE ALSO
mount(8) AVAILABILITY
The mountpoint command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. util-linux June 2011 MOUNTPOINT(1)
All times are GMT -4. The time now is 06:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy