Invokes the recovery shell.
recsh
When the libc.a library is moved or renamed, an error message Killed will be displayed from the shell as there is no libc.a library available for the system to load and run the utilities. The recsh command invokes recovery shell, which provides the ability to rename libc.a library if it is accidently moved. It uses an alternative libc.a library that is shipped with the system.
recsh; cp -p libc.a.new /usr/lib/libc.a; exit
/usr/bin/recsh
Item | Description |
---|---|
/usr/bin/recsh | Specifies the path name to the recovery shell. |