Link to home
Start Free TrialLog in
Avatar of antesla
antesla

asked on

How to do a file server?

Hi!
I need to know the font code C  under Linux to make a file server.

thanks a lot
Avatar of Talence
Talence

Ehm.. could you be a _little_ more specific with regard to
your desired goal. For starters: what do you mean with "the
font code C"? And.. what does this "font code" have to do
with a file server??
Pls give more info what you want.
It might also be useful to tell us your distribution (for example
Red Hat/Slackware/Debian/etc); it may be possible that there are
standard packages available for what you want to do.
ASKER CERTIFIED SOLUTION
Avatar of rbr
rbr

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Jeez, "Pls give more info!!!" is the answer? :-)
Avatar of antesla

ASKER

Thanks for your quikly answers!
My english is not good, I'm afraid.
I try again:
I need to write in C- language a program.  This program has to do this:
any user can order to the program: (for example)
"copy <file> to <location>", or "delete <file>"

There is something (a daemon) that is waiting an order from any user, and when he receives one, he does it, if there is no busy.  Else, it keep the request in the message tail until he can do it

So, what I need is the C-routines that let me build a file-server, understanding like a file server something who let me work with files siultaneously with another users.

Thanks again.

Avatar of antesla

ASKER

Thanks for your quikly answers!
My english is not good, I'm afraid.
I try again:
I need to write in C- language a program.  This program has to do this:
any user can order to the program: (for example)
"copy <file> to <location>", or "delete <file>"

There is something (a daemon) that is waiting an order from any user, and when he receives one, he does it, if there is no busy.  Else, it keep the request in the message tail until he can do it

So, what I need is the C-routines that let me build a file-server, understanding like a file server something who let me work with files siultaneously with another users.

Thanks again.