Suddenly, my Unix root user account seems to be disabled. At startup, the system presents a prompt to change the date, but the maintenance prompt to insert the password does not show. My OS is Unix SCO_SV 5.0.7.
I can't enter single user mode. How can I enter single user mode at startup?
rootaccount or any form of restriction. Can you instead focus on what you're actually getting on the screen? – Julie Pelletier Apr 28 '17 at 13:32initdefaultrunlevel withSin/etc/inittab, but then if you could modify the filesystem you could just re-enable the root account, so I assume that isn't an option – Fox Apr 28 '17 at 14:41/etc/initdefaultthat containslbl:n:initdefault:, wherelblis a label of up to four characters, andnis a runlevel, e.g.2. You would want to change the runlevel toS. Then reboot, re-enable the root account withpasswd, and restore the original/etc/inittab. – Fox Apr 30 '17 at 07:09