Page files in Linux [closed]

The name of the pictureThe name of the pictureThe name of the pictureClash 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?










share|improve this question













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
If this question can be reworded to fit the rules in the help center, please edit the question.








  • 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














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?










share|improve this question













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
If this question can be reworded to fit the rules in the help center, please edit the question.








  • 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












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?










share|improve this question













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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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
If this question can be reworded to fit the rules in the help center, please edit the question.




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
If this question can be reworded to fit the rules in the help center, please edit the question.







  • 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




    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










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.






share|improve this answer



























    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.






    share|improve this answer
























      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.






      share|improve this answer






















        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.






        share|improve this answer












        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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Oct 10 '17 at 21:47









        Gilles

        508k12010041533




        508k12010041533












            Popular posts from this blog

            Peggy Mitchell

            Palaiologos

            The Forum (Inglewood, California)