Restrict users to certain functions


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Restrict users to certain functions
# 1  
Old 10-02-2006
Restrict users to certain functions

Hi Gurus,

Tried searching for something similiar in this forum but not really what i want.

This is my case:

I have about 20 users running on sun workstation. We have done a upgrade recently and right now it seems that the users can access to terminal and console which they are not suppose to have. Smilie

Is there any way where I can take out these access from these users? Is there something i need to modify in the .dt? Smilie

Many Thank in advance.

wee
# 2  
Old 10-02-2006
Unless they have crazy permissions, what's so bad about shell?
# 3  
Old 10-02-2006
Power

Quote:
Originally Posted by Corona688
Unless they have crazy permissions, what's so bad about shell?
Hi Corona,

Thanks for your contributions.

This is my company's audit policy and besides they are juz general users where logging into the shell is not necessary n required. Only privilege like administrators are allowed to log in to shell.

Thanks.

wee

Last edited by lweegp; 10-02-2006 at 08:58 PM..
# 4  
Old 10-03-2006
Perhaps you could CHMOD /bin/bash?
# 5  
Old 10-03-2006
Quote:
Originally Posted by cymon
Perhaps you could CHMOD /bin/bash?
hi cymon,

could u further elaborate on this point? thanks.

think i shld give a better insight to my problem.

u see on the CDE, when the user right-click, they can launch host or terminal from tools. I have to take it away cos the auditors insist these functions are not supposed to be given to the users. see attachment.



wee

Last edited by lweegp; 10-05-2006 at 12:49 AM..
# 6  
Old 10-18-2006
anybody to help?? Smilie


Quote:
Originally Posted by lweegp
hi cymon,

could u further elaborate on this point? thanks.

think i shld give a better insight to my problem.

u see on the CDE, when the user right-click, they can launch host or terminal from tools. I have to take it away cos the auditors insist these functions are not supposed to be given to the users. see attachment.


wee
# 7  
Old 11-13-2006
hey where is everybody? i can see there are 210 views n yet no one is there to help??

i wouldnt have post any questions if i can find any solution here...pls help...thanks...
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Create multiple users with individual passwords to users

hi, i am new to shell scripts i write a shell script to create multiple users but i need to give passwords to that users while creating users, command to write this script (1 Reply)
Discussion started by: DONFOX
1 Replies

2. Shell Programming and Scripting

How to execute functions or initiate functions as command line parameters for below requirement?

I have 7 functions those need to be executed as command line inputs, I tried with below code it’s not executing function. If I run the ./script 2 then fun2 should execute , how to initiate that function I tried case and if else also, how to initiate function from command line if then... (8 Replies)
Discussion started by: saku
8 Replies

3. Solaris

How to restrict rm -rf * to users other than root?

I'm using Solaris 10. I want to restrict users from executing this dangerous command. rm -rf * But they should be able to perform the below actions: rm -rf *.* rm -rf filename rm -rf directory Is it possible? If yes then pls let me know how to do it? (7 Replies)
Discussion started by: Arun_Linux
7 Replies

4. Red Hat

Showing all users in 'users' and 'top' commands

Hi All, I work in a multi user environment where my school uses Red Hat Linux server. When I issue commands such as "top" or "users", I get to see what others are doing and what kinds of applications they are running (even ps -aux will give such information). "users" will let me know who else is... (1 Reply)
Discussion started by: shoaibjameel123
1 Replies

5. Solaris

To restrict the users not to change the passwords for NIS users

Hi All, How to restrict the NIS users not to change their passwords in for NIS users?? and my NIS user is unable to login to at client location what could be the problem for this ? Any body can help me. Thanks in advance. (1 Reply)
Discussion started by: Sharath Kumar
1 Replies

6. Red Hat

Restrict local users to access ftp

Hi, I had installed vsftp in rhel5 and i want to restrict all the local users from accessing the ftp. i want to allow specific users to access the ftp server. Request you to please help. Thanks & regards Arun (1 Reply)
Discussion started by: Arun.Kakarla
1 Replies

7. UNIX for Advanced & Expert Users

Restrict access to specific users.

Hi All! I would like to know if there is any specific way by which I can restrict access to apecific users (ip addresses). OS : Red hat linux Thanks! nua7 (6 Replies)
Discussion started by: nua7
6 Replies

8. Shell Programming and Scripting

how to restrict FTP users not to delete their files

Hello all, We have an FTP Server setup with VSFTPd and its working fine without anonymous login (we must maintain this standard) The requirement is to restrict users not to overwrite (and delete) their files. In other words, once their files are uploaded to FTP Server, they should not be... (1 Reply)
Discussion started by: prvnrk
1 Replies

9. Solaris

how to restrict the perticular commands to users

Hi all, How to restrict the perticular commands to users(or perticular users) in solaris10? Could you please assist me the precedure for above issue. Thanks & Regards krishna (0 Replies)
Discussion started by: krishna176
0 Replies

10. UNIX for Dummies Questions & Answers

Restrict users to ther home directory

Hello! I want users in a certain group to be restricted to their home directory. So that they have full access to all files and folders in their home directory but the cant go to any directory above. Does anyone know how to do this? Anders (1 Reply)
Discussion started by: alfabetman
1 Replies
Login or Register to Ask a Question