Hello guys,
Today, one of our client on cPanel shared hosting server was receiving following error when he had run command
lynx with
jailshell access.
Quote[username@domain.com ~]#lynx
Lynx file "/etc/lynx.lss" is not available.
After investigating on it I found that this command is available for root user. So we have to add it for home user instead of giving full ssh access to user. Copy the file /etc/lynx.lss to directory: /home/virtfs/account/etc .
Follow the below steps :-
Login to server via ssh as root usr.
Quote[root@servedr ~]#cp -p /etc/lynx.lss /home/virtfs/account/etc
[root@servedr ~]#su - username
[username@servedr ~]#lynx mydomain. com
Yes, it should be working fine now.
Enjoy !!!