Sponsored Content
Operating Systems Solaris stay in multi user mode but stop logins to system? Post 302289440 by DukeNuke2 on Thursday 19th of February 2009 02:59:37 PM
Old 02-19-2009
try

Code:
touch /nologin

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Poor resourece allocation (multi-user system)

All, I am an intermediate user, and am running SAS on a nice Solaris machine. However, even when top says that no other programs are running, the machine will only give me 5-7% processor power. Is this a configuration problem with SAS or the way the server is configured? Is there any way I can... (3 Replies)
Discussion started by: dj_is
3 Replies

2. UNIX for Dummies Questions & Answers

Multi User Multi Task

Dear Experts Why we always hear that unix operating system is Multi User and Multi task. What does these two means. I have looked at some books and documents but couldn't find aclear explenation. Can we say Windows operating system is also multi user and multi task?? Thanks for your help in... (6 Replies)
Discussion started by: Reza Nazarian
6 Replies

3. UNIX for Dummies Questions & Answers

Urgent - Single User Mode -Unisys System V Release 4.0

Hello All, I have a Unisys 6000/65 machine running Unix System V Release 4.0.My problem is that we received an error that said "SPCS error occurred"and "vxfs:vx -ilisterr-inode 62585 mark bad /filesystem".The machine was stuck and I had to restart it.Now I cannot login from any workstation or... (2 Replies)
Discussion started by: liverpool
2 Replies

4. UNIX for Dummies Questions & Answers

Linmit user logins

Hello everyone, traditionally a user can log in on more than one machine as much as they want. In AIX 4.3, Is there a way to make it so that if the user is already logged on, the system will not let them log on, therefor not run their logon profile script again? (limit the user to one machine at a... (1 Reply)
Discussion started by: raidzero
1 Replies

5. HP-UX

how to distinguish standard system mode or trust system mode

I think that if the directory /tcb exists, HP-UX is in trusted mode and the passwd data is somewhere in /tcb/files/auth. But that's all I remember. Also I think recent versions of HP-UX can have a /etc/shadow file. (0 Replies)
Discussion started by: Perderabo
0 Replies

6. SCO

file system not getting mounted in read write mode after system power failure

After System power get failed File system is not getting mounted in read- write mode (1 Reply)
Discussion started by: gtkpmbpl
1 Replies

7. AIX

Logging user logins

I want to know how I can turn off and turn on login logging. We have a server that appears to have stopped logging user logins. Running the who command shows nothing and the last command shows no logins for a month. The var/adm/wtmp file isn't full and there is plenty of space in the var file... (2 Replies)
Discussion started by: daveisme
2 Replies

8. Solaris

User Logins

Is the below logins are needed in the machine..... nuucp , uucp ,smmsp , svctag , listen , webservd , ip ( We are not using printers), Can you help in these? Regards, kumar (3 Replies)
Discussion started by: rajeshkumarvg
3 Replies

9. BSD

single user mode under system v

Hello! I am new to the forum and I need help on restoring root user's password or access the form of single user mode under operating system very long-standing family bsd - Unix system V I think it's also called srv4. I managed to enter the owner of IPL, and a moment after the rise of system... (2 Replies)
Discussion started by: hmalool
2 Replies

10. Homework & Coursework Questions

Help with unix commands for user logins

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: List the last 3 times you logged into the hottub and the command(s) you used to obtain this information 2.... (12 Replies)
Discussion started by: iw2198
12 Replies
last(1) 						      General Commands Manual							   last(1)

Name
       last - indicate last logins of users and teletypes

Syntax
       last [-N] [name...] [tty...]

Description
       The  command  looks  back in the file, which records all logins and logouts, for information about a user, a teletype or any group of users
       and teletypes.  Arguments specify names of users or teletypes of interest.  Names of teletypes can be  given  fully  or	abbreviated.   For
       example `last 0' is the same as `last tty0'.

       If  multiple  arguments are given, the information that applies to any of the arguments is printed.  For example, `last root console' lists
       all of "root's" sessions as well as all sessions on the console terminal.

       The command prints the sessions of the specified users and teletypes, most recent first, indicating the times at which the  session  began,
       the  duration  of  the  session, and the teletype on which the session took place.  If the session is ongoing or was cut short by a reboot,
       indicates that this is so.

       The pseudo-user reboot logs in at reboots of the system.  Therefore, the following example gives an indication of mean time between reboot:
       last reboot

       The command with no arguments prints a record of all logins and logouts, in reverse order.

       If is interrupted, it indicates how far the search has progressed in If interrupted with a quit signal (generated by a <CTRL/E>)  indicates
       how far the search has progressed so far, and the search continues.

Options
       -N   Limits the number of output lines to the specified number.

Files
       /usr/adm/wtmp
			   login data base

       /usr/adm/shutdownlog
			   records that shutdowns occurred and why

See Also
       wtmp(5), ac(8), lastcomm(1)

																	   last(1)
All times are GMT -4. The time now is 11:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy