Most basic questions... gota get them stright...


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Most basic questions... gota get them stright...
# 1  
Old 11-06-2003
Most basic questions... gota get them stright...

Hey, in order to advance with unix i feel i must understand the very basics and clarify some simple things before i get into more complex things...

My questions are:

A) When (in windows) i go to start > run > cmd.exe... is that unix???

B) When using linux's TUI... is that unix??

C) any good suggestions for a "Unix Cheat Sheet" i could print off and use while using unix...?


Thanks, and im sorry for the some what retarted questions... please refrain from flaming...
Thanx...
X.B
# 2  
Old 11-06-2003
Quote:
please refrain from flaming...
hehe your lucky this is a nice board...otherwise youd be on fire Smilie .

a. no, not at all. first of all unix is now a generic term referring to a number of different unix OS's. windows is NOT a unix OS. windows runs the win32 kernel and the NTs and XPs run on the NT windows kernel. while i believe the NT kernel has some POSIX conformance, it is defenitly NOT unix... nor will it be.... EVER.

b. i dont know what you mean by TUI, did you mean GUI? g and t are close together, we all make mistakes but please proof read your posts. when you are using a GUI on a unix OS, of course its unix, your running it on a "UNIX" os right ? (like linux, HPUX, *BSD??) yes it is unix.

c. yes a good "cheat sheet" for someone familiar with DOS would be a DOS to unix command equivalant sheet. while it would never list every command, it tell you the commands to use for basic shell manipulation, creating files, switching directories etc etc.
# 3  
Old 11-07-2003
norsk hedensk, thanks for the reply. Now i know what windows NT is refering to when i hear people talk about it :-D

What i mean by TUI is textual user interface... (as in the oposite of GUI...) but u said that Linux... Is unix....

thanks for helpin...
X.B
# 4  
Old 11-07-2003
Quote:
Originally posted by X.B
norsk hedensk, thanks for the reply. Now i know what windows NT is refering to when i hear people talk about it :-D

What i mean by TUI is textual user interface... (as in the oposite of GUI...) but u said that Linux... Is unix....

thanks for helpin...
X.B
most people i have ever talked to say "command line" vs TUI.
# 5  
Old 11-07-2003
Here is a Microsoft Page which shows the versions of windows. In XP, if you open a cmd window and type "echo %os%" you will get "Windows_NT". Microsoft is killing off that other windows line. But yes, I see both unix and windows as a family of operating systems. Here is the unix family tree.

And I have always heard CLI verses GUI.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

basic awk questions

I find an script with awk sitting around. I went through some online manuals, but I can't figure out exactly how it works. I can't post the whole program. Not allowed. This is the line that is confusing me. I get when else is in the script grep -v "^REM " $1| grep -v "JUNK;" | awk -F" "... (2 Replies)
Discussion started by: guessingo
2 Replies

2. UNIX for Dummies Questions & Answers

some basic questions about unix ..

Hi all today i gone through worst interview of my life that for hour questions were so basic but i never though about them now i am figuring out answers my self but i would appreciate if you ppl help me ... i am listing some of the questions i remember .. 1 ) $ cat a.sh #! /usr/bin/ksh... (4 Replies)
Discussion started by: zedex
4 Replies

3. UNIX for Dummies Questions & Answers

hp-ux basic questions

I have multiple questions How to list or find only Nov month's files? How can I get state of process like running, stop, or sleep etc? How can I check dependences of processes? plz ans any if u can thx regards, Mazhar Hussain (3 Replies)
Discussion started by: mazhar99
3 Replies

4. UNIX for Dummies Questions & Answers

Some basic questions

Hi- Newbie here with some basic questions: 1) I can't get alias to work. I tried alias ll='ls -al', but it doesn't work. When just typing 'alias', the new definition doesn't appear. I'm in a bash shell -- is that the problem. I tried switching to csh, but that didn't seem to help. This... (5 Replies)
Discussion started by: Aworstell
5 Replies

5. UNIX for Dummies Questions & Answers

Basic Unix Questions

OK, here's a question from a true UNIX newb: How does one make a 20 line file? I'm lost. :confused: OK, I figured it out. :D (0 Replies)
Discussion started by: Kitchen Zinc
0 Replies

6. UNIX for Dummies Questions & Answers

Basic SFTP questions

I'm trying to find out what all is involved with setting up SFTP? 1) Do Solaris machines come with a SFTP server and client already installed. 2) If so would I have to install SFTP clients on windows, if I want to transfer files to a Solaris box? 3) If SFTP doesn't come prepackaged would I... (1 Reply)
Discussion started by: JohnRodey
1 Replies

7. UNIX for Dummies Questions & Answers

basic UNIX questions

Can somebody please tell me a little about UNIX OS. For instance, is it ideal for digital media or how easy is it to get help and support? (3 Replies)
Discussion started by: buk5d
3 Replies

8. Slackware

Basic networking questions.

Hey, I'm new to Linux. I have a few questions about it. I run Slackware. After the installation the Linux installation had problems with my old hardware (network card, sound card) so I removed them and Linux would start. But now, I can't seem to use the network card in Linux because it's not... (3 Replies)
Discussion started by: RellioN
3 Replies
Login or Register to Ask a Question