LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Acerca de mi usuario root
#2
Saludo [member=18777]Mikix[/member] !

El problema esta en la ultima linea, edita el archivo
Code:
# ~/.profile: executed by Bourne-compatible login shells.

if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
mesg n || true

Para que quede asi
Code:
# ~/.profile: executed by Bourne-compatible login shells.

if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc

if `tty -s`; then
   mesg n
fi

Without each others help there ain't no hope for us Smile
Need a translation service? https://www.deepl.com/es/translator
Reply


Messages In This Thread
Acerca de mi usuario root - by Mikix - 05-16-2020, 11:40 PM
Re: Acerca de mi usuario root - by Moltke - 05-17-2020, 09:29 PM
Re: Acerca de mi usuario root - by Mikix - 05-20-2020, 08:47 PM
Re: Acerca de mi usuario root - by Mikix - 05-30-2020, 11:07 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)