jatty

Cadet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2019
11:13 AM
- 1,684 Views
add users to switch user
I am new to linux
I want to know about the su command all details
2 Replies


Flight Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2019
12:59 PM
- 1,650 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


Flight Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2019
12:20 AM
- 1,639 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.
Join the discussion
You must log in to join this conversation.