This is a discussion on RedHat Linux setup within the Linux Operating System forums, part of the Unix Operating Systems category; --> I'm a begineer in Linux. Can Linux setup run from CD like Windows ? Does Linux command same as ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| On 28 Sep 2003 09:41:52 -0700, Daniel Tan wrote: > I'm a begineer in Linux. Can Linux setup run from CD like Windows ? Usually, a new install is from booting the cd. The installer takes over from there. > Does Linux command same as Unix ? Thanks. Depends on the command. If you mean Linux pretty close to the uxix commands like ls, grep, ps, sed, ..... yes. |
| |||
| Daniel Tan wrote: > I'm a begineer in Linux. Can Linux setup run from CD like Windows ? > Does Linux command same as Unix ? Thanks. Yes Linux can be installed from CD though it isn't like windows. Linux actually gives you choices of what you want installed. Many of the Linux commands are the same as UNIX though there can be differences as well. -- Confucius: He who play in root, eventually kill tree. Registered with The Linux Counter. http://counter.li.org/ Slackware 9.0 Kernel 2.4.22 i686 (GCC) 3.2.2 Uptime: 2 days, 16:24, 1 user, load average: 1.17, 1.16, 1.18 |
| |||
| Daniel Tan wrote: > I'm a begineer in Linux. Can Linux setup run from CD like Windows ? Yes, if you choose the right distribution. > Does Linux command same as Unix ? Does what what? Translation required. -- Paul Lutus http://www.arachnoid.com |
| |||
| Daniel Tan wrote: > I'm a begineer in Linux. Can Linux setup run from CD like Windows ? .... yes .. -- /// Michael J. Tobler: motorcyclist, surfer, skydiver, \\\ \\\ and author: "Inside Linux", "C++ HowTo", "C++ Unleashed" /// \\\ http://pages.sbcglobal.net/mtobler/mjt_linux_page.html /// Gordon's first law: If a research project is not worth doing, it is not worth doing well. |
| |||
| Daniel Tan <danieltan@time.net.my> wrote: > I'm a begineer in Linux. Can Linux setup run from CD like Windows ? Go read some of the linux FAQs and howtos. Your question is completely incomprehensible to me, and therefore I deduce you have a terminology problem, which you will solve by reading one of the appropriate howtos. No - I don't know whhich you will like best. Maybe DOS-Win-to-Linux-HOWTO > Does Linux command same as Unix ? Thanks. Uh ... where is "my"? Mexico? Malysia! Well, in malaysia you speak english! The above makes no sense in english. Did you mean "are linux commands the same as in Unix"? If so, the answer is: linux statisfies posix, more or less. Peter |
| ||||
| David wrote: > Daniel Tan wrote: > >> I'm a begineer in Linux. Can Linux setup run from CD like Windows ? >> Does Linux command same as Unix ? Thanks. > > > Yes Linux can be installed from CD though it isn't like windows. Linux > actually gives you choices of what you want installed. > > Many of the Linux commands are the same as UNIX though there can be > differences as well. > Also note that many basic operating system commands, such as ls, tar, gzip, ps, etc. use the more powerful BSD formats for things and include the GNU style options, rather than the decrepit and deserve-to-be-shot defaults of many of the genuine AT&T UNIX versions. For example, GNU tar by default strips the leading "/" when creating and when reading tar files. This allows you to un-tar them into a local directory rather than over-writiing your system's active versions of, for example, "/etc/passwd" when looking at a tar file for your old copy of /etc/passwd. |