Restart networking in Fedora/Red Hat Linux
Answer:
To restart networking functions in Fedora/CentOS/Red Hat Linux, execute the following command
# /etc/init.d/network restart
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Restart networking in Fedora/Red Hat Linux
Answer:
To restart networking functions in Fedora/CentOS/Red Hat Linux, execute the following command
# /etc/init.d/network restart
Setup default system timezone in Linux
Answer:
To setup the default system timezone in Linux.
1. Check what timezones are available in your system
# ls /usr/share/zoneinfo/
...
Australia Canada EST ..
..
2. From the list above, pick one you want to set, e.g. Canada
# sudo ln -sf /usr/share/zoneinfo/Canada /etc/localtime
That's all.
Restart networking in Ubuntu
Answer:
To restart networking functions in Ubuntu, execute the following command
# /etc/init.d/networking restart