FREQUENTLY ASKED QUESTIONS (Linux)
Q. How do i exit properly from the man page in Linux operating systems?
You can find the location path of all the man pages by the "manpath" command.
[root@server ~]# manpath
/usr/local/share/man:/usr/share/man
Here the man pages are located in "/usr/local/share/man" and "/usr/share/man"
Get useful tips: man page of "man"
[root@server ~]# man man
Q. How do i exit properly from the man page in Linux operating systems?
You can find the location path of all the man pages by the "manpath" command.
[root@server ~]# manpath
/usr/local/share/man:/usr/share/man
Here the man pages are located in "/usr/local/share/man" and "/usr/share/man"
Get useful tips: man page of "man"
[root@server ~]# man man
0 comments:
Post a Comment