UNIX help for Windows users?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers UNIX help for Windows users?
# 1  
Old 06-19-2003
UNIX help for Windows users?

Is there any sort of documentation that translates windows commands into linux commands?

...just the basic stuff that you would do on your win PC translated to linux?

For example in windows to configure your network card you would...
Settings > Control Panel > Network Connections > Local area Connection.

and in RedHat Linux you would...
use LinuxConf in X windows (I think).

in win to format a drive you would...
type "Format :c"

in Linux you would...
I dont know that yet...

in Win the process to install a program is...
click setup.exe and folow the prompts

in linux it is...
I dont know this one as well

in win you can set, change, view all your hardware in the control panel.

in linux to do this...
I think you use LinuxConf

in windows changing the settings of your GUI is...
right click the desktop.

in Linux its...
Xconfigurator at the command line.

Iv searched the web but drew a blank. Is there anything like this about? And if not why not? It would help me and other people with a lot of basic stuff.
# 2  
Old 06-19-2003
Here is one example which compares concepts and commands
Windows and UNIX comparison although it's more a DOS and UNIX as far as commands.

You have to realize UNIX is more a command line interface - sure, there are GUI's but most of the Sys Admins I know use GUI only 20% of the time. Shell scripts are written for anything that is done over and over. I've never used Solaris File Manager except to mount up a floppy disc - and then I go to command line to work with it.

You will probably find it easier if you start from scratch instead of trying to compare what GUI works. If you can't do command line, how are you going to fix a system that is broken and only goes into single-user mode? You don't usually get a GUI in single-user with UNIX.
# 3  
Old 06-19-2003
Thanks for that link...thats the type of thing im thinking of.
But it would be nice if there were some more advanced commands in there as well. GUI or command line wont matter as long as it tells you what command to use, that is at least a place to start.

Consider this...

If I want to configure the Network card in Linux I have to search in XMAN for all subjects that have the word "NETWORK" in it.
Then look at every subject to see if any are what im looking for. 30 - 40 mins later I may find the command or app that I was looking for...

I and many other newbies will have to do this over and over again...

how about a simple cheat sheet of commands?

All these experts on www.UNIX.com could come together and ease the life of newbies everywhere by creating this list.

It would stop me asking all these stupid questions for one...Smilie and I got plenty more questions...Smilie
# 4  
Old 06-19-2003
First, UNIX, unlike Windows, is not simple. It's not a point and click OS (although some versions are trying to get there). Part of the appeal is that you can change it (unlike Windows) to your needs.

Second, there are MANY web pages out there - but you have to do a search for them. Try Unix is a Four Letter Word for a start. Note that it was first started almost ten years ago.

There are many books on the subject - see the FAQ on this site for suggestions. Or a search.



If this were the Matrix, you could call Tank on a land line and have him download "UNIX". Then you could write your cheat sheet.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Home Questions Tags Users Unanswered Windows 2016 DNS server returns SERVFAIL for non-existing doma

I have two DNS resolvers in /etc/resolv.conf file. The top one is Windows DNS server, and the bottom one is my wi-fi router. Please see below. nameserver 192.168.1.126 nameserver 192.168.1.1 In Windows DNS server, the sole "Forward Lookup Zone" is biman.net When I query for host in the zone... (6 Replies)
Discussion started by: broy32000
6 Replies

2. UNIX for Advanced & Expert Users

Windows AD users authenticate to Linux

Hello folks, Please advise me what is the best way to authenticate Windows AD users against Linux machines. Currently I am going to take a look of Vintela Authentication Services and please let me know if you have experience with VIntela. Thanks in advance (1 Reply)
Discussion started by: Vit0_Corleone
1 Replies

3. Shell Programming and Scripting

Needed SFTP script from windows to UNIX server and from UNIX to windows server(reverse SFTP)

hi guys, i need a script to sftp the file from windows to unix server ....(before that i have to check whether the file exists in the windows server or not and again i have to reverse sftp the files from unix to windows server..... regards, Vasa Saikumar. (13 Replies)
Discussion started by: hemanthsaikumar
13 Replies

4. Shell Programming and Scripting

Unix shell script to Copy files from one Windows server to another Windows server.

Can anybody please help me on how to code for the below requirement: I need to write a shell script (on different unix server) to copy files from multiple folders (ex. BRN-000001) from one windows server (\\boldls-mwe-dev4)to a different windows server(\\rrwin-ewhd04.ecomad.int). This shell... (4 Replies)
Discussion started by: SravsJaya
4 Replies

5. Shell Programming and Scripting

Batch job in unix server to move the pdf file from unix to windows.

Hi Experts, I have a requirement where i need to setup a batch job which runs everymonth and move the pdf files from unix server to windows servers. Could some body provide the inputs for this. and also please provide the inputs on how to map the network dirve in the unix like that... (1 Reply)
Discussion started by: ger199901
1 Replies

6. AIX

Do I need to configure my local windows to FTP files from local windows to a UNIX AIX server?

Hi Friends, I have this script for ftping files from AIX server to local windows xp. #!/bin/sh HOST='localsystem.net' USER='myid_onlocal' PASSWD='mypwd_onlocal' FILE='file.txt' ##This is a file on server(AIX) ftp -n $HOST <<END_SCRIPT quote USER $USER quote PASS $PASSWD put $FILE... (1 Reply)
Discussion started by: rajsharma
1 Replies

7. UNIX for Dummies Questions & Answers

Changing windows server alias name on windows or unix?

My situation is that we have production unix scripts that ftp files over to a windows server. I'm not sure if its a 2000 or 2003 server as I dont work on server, more on the unix side. It turns out that they are changing servers on the network. So they are migrating our data over from say Server 1... (1 Reply)
Discussion started by: NycUnxer
1 Replies

8. UNIX for Dummies Questions & Answers

SFTP plugin for Windows Users?

I've had the hardest time getting my Windows users (technically proficient users who grew up with VAX.VMS systems) to abandon FTP and TELNET for SSH and SFTP/SCP. It's getting to the point where I'm getting seriously angry at them for being "stupid". With that little bit of complaint aside after... (1 Reply)
Discussion started by: deckard
1 Replies

9. UNIX for Advanced & Expert Users

missing Path(in UNIX) when i launch a job on to unix machine using windows SSh

hi i want run an unix application from a windows program/application.i am using SSH(command line version)to log on to a unix machine from windows. the application has to read a configuration file inorder to run. the configuration file .CFG is in bin in my home directory. but the application... (1 Reply)
Discussion started by: megastar
1 Replies

10. UNIX for Dummies Questions & Answers

UNIX problem? Unix programm runs windows 2000 CPU over 100%

Okee problems...!! What is happening: Unix server with some programms, workstations are windows 2000, the workstations work good but when you start a programm on the Unix server the CPU of the workstations go to 100% usage resulting that the system gets very slow. The programm well its running so... (2 Replies)
Discussion started by: zerocool
2 Replies
Login or Register to Ask a Question