Re: Suggest me some good resources to kick start Linux OS

Posted by DaemonProgrammr on 2011/12/19 9:21:18
Filestructure is something to get used to, but once you get the hang of it, it'll turn out to be quite intuitive.

As for commands: see also the man-pages.
These, you commonly access by typing on the commandline:

man 'some-command'

for example:
man ls

You exit these screens with 'q'.


Depending on the command, these are usually quite comprehensive descriptions of the function, capabilities and sometimes examples.

This Post was from: https://www.centos.org/newbb/viewtopic.php?forum=14&topic_id=34622&post_id=149774