Is there any s/w acts like UNIX?


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Is there any s/w acts like UNIX?
# 1  
Old 04-30-2008
Is there any s/w acts like UNIX?

Hi Frnds,

I do not have UNIX OS and I am practicing on shell programming. is there any software that acts like UNIX? just to practice shell programming.

Thanks in advance,

Rashmy.
# 2  
Old 04-30-2008
Unix is an operating system, and acts like one. You can run it under VMware or similar if you really want the whole OS. But you probably mean the shell and related utilities. If you are on MacOS X, you already have it. If you are on Windows, I hear rumors that Cygwin might be worth investigating. But you could also install a simple Linux or *BSD system on a spare drive and experience the real thing. Several Linux distros now ship a Live CD which doesn't even require you to install anything, you just run it off the CD. (I would recommend Ubuntu.)
# 3  
Old 04-30-2008
Quote:
Originally Posted by era
If you are on Windows, I hear rumors that Cygwin might be worth investigating.
I'm a cygwin user myself and yes, it's worth it. Smilie
At least if you do not want to install an OS.
Other options are The Windows Services for UNIX (SFU), which include a ksh shell (among other things):
Download details: Windows Services for UNIX Version 3.5
Anyway, I do agree era. I would use/install the OS.
Regards.
# 4  
Old 05-01-2008
Fedora make available a LIVE CD.
Which provides users the opportunity to try out their distribution without actually installing it.
Fedora can be found at ... Fedora Project

Hope that's of some help to you.
# 5  
Old 05-01-2008
Quote:
I hear rumors that Cygwin might be worth investigating
Btw, why is that a rumor ? Smilie


if you are interested in practicing the basic commands, shell utilities in non-UNIX os, cygwin is a good choice to try with
# 6  
Old 05-01-2008
Hi.

If you have access to the Internet with telnet, ssh, or web, there are sites that offer free shell accounts. Here is a list of 50 or so such facilities: Free Shell Accounts ... cheers, drl
# 7  
Old 05-09-2008
Great replays frnd.. i will do the same.. get back to you frnds on issues Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

File Transfer from Window server to UNIX and UNIX to UNIX

Dear All, Can someone help to command or program to transfer the file from windows to Unix server and from one unix server to another Unix server in secure way. I would request no samba client. (4 Replies)
Discussion started by: yadavricky
4 Replies

2. Shell Programming and Scripting

rouch acts strange after touching around

hi there Strange title? Well yes...it is strange..."touch" is driving me nutts! Trying to set the access / modified date by a bash script. For a certain time everything works well with all files. After point x the code works only for some files, for others it doesn't. After looking for the ... (4 Replies)
Discussion started by: blah0
4 Replies

3. UNIX for Dummies Questions & Answers

How does unix system administration, unix programming, unix network programming differ?

How does unix system administration, unix programming, unix network programming differ? Please help. (0 Replies)
Discussion started by: thulasidharan2k
0 Replies

4. 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

5. Programming

Help with a C program that acts like the make utility

Hi, I'm trying to create a C program that functions like the make utility in UNIX for personal use. My program would read in from a generic makefile and execute whatever is in that makefile but I'm not sure as to where I should start coding. I would appreciate any help. Thanks. (1 Reply)
Discussion started by: kratos.
1 Replies

6. Shell Programming and Scripting

FTP script for sending a file from one unix directory to another unix server director

Hi, My local server is :/usr/abcd/ Remote server is :/Usr/host/test/ I want to send files from local unix directory(All files starting with O_999) to remote host unix directory. Can any body give me the Unix Shell script to do this. One more doubt: Shall we need to change the file... (1 Reply)
Discussion started by: raja_1234
1 Replies

7. 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

8. 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