cancel
Showing results for 
Search instead for 
Did you mean: 
jatty
Cadet
Cadet
  • 1,219 Views

add users to switch user

I am new to linux 

I want to know about the su command  all details

Labels (1)
0 Kudos
2 Replies
Raul1
Flight Engineer Flight Engineer
Flight Engineer
  • 1,185 Views

From the command line you can run:

man su

 

For most commands you will find a man page, also you can find man pages for different topics, if you want to search you can run:

apropos mytopic

 

it will show you all the man pages that have the string mytopic in the name or description

Razique
Flight Engineer Flight Engineer
Flight Engineer
  • 1,174 Views

You can consult Linux manpages for that. To invoke it for a particular command use man <command>

The man man command will provide you with more information on how to browse the documentation.

0 Kudos
Join the discussion
You must log in to join this conversation.