 |
|
See I am computer engg. student and I have a lab called system software laboratory. We have red hat linux in our lab.. Now in case I have to practice linux commands like fork(), pipe(), execlp(), .. Do I have to install linux compulsary on my PC(Windows) or do I have any other alternative?
- I'm not sure that this is what you are looking for, but try Cgywin.
http://www.cygwin.com/
- Both of those were good answers but I think you should try to ssh into the lab via so you are really at the machine. Ask your professor if you can have access. It should not be a problem.
RJ
- You can use cygwin as previously mentioned, though I'm not sure how well it executes the Unix system calls.
Another option is if your lab has a SSH server, you can remotely connect to the lab using SSH Secure Shell, PuTTY, or open-ssh. You can remotely use the linux machines.
Tags: red hat linux 9, dedicated linux server
- How to create linux shell programming?
the structure is like this
interpreter line (optional)
commands to be executed.
but it a language , how can I explain in line. read a tutorial in net. there are many available. search wi...
- Help: setup Python Imaging Library (PIL) for linux server?
Hi
I uploaded a pil library to my server. The problem is that I can'tpredone pil library (a pil library that I wont have the ru setup.py,the setup.py script runs. so is there a solution...
- What are the types of environment in a Linux operating system?
By environment, do you mean shell? The primary shell is bash, but you can used any shell you want, hough you may have to download and compile it.
- EXACTLY how many linux commands are there. In particular SUSE linux 10.1?
Too many!
However, if you really want to know the exact number of linux commands you could start by counting the commands in /bin, /user/bin, /sbin, /usr/local/bin, etc...or echo your $P...
- Which is better for shell programming on Linux, bash or csh?