Put a shell script in your /usr/local/etc/rc.d folder called mesg.sh, chmod 755 that file, and add these contents to the file:
#!/bin/sh
mesg y
That is if that’s the command to make it "y".
I would like to use mesg in my computer to communicate with other users, as a default it comes mesg n, I change it to mesg y, but when I reboot the computer again mesg comes up as n.
How can I make this change permanent? (mesg y)
Put a shell script in your /usr/local/etc/rc.d folder called mesg.sh, chmod 755 that file, and add these contents to the file:
#!/bin/sh
mesg y
That is if that’s the command to make it "y".
Bookmarks