Page files in Linux [closed]

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I was in an interview, and the interviewer asked me what is page file in Linux?
Can anyone explain what is page file in Linux? There is any connection between page file and paging?
virtual-memory
closed as off-topic by Kusalananda, Rui F Ribeiro, GAD3R, Stephen Rauch, Jeff Schaller Oct 10 '17 at 22:41
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Requests for learning materials (tutorials, how-tos etc.) are off topic. The only exception is questions about where to find official documentation (e.g. POSIX specifications). See the Help Center and our Community Meta for more information." â Kusalananda, Rui F Ribeiro, GAD3R, Stephen Rauch, Jeff Schaller
add a comment |Â
up vote
0
down vote
favorite
I was in an interview, and the interviewer asked me what is page file in Linux?
Can anyone explain what is page file in Linux? There is any connection between page file and paging?
virtual-memory
closed as off-topic by Kusalananda, Rui F Ribeiro, GAD3R, Stephen Rauch, Jeff Schaller Oct 10 '17 at 22:41
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Requests for learning materials (tutorials, how-tos etc.) are off topic. The only exception is questions about where to find official documentation (e.g. POSIX specifications). See the Help Center and our Community Meta for more information." â Kusalananda, Rui F Ribeiro, GAD3R, Stephen Rauch, Jeff Schaller
6
Maybe you did not have Google in the interview, but you are allowed to use it now...
â Rui F Ribeiro
Oct 10 '17 at 21:40
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I was in an interview, and the interviewer asked me what is page file in Linux?
Can anyone explain what is page file in Linux? There is any connection between page file and paging?
virtual-memory
I was in an interview, and the interviewer asked me what is page file in Linux?
Can anyone explain what is page file in Linux? There is any connection between page file and paging?
virtual-memory
virtual-memory
asked Oct 10 '17 at 21:34
Ben Gordon
6
6
closed as off-topic by Kusalananda, Rui F Ribeiro, GAD3R, Stephen Rauch, Jeff Schaller Oct 10 '17 at 22:41
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Requests for learning materials (tutorials, how-tos etc.) are off topic. The only exception is questions about where to find official documentation (e.g. POSIX specifications). See the Help Center and our Community Meta for more information." â Kusalananda, Rui F Ribeiro, GAD3R, Stephen Rauch, Jeff Schaller
closed as off-topic by Kusalananda, Rui F Ribeiro, GAD3R, Stephen Rauch, Jeff Schaller Oct 10 '17 at 22:41
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Requests for learning materials (tutorials, how-tos etc.) are off topic. The only exception is questions about where to find official documentation (e.g. POSIX specifications). See the Help Center and our Community Meta for more information." â Kusalananda, Rui F Ribeiro, GAD3R, Stephen Rauch, Jeff Schaller
6
Maybe you did not have Google in the interview, but you are allowed to use it now...
â Rui F Ribeiro
Oct 10 '17 at 21:40
add a comment |Â
6
Maybe you did not have Google in the interview, but you are allowed to use it now...
â Rui F Ribeiro
Oct 10 '17 at 21:40
6
6
Maybe you did not have Google in the interview, but you are allowed to use it now...
â Rui F Ribeiro
Oct 10 '17 at 21:40
Maybe you did not have Google in the interview, but you are allowed to use it now...
â Rui F Ribeiro
Oct 10 '17 at 21:40
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
A page file is the Windows term for what is called a swap file in the Linux world (and more generally in the Unix world). Linux tends to use swap partitions rather than swap files, but supports both.
In modern usage, âÂÂswappingâ and âÂÂpagingâ are synonyms. Historically âÂÂswappingâ started out as meaning replacing the (single) application in memory with another one and keeping the memory of the inactive applications on disk, and âÂÂpagingâ started out as meaning moving individual memory pages between disk and main memory. But since the 1970s, âÂÂswappingâ is commonly used for âÂÂpagingâÂÂ, and the word âÂÂpagingâ isn't used much in the Unix world.
If the interviewer used this word, either they are very unfamiliar with Linux or they were testing to see if you are familiar with both Linux and Windows.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
A page file is the Windows term for what is called a swap file in the Linux world (and more generally in the Unix world). Linux tends to use swap partitions rather than swap files, but supports both.
In modern usage, âÂÂswappingâ and âÂÂpagingâ are synonyms. Historically âÂÂswappingâ started out as meaning replacing the (single) application in memory with another one and keeping the memory of the inactive applications on disk, and âÂÂpagingâ started out as meaning moving individual memory pages between disk and main memory. But since the 1970s, âÂÂswappingâ is commonly used for âÂÂpagingâÂÂ, and the word âÂÂpagingâ isn't used much in the Unix world.
If the interviewer used this word, either they are very unfamiliar with Linux or they were testing to see if you are familiar with both Linux and Windows.
add a comment |Â
up vote
2
down vote
A page file is the Windows term for what is called a swap file in the Linux world (and more generally in the Unix world). Linux tends to use swap partitions rather than swap files, but supports both.
In modern usage, âÂÂswappingâ and âÂÂpagingâ are synonyms. Historically âÂÂswappingâ started out as meaning replacing the (single) application in memory with another one and keeping the memory of the inactive applications on disk, and âÂÂpagingâ started out as meaning moving individual memory pages between disk and main memory. But since the 1970s, âÂÂswappingâ is commonly used for âÂÂpagingâÂÂ, and the word âÂÂpagingâ isn't used much in the Unix world.
If the interviewer used this word, either they are very unfamiliar with Linux or they were testing to see if you are familiar with both Linux and Windows.
add a comment |Â
up vote
2
down vote
up vote
2
down vote
A page file is the Windows term for what is called a swap file in the Linux world (and more generally in the Unix world). Linux tends to use swap partitions rather than swap files, but supports both.
In modern usage, âÂÂswappingâ and âÂÂpagingâ are synonyms. Historically âÂÂswappingâ started out as meaning replacing the (single) application in memory with another one and keeping the memory of the inactive applications on disk, and âÂÂpagingâ started out as meaning moving individual memory pages between disk and main memory. But since the 1970s, âÂÂswappingâ is commonly used for âÂÂpagingâÂÂ, and the word âÂÂpagingâ isn't used much in the Unix world.
If the interviewer used this word, either they are very unfamiliar with Linux or they were testing to see if you are familiar with both Linux and Windows.
A page file is the Windows term for what is called a swap file in the Linux world (and more generally in the Unix world). Linux tends to use swap partitions rather than swap files, but supports both.
In modern usage, âÂÂswappingâ and âÂÂpagingâ are synonyms. Historically âÂÂswappingâ started out as meaning replacing the (single) application in memory with another one and keeping the memory of the inactive applications on disk, and âÂÂpagingâ started out as meaning moving individual memory pages between disk and main memory. But since the 1970s, âÂÂswappingâ is commonly used for âÂÂpagingâÂÂ, and the word âÂÂpagingâ isn't used much in the Unix world.
If the interviewer used this word, either they are very unfamiliar with Linux or they were testing to see if you are familiar with both Linux and Windows.
answered Oct 10 '17 at 21:47
Gilles
508k12010041533
508k12010041533
add a comment |Â
add a comment |Â
6
Maybe you did not have Google in the interview, but you are allowed to use it now...
â Rui F Ribeiro
Oct 10 '17 at 21:40