LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   man pages and terminal (https://www.linuxquestions.org/questions/linux-newbie-8/man-pages-and-terminal-843346/)

linux/unix87 11-09-2010 08:44 PM

man pages and terminal
 
how do you access the man sections all of them.I have a book telling me to put in man --all or -a to access of the sections. what im trying to look for is the fstab file i dont have one need help

linux/unix87 11-09-2010 08:46 PM

my cdrom isnt working it wont burn. It says that i need to download apt cdrdao but i already have that the current version of it

tiredofbilkyyaforallican 11-09-2010 08:49 PM

In terminal type the word man in and the file comes up

linux/unix87 11-09-2010 08:56 PM

I know that but how do you access all of the sections?

linux/unix87 11-09-2010 08:57 PM

when i put man in the terminal then it asked me what page do i want I tried putting numbers in and everything i could think of nothing worked

frieza 11-09-2010 09:42 PM

try
Code:

man {name of command you want man page for}

chrism01 11-09-2010 10:10 PM

man fstab

OR

man -k fstab

(the latter is sometimes available as: apropos fstab. The -k just means 'keyword' search all man pages, in case there isn't a specific man page for the file/cmd in qn).
See also http://linux.die.net/man/

linux/unix87 11-09-2010 10:15 PM

ok that worked but for some reason i dont have that file. When i tried fstab in the terminal all i got was no file or directory

chrism01 11-09-2010 10:32 PM

The file you want is

/etc/fstab

and its a TEXT file, NOT a cmd & to edit it, you'd need to be root.
Incidentally it's always part of the std install; contains the list of disk devices to mount.

linux/unix87 11-09-2010 10:42 PM

there is no /etc/fstab i dont have it i looked under filesystem then went to etc file and its not in there. so what can i do to get it?

linux/unix87 11-09-2010 10:47 PM

nevermind i found it finally.I was looking for a colored folder my bad lol thank you oh and how do i become root and what do i need to edit on there?

linux/unix87 11-09-2010 10:51 PM

my mounting point is this <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/dev/sda1 / ext4 errors=remount-ro 0 1, what is it supposed to be?


All times are GMT -5. The time now is 09:34 PM.