- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Who has Command Line Access
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 04:56 PM
05-07-2003 04:56 PM
Unix is all very new to me, so I do apologise for the silly question.
How can I tell who has access to the command line? I have auditors asking me.
Thank You all for your help.
Alex.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 05:03 PM
05-07-2003 05:03 PM
SolutionThe type of shell the person has if at all. Sometimes a script will be inserted into the shell field in the password file, instead of say /usr/bin/ksh
The second is to determine whether from the users .profile they run a menu, or have an exit statement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 05:16 PM
05-07-2003 05:16 PM
Re: Who has Command Line Access
Some comment on Mr Tully writing :
The second is to determine whether from the users .profile they run a menu, or have an exit statement.
mB -> if the user have exit statement in the .profile then it's mean that whenever user log in to the system,the system will log off the user.MEAN no session for our friends.
mB-> .profile is the file executed upon user log in.
p/s: Mr Michael Tully has magnificent knowledge in HPUX.And I also new in HP.
regards
mB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 06:52 PM
05-07-2003 06:52 PM
Re: Who has Command Line Access
welcome to the world of unices.
until your system is not customized to that effect, normally all users who have login to the system has a shell access.
you can check this by having a look at the /etc/passwd file. The last field in the file contains the details of the shell and is normally something like sh, bash. tcsh, csh, ksh , etc.. if it is a customized script have a look at the script. another place to check is to have a look at /etc/... (profile , csh.login, etc based on the shell). this could call a customized script.
hth
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 07:14 PM
05-07-2003 07:14 PM
Re: Who has Command Line Access
This of course can be prevented in many ways.
Here is how we do it.
We have a .profile in /etc/skel that gets used as a templete for every user that gets created.
What it does is set appropriate environment variables and runs the user straight into the main application most of our non IT users need.
Designated IT staff get user id's with a modified profile which does not do this.
To answer the question, you'll need to look at the default user profile .profile in /etc/skel if it even exists. If that profile takes the user to an application, and disables the escape key, the user does not have command line access and is totally secure.
Further examples available upon request(they are at work).
Please point the people that answered the question prior to me, Mr. value addin.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 09:05 PM
05-07-2003 09:05 PM
Re: Who has Command Line Access
The key to dealing with auditors is only provide what they actually ask for, don't volunteer anything.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 09:25 PM
05-07-2003 09:25 PM
Re: Who has Command Line Access
I thank you all for your time and expertise. I have successfully answered the questions of the vampires (auditors), and have survived..
Alex.