How to update the kernel value dynamically on Linux Server
To update the kernel value dynamically
# sysctl -w kernel.domainname="Linuxtest.com"
we can check the value in below configuration file
# cat /etc/sysctl.conf
To update the kernel value dynamically
# sysctl -w kernel.domainname="Linuxtest.com"
we can check the value in below configuration file
# cat /etc/sysctl.conf
No comments:
Post a Comment