Various System Administration Questions


 
Thread Tools Search this Thread
Operating Systems Solaris Various System Administration Questions
# 1  
Old 12-08-2011
Data Various System Administration Questions

Sorry I'm kind of desperate here Smilie, there's a security audit coming next week Smilie and I can't seem to find solutions for the questions below Smilie.

1) I need to limit usage on account during non-working hours.

There's no /etc/security/time.conf file in my system should I create it?

Is setting this setting sufficient?
Code:
login;*;user;!Al0000-0700
sshd;*;user;!Al0000-0700
rlogin;*;user;!Al0000-0700
login;*;user;!Al1800-2400
sshd;*;user;!Al1800-2400
rlogin;*;user;!Al1800-2400
login;*;user;!We0000-2400
sshd;*;user;!We0000-2400
rlogin;*;user;!We0000-2400

2) I need to set all system logs to a permission of 640 and to append only.

Is there a way to list all system logs? How do I set the log to append only?

3) I need to disable all .exrc files from running in my system. There is no /etc/environment in the system, should I assume that there is no global environment settings? Is there anyway I can ban running of .exrc files in my system through a global environment setting? Or do I have to set in each user's .profile

4) Is there a way to list all device files and terminal device files in the server?

5) I tried to list all suid/sgid files using this command.
Code:
find / \ ( -perm -4000 -o -perm -2000 \) -ls -o -fstype nfs -prune

Didn't seem to work, anything wrong with the command?

6) I need to set all removable media to noauto mount, how do I set it in /etc/vfstab?

Moderator's Comments:
Mod Comment Please use code tags!

Last edited by zaxxon; 12-08-2011 at 05:45 AM.. Reason: code tags, see PM
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. What is on Your Mind?

How to start in System Administration?

Hi all, I wonder if you guys could give me some advice on this. I have messed around with Linux for the last few years, and I'm at the point where I would like to become a system administrator - as a career. I already have a bachelor's degree, but it is in the humanities (art history) so... (2 Replies)
Discussion started by: ScottLew
2 Replies

2. What is on Your Mind?

Learning System Administration: What to focus on?

In the fall I am taking courses in System Admin and Networking Admin, along with Cisco classes. Sometime next year I hope to get Red Hat and CCNA certifications, then try to get some experience and a job. I am wondering what I can focus on in the meantime (and in my spare time) that will... (1 Reply)
Discussion started by: ScottLew
1 Replies

3. AIX

Questions on AIX 7 Administration

Here i have a question about AIX 7 Administration test. I just want the explanation: The cfgmgr command appears to be taking an excessive time to complete. The administrator was able to quit the command and return to the command prompt. The administrator does not have access to themanaging HMC and... (1 Reply)
Discussion started by: edwardz
1 Replies

4. UNIX for Advanced & Expert Users

Interview questions and answers on HP Unix administration

Hi, Can some body help me to get Interview questions and answers on HP Unix administration? Thanks Krsnadasa (1 Reply)
Discussion started by: krsnadasa
1 Replies

5. Solaris

solaris 10 OS administration interview questions and answers

Hello, I am new to this forum and I am preparing for interview .Kindly can anybody send me Solaris 10 OS administration interview questions and answers (2 Replies)
Discussion started by: meet2muneer
2 Replies

6. UNIX for Dummies Questions & Answers

Information about Unix System Administration

I'm a newbie so I'm not sure if I'm posting this in the right section... if I didn't, please forgive me :) I've been looking all over the web for information on system administration. I'd like to become a Unix System Administrator but I want to find some more info about the job. Can someone please... (54 Replies)
Discussion started by: hpicracing
54 Replies

7. Solaris

System Administration Certification

I'm planning to take System Administration certification in SUN Solaris. Can some one suggest me if there are any links are URLs to find sample question papers. Pharos (2 Replies)
Discussion started by: pharos467
2 Replies

8. UNIX for Dummies Questions & Answers

Basic Aix Administration Questions...

Would this be the right forum to ask basic unix administration questions relating to smitty tasks, etc? (2 Replies)
Discussion started by: NycUnxer
2 Replies

9. UNIX for Dummies Questions & Answers

System Administration

I have been working with UNIX (HP-UX) now for a couple of years. Have become quite capable in shell scripting and general UNIX use. The local university offers a certification course in UNIX administration which I am considering taking. However, the certification is geared toward UNIX in general... (13 Replies)
Discussion started by: google
13 Replies
Login or Register to Ask a Question