hi all,
i am new comer into the world of linux.i want to create a
subdirectory in /proc directory. Already i know have to create
a file in the /proc filesystem.
So kindly help me, what are the system calls/fuction calls to be used
for the creation of sub-directory in /proc directory.
hi all,
please help me to know how the proc file system is
created/implemented.
What are the source files,documentation related?
thanks in advance
bye
srinivas
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More
iam getting compilation errors for driver code.
struct file_operations my_ops ={NULL,my_read,my_write,NULL,NULL,NULL
NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL
NULL };
ERROR -> my_ops has intializer but incomplete type
pls can anybody
h
In application program ,code for call to write system call is given
below...
#include
main()
{
int count,fd;
fd=open("/dev/pseudo",O_RDWR);
write(fd,buff,5);
}
In driver module code for getting the buffer and count
#includ
In application program ,code for call to write system call is given
below...
#include
main()
{
char* buff="hello";
int count,fd;
fd=open("/dev/pseudo",O_RDWR);
write(fd,buff,5);
}
In driver module code for getting the
I need help from somebody.
Iwant to install Linux with just floppythrough FTP server.
I am searching in net regarding How to make FTP installation floppy .
can any body pls refer some web sites or procedure?.
thanks
srinivas
-
To unsubscribe from this list: send the line "unsubscri
hi everybody,
kindly give me a idea how to write a file into proc filesystem.
i.e functions to be used?system calls to be be called?
adv .thanks for giving imm. reply
srinivas
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PR
hi everybody,
when i tried to read the inode of proc file/directory
using a pointer to dirent which is returned by the readdir().,
i am getting a different inode number(32449)instead of which
is shown as inode 2 when ls -ia is done.
hope it is clear..
thanks for all who tried to clarif
8 matches
Mail list logo