What does “rf” mean in “rfkill”?rfkill does not work for all the devices listedWhat is the difference...
Why was Germany not as successful as other Europeans in establishing overseas colonies?
Will tsunami waves travel forever if there was no land?
Why does processed meat contain preservatives, while canned fish needs not?
Phrase for the opposite of "foolproof"
Is it possible to dynamically set properties of an `Object` using Apex?
Packing rectangles: Does rotation ever help?
What is the incentive for curl to release the library for free?
Can someone publish a story that happened to you?
How can I place the product on a social media post better?
Any examples of headwear for races with animal ears?
Are Boeing 737-800’s grounded?
Fizzy, soft, pop and still drinks
Does this extra sentence in the description of the warlock's Eyes of the Rune Keeper eldritch invocation appear in any official reference?
Smart diagram in Mathematica
Why is current rating for multicore cable lower than single core with the same cross section?
How to figure out whether the data is sample data or population data apart from the client's information?
What is the strongest case that can be made in favour of the UK regaining some control over fishing policy after Brexit?
Python: pythonic way to find last position in string that does not match regex
A Note on N!
Why do 401k up to company match, then fill Roth IRA, then finish filling 401k?
Minimum value of 4 digit number divided by sum of its digits
Was there a Viking Exchange as well as a Columbian one?
Sci-fi novel series with instant travel between planets through gates. A river runs through the gates
What is the most expensive material in the world that could be used to create Pun-Pun's lute?
What does “rf” mean in “rfkill”?
rfkill does not work for all the devices listedWhat is the difference between “ifconfig interface down” and “rfkill block”?How do you automatically rfkill unblock all on startup?What is causing my Intel 7260 bluetooth device to disconnect when I unblock it with rfkill?Operation not possible due to RF-kill, phy0 hard blockedWiFi soft-blocked by rfkill on startupcannot unblock wifi hard block with anything on Lenovo x230tIs it possible to bypass a hardware wifi switch, if `rfkill unblock all` does not work?rfkill blocks multiple adaptersCan't open RFKILL control device: No such file or directory
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
In Linux there is a program called "rfkill". You can (de)activate radio modules with that. I was interested in the question what "rf" means. But I cant find an explanation. Maybe somebody here knows that?
rfkill
New contributor
add a comment |
In Linux there is a program called "rfkill". You can (de)activate radio modules with that. I was interested in the question what "rf" means. But I cant find an explanation. Maybe somebody here knows that?
rfkill
New contributor
add a comment |
In Linux there is a program called "rfkill". You can (de)activate radio modules with that. I was interested in the question what "rf" means. But I cant find an explanation. Maybe somebody here knows that?
rfkill
New contributor
In Linux there is a program called "rfkill". You can (de)activate radio modules with that. I was interested in the question what "rf" means. But I cant find an explanation. Maybe somebody here knows that?
rfkill
rfkill
New contributor
New contributor
New contributor
asked 1 hour ago
Henry WeinertHenry Weinert
1234
1234
New contributor
New contributor
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
RF stands for radio frequency. As per Linux Wireless Wiki:
rfkill is a small userspace tool to query the state of the rfkill
switches, buttons and subsystem interfaces. Some devices come with a
hard switch that lets you kill different types of RF radios:
802.11 / Bluetooth / NFC / UWB / WAN / WIMAX / FM. Some times these buttons may kill more than one RF type. The Linux kernel rfkill
subsystem exposes these hardware buttons and lets userspace query its
status and set its status through a /dev/rfkill. Given that at times
some RF devices do not have hardware rfkill buttons rfkill the Linux
kernel also exposes software rfkill capabilities that allows userspace
to mimic a hardware rfkill event and turn on or off RF.
On the side note if it hasn't become obvious yet, Wifi and Bluetooth devices are in fact radios and use digital modulation such as QPSK/DPSK instead of AM or FM (source - I'm EET student). Note also that rfkill
is a userspace command to expose functionality avaiilable in Linux kernel's RFKill subsystem:
Many computer systems contain radio transmitters, including Wi-Fi,
Bluetooth, and 3G devices. These devices consume power, which is
wasted when the device is not in use. RFKill is a subsystem in the
Linux kernel that provides an interface through which radio
transmitters in a computer system can be queried, activated, and
deactivated. When transmitters are deactivated, they can be placed in
a state where software can reactive them (a soft block) or where
software cannot reactive them (a hard block).
The FM quote makes me think of a new song twist "RF killed the Radio Star".
– WinEunuuchs2Unix
21 mins ago
add a comment |
RF stands for "Radio Frequency". The first transatlantic RF transmission was received in St. John's Canada in 1901. RF is used for radios, TVs (not so much these days), walkie talkies, cell phones, etc. From your point of view RF is limited in maximum range of 10 meters to 30 meters.
RF is often associated with Wi-Fi. Wi-Fi is simply a trademarked term meaning IEEE 802.11x. The false notion that the brand name "Wi-Fi" is short for "wireless fidelity" has spread to such an extent that even industry leaders have included the phrase wireless fidelity in a press release.
The misnomer of "Wi-Fi" by the masses is most likely caused by brain memory of "Hi-Fi" which stood for "High Fidelity" in stereophonic equipment. (Not source for this one it's just my hunch).
Wi-Fi hotspots, Wi-Fi home networks and Wi-Fi business networks are used to connect computers and smartphones to the internet without wires. Therefore RF (Radio Frequency) becomes the backbone / transport layer that replaces the wires (Cat 5/5e, etc).
rfkill
is simply a way of resetting computers and smartphones connect via Radio Frequencies (RF) to the internet. It can even reset devices such as speakers, mice, keyboards, etc. In this case the devices are connect with the "Bluetooth" standard.
Devices can also be connected to your computer with IR (Infrared) but this requires line of sight and doesn't use RF which bounce around. AM Radio bounces off the sky, FM Radio goes across the horizon. All types of RF are out there, including those from deep space. One discovered this year could be from an alien spaceship (if you believe that ;)).
While RFKill deals with more than just wifi, there are some interesting historical notes here
– Sergiy Kolodyazhnyy
24 mins ago
@SergiyKolodyazhnyy I did add "Bluetooth" at the end which is probably used the most withrfkill
. Besides the "historical notes" at the beginning I threw in "Alien spaceships" at the end for the future ;)
– WinEunuuchs2Unix
22 mins ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Henry Weinert is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1138912%2fwhat-does-rf-mean-in-rfkill%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
RF stands for radio frequency. As per Linux Wireless Wiki:
rfkill is a small userspace tool to query the state of the rfkill
switches, buttons and subsystem interfaces. Some devices come with a
hard switch that lets you kill different types of RF radios:
802.11 / Bluetooth / NFC / UWB / WAN / WIMAX / FM. Some times these buttons may kill more than one RF type. The Linux kernel rfkill
subsystem exposes these hardware buttons and lets userspace query its
status and set its status through a /dev/rfkill. Given that at times
some RF devices do not have hardware rfkill buttons rfkill the Linux
kernel also exposes software rfkill capabilities that allows userspace
to mimic a hardware rfkill event and turn on or off RF.
On the side note if it hasn't become obvious yet, Wifi and Bluetooth devices are in fact radios and use digital modulation such as QPSK/DPSK instead of AM or FM (source - I'm EET student). Note also that rfkill
is a userspace command to expose functionality avaiilable in Linux kernel's RFKill subsystem:
Many computer systems contain radio transmitters, including Wi-Fi,
Bluetooth, and 3G devices. These devices consume power, which is
wasted when the device is not in use. RFKill is a subsystem in the
Linux kernel that provides an interface through which radio
transmitters in a computer system can be queried, activated, and
deactivated. When transmitters are deactivated, they can be placed in
a state where software can reactive them (a soft block) or where
software cannot reactive them (a hard block).
The FM quote makes me think of a new song twist "RF killed the Radio Star".
– WinEunuuchs2Unix
21 mins ago
add a comment |
RF stands for radio frequency. As per Linux Wireless Wiki:
rfkill is a small userspace tool to query the state of the rfkill
switches, buttons and subsystem interfaces. Some devices come with a
hard switch that lets you kill different types of RF radios:
802.11 / Bluetooth / NFC / UWB / WAN / WIMAX / FM. Some times these buttons may kill more than one RF type. The Linux kernel rfkill
subsystem exposes these hardware buttons and lets userspace query its
status and set its status through a /dev/rfkill. Given that at times
some RF devices do not have hardware rfkill buttons rfkill the Linux
kernel also exposes software rfkill capabilities that allows userspace
to mimic a hardware rfkill event and turn on or off RF.
On the side note if it hasn't become obvious yet, Wifi and Bluetooth devices are in fact radios and use digital modulation such as QPSK/DPSK instead of AM or FM (source - I'm EET student). Note also that rfkill
is a userspace command to expose functionality avaiilable in Linux kernel's RFKill subsystem:
Many computer systems contain radio transmitters, including Wi-Fi,
Bluetooth, and 3G devices. These devices consume power, which is
wasted when the device is not in use. RFKill is a subsystem in the
Linux kernel that provides an interface through which radio
transmitters in a computer system can be queried, activated, and
deactivated. When transmitters are deactivated, they can be placed in
a state where software can reactive them (a soft block) or where
software cannot reactive them (a hard block).
The FM quote makes me think of a new song twist "RF killed the Radio Star".
– WinEunuuchs2Unix
21 mins ago
add a comment |
RF stands for radio frequency. As per Linux Wireless Wiki:
rfkill is a small userspace tool to query the state of the rfkill
switches, buttons and subsystem interfaces. Some devices come with a
hard switch that lets you kill different types of RF radios:
802.11 / Bluetooth / NFC / UWB / WAN / WIMAX / FM. Some times these buttons may kill more than one RF type. The Linux kernel rfkill
subsystem exposes these hardware buttons and lets userspace query its
status and set its status through a /dev/rfkill. Given that at times
some RF devices do not have hardware rfkill buttons rfkill the Linux
kernel also exposes software rfkill capabilities that allows userspace
to mimic a hardware rfkill event and turn on or off RF.
On the side note if it hasn't become obvious yet, Wifi and Bluetooth devices are in fact radios and use digital modulation such as QPSK/DPSK instead of AM or FM (source - I'm EET student). Note also that rfkill
is a userspace command to expose functionality avaiilable in Linux kernel's RFKill subsystem:
Many computer systems contain radio transmitters, including Wi-Fi,
Bluetooth, and 3G devices. These devices consume power, which is
wasted when the device is not in use. RFKill is a subsystem in the
Linux kernel that provides an interface through which radio
transmitters in a computer system can be queried, activated, and
deactivated. When transmitters are deactivated, they can be placed in
a state where software can reactive them (a soft block) or where
software cannot reactive them (a hard block).
RF stands for radio frequency. As per Linux Wireless Wiki:
rfkill is a small userspace tool to query the state of the rfkill
switches, buttons and subsystem interfaces. Some devices come with a
hard switch that lets you kill different types of RF radios:
802.11 / Bluetooth / NFC / UWB / WAN / WIMAX / FM. Some times these buttons may kill more than one RF type. The Linux kernel rfkill
subsystem exposes these hardware buttons and lets userspace query its
status and set its status through a /dev/rfkill. Given that at times
some RF devices do not have hardware rfkill buttons rfkill the Linux
kernel also exposes software rfkill capabilities that allows userspace
to mimic a hardware rfkill event and turn on or off RF.
On the side note if it hasn't become obvious yet, Wifi and Bluetooth devices are in fact radios and use digital modulation such as QPSK/DPSK instead of AM or FM (source - I'm EET student). Note also that rfkill
is a userspace command to expose functionality avaiilable in Linux kernel's RFKill subsystem:
Many computer systems contain radio transmitters, including Wi-Fi,
Bluetooth, and 3G devices. These devices consume power, which is
wasted when the device is not in use. RFKill is a subsystem in the
Linux kernel that provides an interface through which radio
transmitters in a computer system can be queried, activated, and
deactivated. When transmitters are deactivated, they can be placed in
a state where software can reactive them (a soft block) or where
software cannot reactive them (a hard block).
edited 52 mins ago
answered 58 mins ago
Sergiy KolodyazhnyySergiy Kolodyazhnyy
75.9k9158333
75.9k9158333
The FM quote makes me think of a new song twist "RF killed the Radio Star".
– WinEunuuchs2Unix
21 mins ago
add a comment |
The FM quote makes me think of a new song twist "RF killed the Radio Star".
– WinEunuuchs2Unix
21 mins ago
The FM quote makes me think of a new song twist "RF killed the Radio Star".
– WinEunuuchs2Unix
21 mins ago
The FM quote makes me think of a new song twist "RF killed the Radio Star".
– WinEunuuchs2Unix
21 mins ago
add a comment |
RF stands for "Radio Frequency". The first transatlantic RF transmission was received in St. John's Canada in 1901. RF is used for radios, TVs (not so much these days), walkie talkies, cell phones, etc. From your point of view RF is limited in maximum range of 10 meters to 30 meters.
RF is often associated with Wi-Fi. Wi-Fi is simply a trademarked term meaning IEEE 802.11x. The false notion that the brand name "Wi-Fi" is short for "wireless fidelity" has spread to such an extent that even industry leaders have included the phrase wireless fidelity in a press release.
The misnomer of "Wi-Fi" by the masses is most likely caused by brain memory of "Hi-Fi" which stood for "High Fidelity" in stereophonic equipment. (Not source for this one it's just my hunch).
Wi-Fi hotspots, Wi-Fi home networks and Wi-Fi business networks are used to connect computers and smartphones to the internet without wires. Therefore RF (Radio Frequency) becomes the backbone / transport layer that replaces the wires (Cat 5/5e, etc).
rfkill
is simply a way of resetting computers and smartphones connect via Radio Frequencies (RF) to the internet. It can even reset devices such as speakers, mice, keyboards, etc. In this case the devices are connect with the "Bluetooth" standard.
Devices can also be connected to your computer with IR (Infrared) but this requires line of sight and doesn't use RF which bounce around. AM Radio bounces off the sky, FM Radio goes across the horizon. All types of RF are out there, including those from deep space. One discovered this year could be from an alien spaceship (if you believe that ;)).
While RFKill deals with more than just wifi, there are some interesting historical notes here
– Sergiy Kolodyazhnyy
24 mins ago
@SergiyKolodyazhnyy I did add "Bluetooth" at the end which is probably used the most withrfkill
. Besides the "historical notes" at the beginning I threw in "Alien spaceships" at the end for the future ;)
– WinEunuuchs2Unix
22 mins ago
add a comment |
RF stands for "Radio Frequency". The first transatlantic RF transmission was received in St. John's Canada in 1901. RF is used for radios, TVs (not so much these days), walkie talkies, cell phones, etc. From your point of view RF is limited in maximum range of 10 meters to 30 meters.
RF is often associated with Wi-Fi. Wi-Fi is simply a trademarked term meaning IEEE 802.11x. The false notion that the brand name "Wi-Fi" is short for "wireless fidelity" has spread to such an extent that even industry leaders have included the phrase wireless fidelity in a press release.
The misnomer of "Wi-Fi" by the masses is most likely caused by brain memory of "Hi-Fi" which stood for "High Fidelity" in stereophonic equipment. (Not source for this one it's just my hunch).
Wi-Fi hotspots, Wi-Fi home networks and Wi-Fi business networks are used to connect computers and smartphones to the internet without wires. Therefore RF (Radio Frequency) becomes the backbone / transport layer that replaces the wires (Cat 5/5e, etc).
rfkill
is simply a way of resetting computers and smartphones connect via Radio Frequencies (RF) to the internet. It can even reset devices such as speakers, mice, keyboards, etc. In this case the devices are connect with the "Bluetooth" standard.
Devices can also be connected to your computer with IR (Infrared) but this requires line of sight and doesn't use RF which bounce around. AM Radio bounces off the sky, FM Radio goes across the horizon. All types of RF are out there, including those from deep space. One discovered this year could be from an alien spaceship (if you believe that ;)).
While RFKill deals with more than just wifi, there are some interesting historical notes here
– Sergiy Kolodyazhnyy
24 mins ago
@SergiyKolodyazhnyy I did add "Bluetooth" at the end which is probably used the most withrfkill
. Besides the "historical notes" at the beginning I threw in "Alien spaceships" at the end for the future ;)
– WinEunuuchs2Unix
22 mins ago
add a comment |
RF stands for "Radio Frequency". The first transatlantic RF transmission was received in St. John's Canada in 1901. RF is used for radios, TVs (not so much these days), walkie talkies, cell phones, etc. From your point of view RF is limited in maximum range of 10 meters to 30 meters.
RF is often associated with Wi-Fi. Wi-Fi is simply a trademarked term meaning IEEE 802.11x. The false notion that the brand name "Wi-Fi" is short for "wireless fidelity" has spread to such an extent that even industry leaders have included the phrase wireless fidelity in a press release.
The misnomer of "Wi-Fi" by the masses is most likely caused by brain memory of "Hi-Fi" which stood for "High Fidelity" in stereophonic equipment. (Not source for this one it's just my hunch).
Wi-Fi hotspots, Wi-Fi home networks and Wi-Fi business networks are used to connect computers and smartphones to the internet without wires. Therefore RF (Radio Frequency) becomes the backbone / transport layer that replaces the wires (Cat 5/5e, etc).
rfkill
is simply a way of resetting computers and smartphones connect via Radio Frequencies (RF) to the internet. It can even reset devices such as speakers, mice, keyboards, etc. In this case the devices are connect with the "Bluetooth" standard.
Devices can also be connected to your computer with IR (Infrared) but this requires line of sight and doesn't use RF which bounce around. AM Radio bounces off the sky, FM Radio goes across the horizon. All types of RF are out there, including those from deep space. One discovered this year could be from an alien spaceship (if you believe that ;)).
RF stands for "Radio Frequency". The first transatlantic RF transmission was received in St. John's Canada in 1901. RF is used for radios, TVs (not so much these days), walkie talkies, cell phones, etc. From your point of view RF is limited in maximum range of 10 meters to 30 meters.
RF is often associated with Wi-Fi. Wi-Fi is simply a trademarked term meaning IEEE 802.11x. The false notion that the brand name "Wi-Fi" is short for "wireless fidelity" has spread to such an extent that even industry leaders have included the phrase wireless fidelity in a press release.
The misnomer of "Wi-Fi" by the masses is most likely caused by brain memory of "Hi-Fi" which stood for "High Fidelity" in stereophonic equipment. (Not source for this one it's just my hunch).
Wi-Fi hotspots, Wi-Fi home networks and Wi-Fi business networks are used to connect computers and smartphones to the internet without wires. Therefore RF (Radio Frequency) becomes the backbone / transport layer that replaces the wires (Cat 5/5e, etc).
rfkill
is simply a way of resetting computers and smartphones connect via Radio Frequencies (RF) to the internet. It can even reset devices such as speakers, mice, keyboards, etc. In this case the devices are connect with the "Bluetooth" standard.
Devices can also be connected to your computer with IR (Infrared) but this requires line of sight and doesn't use RF which bounce around. AM Radio bounces off the sky, FM Radio goes across the horizon. All types of RF are out there, including those from deep space. One discovered this year could be from an alien spaceship (if you believe that ;)).
answered 28 mins ago
WinEunuuchs2UnixWinEunuuchs2Unix
48.8k1198187
48.8k1198187
While RFKill deals with more than just wifi, there are some interesting historical notes here
– Sergiy Kolodyazhnyy
24 mins ago
@SergiyKolodyazhnyy I did add "Bluetooth" at the end which is probably used the most withrfkill
. Besides the "historical notes" at the beginning I threw in "Alien spaceships" at the end for the future ;)
– WinEunuuchs2Unix
22 mins ago
add a comment |
While RFKill deals with more than just wifi, there are some interesting historical notes here
– Sergiy Kolodyazhnyy
24 mins ago
@SergiyKolodyazhnyy I did add "Bluetooth" at the end which is probably used the most withrfkill
. Besides the "historical notes" at the beginning I threw in "Alien spaceships" at the end for the future ;)
– WinEunuuchs2Unix
22 mins ago
While RFKill deals with more than just wifi, there are some interesting historical notes here
– Sergiy Kolodyazhnyy
24 mins ago
While RFKill deals with more than just wifi, there are some interesting historical notes here
– Sergiy Kolodyazhnyy
24 mins ago
@SergiyKolodyazhnyy I did add "Bluetooth" at the end which is probably used the most with
rfkill
. Besides the "historical notes" at the beginning I threw in "Alien spaceships" at the end for the future ;)– WinEunuuchs2Unix
22 mins ago
@SergiyKolodyazhnyy I did add "Bluetooth" at the end which is probably used the most with
rfkill
. Besides the "historical notes" at the beginning I threw in "Alien spaceships" at the end for the future ;)– WinEunuuchs2Unix
22 mins ago
add a comment |
Henry Weinert is a new contributor. Be nice, and check out our Code of Conduct.
Henry Weinert is a new contributor. Be nice, and check out our Code of Conduct.
Henry Weinert is a new contributor. Be nice, and check out our Code of Conduct.
Henry Weinert is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1138912%2fwhat-does-rf-mean-in-rfkill%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown