Linux
Linux is the name usually given to any Unix-like computer operating system that uses the Linux kernel.
Application
Any
Language
Any
License
Any
Does anyone know how to keep DOS file attributes in
Linux?
e.g. MSDOS.SYS file has attrib SHR (System, Hidden and
Read-Only). But if I mount the DOS partition as VFAT under Linux and then move...
: Hello everyone,
:
: I've been going to linux.org and try to download but without success, seems the site is very erronous or some files are corrupted. I'd like to know if there's any other...
Hello everyone,
I've been going to linux.org and try to download but without success, seems the site is very erronous or some files are corrupted. I'd like to know if there's any other "official"...
I have a completed and functioning Delphi program which converts from html to rtf under PC/DOS. I can't seem to find a host who would let me run it on a Win-NT website with PHP and MySql. Could...
I sent it to you...
: Should I replace this h with the last one? where is then the input.txt?
: well . h was still -1.
: I'm using windows 98 and a gnu compiler.. could you send me your compiled...
Should I replace this h with the last one? where is then the input.txt?
well . h was still -1.
I'm using windows 98 and a gnu compiler.. could you send me your compiled file, so I can test that one...
Maybe you can try this:
int h = _open ("blabla", O_RDONLY | O_BINARY);
This will not try to gain write access...
It has to do with your computer i guess because the code works here......
: In C/C++ how do I send system commands to DOS or LINUX that have parameters. In other words how do I send a command such as:
:
: md somefilename
:
: or
:
: mkdir somefilename
:
: I can...
Thanks that system call works for DOS, unfortunately I don't have access to a Linux box right now. Anyone know if it should work exactly the same way?
: is supported by Dos or Linux, I know...
is supported by Dos or Linux, I know that "mkdir" works on dos but not sure about Linux.
#include
#include
void main()
{
system("mkdir somedirname");
}
should work. Not sure under...
In C/C++ how do I send system commands to DOS or LINUX that have parameters. In other words how do I send a command such as:
md somefilename
or
mkdir somefilename
I can send basic...
I am running Redhat Linux 6.2 (although i'm pretty sure that this situation is non OS dependant) and an apache server.
My perl code, on it's own, produces acceptable output HTML with all tags and...
Look up the function "sprintf" and "fgets" (they're in stdio.h). The fgets function works fine with stdin as the input (that's why I suggested it) but sometimes you need to fflush(stdin) before...
I'm trying to create a dos shell for linux and am having troubles issueing calls that contain more then one "word".
For instance i can do:
system("cd..")
but i can't do:
system("cd somefile")...
: : Hi,
: :
: : I have question. What is a better OS for a web-server and for security-network.
: :
: : Novell Netware 5.1 with NDS 8.0 or
: : Linux Redhead 7.x
: :
: : Alex Elderson
: :...
Hello.
I'm toying with the idea of installing Linux onto my laptop, but, I'm reluctant, because I doubt that there are drivers around to make it work. (I have a Mitsubishi Pedion P233 which is now...
i have seen novell in use, it is a great server OS, very stable and doesn't care what you put on it.
: Hi,
:
: I have question. What is a better OS for a web-server and for security-network.
:
: Novell Netware 5.1 with NDS 8.0 or
: Linux Redhead 7.x
:
: Alex Elderson
:
:
I haven't...
Hi,
I have question. What is a better OS for a web-server and for security-network.
Novell Netware 5.1 with NDS 8.0 or
Linux Redhead 7.x
Alex Elderson
: : : hi
: : : iwant to get the program file name what i mean is to get like blabla.exe if the C file is called blabla.exe
: : : hope u understand me
: : : 10x
: : : ceaser
: : :
: :
: :...