Few Questions on about Linux Servers.


 
Thread Tools Search this Thread
Operating Systems Linux Few Questions on about Linux Servers.
# 1  
Old 04-03-2009
Few Questions on about Linux Servers.

1.On x86 Machines ( Pentium4 ), What is the maximum number of Services( sshd, ntpd,named ,samba, etc.) that can be installed.? Is there a rule of thumb to attain the best possible performence.?

2. Is there a systematic way to boot a remote Machine.?

3. Are there any problems of having two dhcp servers on the same network.?

4. What is the equivalent to Group Policy in Linux.?

5. Can Linux Commands such as ( mkdir, ls, cat ) changed so that they behave different.?

6. How can you deny a user to use Linux Commands such as (mkdir, rm etc) without denying shell access.?

7.How can I monitor what files users have erased.?

8. How are the systems (mail, uucp, mysql, news etc.)accounts different from user accounts.? ( what are the significance of system accounts, when or how do you use them.?).


9.Suppose you have 5 Linux Clients Connected for Linux Server Linux Authentication Using OpenLDAP or NIS enabled.

a-My question is , How can I assign a mandatory user profile for users, so that no user account can customize desktop settings.?

b-How can I Automate a single software installation simultaneously into Five or more clients at once.( like application deployment in MS Windows)

thanks,
# 2  
Old 04-05-2009
Quote:
Originally Posted by kanata
1.On x86 Machines ( Pentium4 ), What is the maximum number of Services( sshd, ntpd,named ,samba, etc.) that can be installed?
There are no arbitrary limits. It comes down to the amount of memory your server has, and how much traffic your machine and network will be required to handle. If this is not high, then even a small server is capable of quite a lot.
Quote:
Is there a rule of thumb to attain the best possible performence?
Short answer: No. Long answer: nnnnnnnno. This is a complex problem that depends on what kind of performance we're talking about. network performance? disk performance? response times? memory throughput? other?
Quote:
2. Is there a systematic way to boot a remote Machine?
You mean, wake-on-LAN? That's simple enough if you're on the same local area network, but if you're not, you'll have to get something else on the same LAN to do it for you.
Quote:
3. Are there any problems of having two dhcp servers on the same network?
Yes, they will interfere with each other, give inconsistent answers, possibly cause duplicate IPs, etc. Turn one off, you only need one per NAT segment.
Quote:
5. Can Linux Commands such as ( mkdir, ls, cat ) changed so that they behave different?
Different in what way?
Quote:
6. How can you deny a user to use Linux Commands such as (mkdir, rm etc) without denying shell access?
Don't give them write access for any files or directories you don't want them to touch.
Quote:
7.How can I monitor what files users have erased?
You could check their shell history. What/where this is depends on the shell.
Quote:
8. How are the systems (mail, uucp, mysql, news etc.)accounts different from user accounts? ( what are the significance of system accounts, when or how do you use them?)
System accounts are used by daemons. When they're running, you'll find they're running under these users. They're there to give them access to the files they need and absolutely nothing else, and to keep everyone else out. The 'nobody' user in particular grants access to nothing at all. You don't need to log into them yourself.
# 3  
Old 04-05-2009
this looks like homework... thread closed!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

General questions related to patching and servers

Hi, Can you answer the following ? How to identify server is physical or virtual server ? Why often patching is done in servers ?What is the purpose of doing OS patching in servers. ? Regards, Maddy (5 Replies)
Discussion started by: Maddy123
5 Replies

2. UNIX for Dummies Questions & Answers

Unix and Linux questions

Sorry for the dumb question......I got my B.S. in computer science Amazing how I don't these answers).....I wrote mostly in the language C in my college career. I wrote all my programs using a windows application for writing C.....and then after testing it, I would upload it to a UNIX system and... (1 Reply)
Discussion started by: Bruuuuce78
1 Replies

3. UNIX for Dummies Questions & Answers

Few questions on unix/linux

Hi , please give few answers for this questions:confused::confused: ...thanks in advance What shell do you use when you log in to a UNIX/Linux host? What command will show you the shell you're using? Describe 5 things you can do in Linux/UNIX. (1 Reply)
Discussion started by: hecker007
1 Replies

4. Red Hat

Lots of questions about linux.

I am about 2 months new to Linux, and have only limited experience with PCLinuxOS, (kde) and Redhat. I am installing the latest version of PClinuxOS on my wife's PC right now but running into a problem I dont understand. I have never seen it before so i thought i'd ask how I can get around it.... (1 Reply)
Discussion started by: Methal
1 Replies

5. Gentoo

What do you use on your linux servers?

What do you use on your linux servers? What distributions? (10 Replies)
Discussion started by: DCrystal
10 Replies

6. What is on Your Mind?

Questions about Unix/Linux

Hello all. Im a young lad with very limited experience with computers, even though I have been playing with them the past 5 years. I have the experience of the random World of Warcraft player that plays games all day. I have a huge interest in learning everything about computers and I was... (5 Replies)
Discussion started by: Vallzi
5 Replies

7. Linux

some questions about linux system.

Hi,i am a newbie in linux,l have some questions when i study unix system.Could you help me?thx. Q1:an linux file system is broken,it can not be mounted after system boot up .how to recover it? Q2:When the UNIX system shore memory is not enough,how to change the system paramenters? Q3:How... (2 Replies)
Discussion started by: saneryee
2 Replies

8. Linux

Linux questions

Hi everyone, I came from a diffrent UNIX background and am trying to learn Linux (Red Hat) in a hurry. I would be very grateful if you could help me with the following questions. I know the answers for questions 1, 3, and 4 in a Sun Solaris environment, but not in Linux... Thanks in advance for... (3 Replies)
Discussion started by: Enigma777
3 Replies

9. UNIX for Dummies Questions & Answers

Is there a place like this for LINUX questions?

Is there some place like this unix.com for linux questions? a forum like area to ask questions? I love this site, i've learned a lot (use unix - solaris, and linux - redhat). Unfortunately redhat.com has gotten rid of their support forums, everything is in a list type format and I don't want to... (6 Replies)
Discussion started by: kymberm
6 Replies

10. UNIX for Dummies Questions & Answers

RedHat linux questions??

1. is redhat linux 7.3 the latest version ?? 2. where can i find FREE documentation regarding it ?? installation , etc... Thanks (2 Replies)
Discussion started by: BAM
2 Replies
Login or Register to Ask a Question