See linux file management from the who command

Source: Internet
Author: User
From the who command, we can see that the file management in linux is probably started from the linux command "who". man explained the "who" command to print the information of the current user www.2cto.com. the first column of the result on the computer is the user name, the second column is the login port ,...
From the who command, we can see that the file management in linux is probably started from the linux command "who". man explained the "who" command to print the information of the current user www.2cto.com. results on the computer
The first column is the user name, the second column is the login port, and the second column is the login time. the two lines indicate that the user's login information is stored in utmp in two places. which command can be implemented in this way, read the content in utmp, display the record, and close utmp. here we use the linux idea that everything is a file. The who command is a simple embodiment. open the file, save the file id and read the user's login information based on the file id, which is displayed on the terminal.
 
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.