Jump to content

Any tips on reading Man pages effectively in Linux?

Hello, 

I am having trouble reading man pages for certain commands, it seems intimidating for newer users. I was wondering if you have any tips or tricks on how to read man pages effectively. I'm a new user on Arch Linux. I already know how to search man pages using (man -k), but I was wondering how do you read and understand the commands effectively. (ex: chmod or fdisk)

Thank you. 

Link to comment
Share on other sites

Link to post
Share on other sites

man pages will tell you what each option does but not why you might want to do those things or what you should be using in your situation. For more new user friendly instructions you want to be reading tutorials or wiki pages. For example here's the arch wiki page covering common uses of chmod https://wiki.archlinux.org/title/File_permissions_and_attributes#Changing_permissions

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
Share on other sites

Link to post
Share on other sites

29 minutes ago, Sauron said:

man pages will tell you what each option does but not why you might want to do those things or what you should be using in your situation. For more new user friendly instructions you want to be reading tutorials or wiki pages. For example here's the arch wiki page covering common uses of chmod https://wiki.archlinux.org/title/File_permissions_and_attributes#Changing_permissions

Question.

Can you use man pages for etc files too?

Link to comment
Share on other sites

Link to post
Share on other sites

2 hours ago, ZachTheDoggo said:

Can you use man pages for etc files too?

Sometimes, from the last few lines of "man xorg"

Quote

SEE ALSO
      X(7), Xserver(1), xdm(1), xinit(1), xorg.conf(5) ...snip

 

you can see there is a man page for xorg.conf (/etc/X11/xorg.conf), which is one of the most complete man pages ever, when considering the possible complexity of xorg.conf.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×