How to Customize your login page of termux.



Commands -

$ cd ..

$ ls

$ cd usr

$ cd bin

$ cat login

$ cd ..

$ ls

$ cd etc

$ ls

$ cat > motd

$ Now type the text you wanna display on your termux login screen

$ Now exit Termux and see the magic.



Best version of termux- https://apkpure.com/






$ Enjoy! Follow us for more...

No comments:

Post a Comment

How to connect to an FTP server from Linux?

To connect to an FTP server from a Linux system, you can use either a command-line FTP client or a graphical one. Here’s how to do it usin...