Toggle Network connection

About writing shell scripts and making the most of your shell
Forum rules
Topics in this forum are automatically closed 6 months after creation.
Locked
gorzka
Level 1
Level 1
Posts: 15
Joined: Wed Oct 31, 2007 1:42 pm

Toggle Network connection

Post by gorzka »

Good evening,
I need a script to toggle Wifi off/on. Where can I find it?

Thanks
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
lmuserx4849

Re: Toggle Network connection

Post by lmuserx4849 »

ifconfig wlan0 down|up

nmcli nm wifi off|on
There's a script at the link below:
http://askubuntu.com/questions/240515/h ... g-a-script
Locked

Return to “Scripts & Bash”