![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| OS X (Apple) OS X is a line of Unix-based graphical operating systems developed, marketed, and sold by Apple. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pseudo-terminal will not be allocated because stdin is not a terminal. | Shivdatta | UNIX for Advanced & Expert Users | 1 | 08-04-2008 07:29 AM |
| Terminal | Jono_H | UNIX for Dummies Questions & Answers | 10 | 06-23-2007 07:59 AM |
| HP UX Terminal Help | gpta_varun | HP-UX | 0 | 05-11-2005 11:16 AM |
| dt terminal | s_aamir | UNIX for Advanced & Expert Users | 2 | 03-13-2002 02:32 AM |
| connecting to unix through hyper terminal - as a dumb terminal | michelle | UNIX for Advanced & Expert Users | 2 | 11-05-2001 12:32 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
hey i need some help with crypting in the terminal
it doesnt recognize the crypt command...what do i do? Also what is reccommended for writing programs? where is the best place to get startd with C++ Thanks in advance Bomber11 |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
if the shell your using dosnt recognize a command, this is due to one of two reasons.
a. the command dosnt exist on your system. it is not installed. solution: find the program online, download it and install it! b. the location of the program is not in your $PATH. solution: find where the path to the executable is located, and try running the program with the full path. the best place to get started with c++, www.google.com |
|||
| Google The UNIX and Linux Forums |