Appychip
Home
Authors
Ajeet Khan
Rohini Choudhary
YouTube
Facebook
Saturday, 26 August 2017
13:28
User Management In Linux
Ajeet Khan
2 comments
### Video Tutorial
Related Posts
Newer Post
Older Post
COMMENT!
2 comments:
sanjeeb
7 September 2017 at 06:34
how to see all listed users ?
Reply
Delete
Replies
Reply
Rohini Choudhary
7 September 2017 at 21:46
Run following command:
`getent passwd`
Reply
Delete
Replies
Reply
Add comment
Load more...
Subscribe to:
Post Comments (Atom)
Popular Posts
Installing Docker in Virtual Box
Installing Docker in Virtual Box on Ubuntu In this tutorial we will see the easy way of installing docker along with the required packag...
Setting up Django Project Production Ready
Deploy Django Application with PostgreSQL, Nginx, Gunicorn, Virtualenv and Supervisor Deploy Django Application project for Product...
ERROR 1524 (HY000): Plugin 'xyz' is not loaded while creating user in mysql
ERROR 1524 (HY000): Plugin 'xyz' is not loaded while creating user in mysql To solve this error run the following command: ...
Debug Slow Performance & High Resource Utilisation Issue in PostgreSQL
PostgreSQL DATABASE SERVER : LIST OF METRICS To MONITOR Debug PostgreSQL Performance Issues High CPU utilisati...
Install winetricks on Mac for Installing runtime Libraries
Simple Procedure to Install winetricks using Brew What is "winetricks" Package? Winetricks is an easy way to work around prob...
Debugging Elasticsearch Cluster Issues
Things To Monitor In Elasticsearch Cluster There could be times when Elasticsearch cluster may misbehave and you might not have any id...
TRIANGLE ROTATION PROGRAM
TRIANGLE ROTATION PROGRAM IN C++ TRIANGLE ROTATION PROGRAM Similar Programs Flood Fill program in C Triangle Rotation P...
Deploy Django on Apache with Virtualenv + mod_wsgi + mysql
How to Deploy Django on Apache with Virtualenv + mod_wsgi + mysql In this post I am going to explain how to deploy a D jango app on...
AWS Lambda Function With RDS MySQL
How To Use AWS Lambda Function With AWS RDS MySQL If you ever want to have small service that access database and returns some resul...
Install Gedit Using Brew For Mac
gedit Installation Instructions About gedit : It is a GNOME text editor, a powerful general purpose text editor ! It is aimed f...
Copyright @ 2013
Appychip
.
Designed by
Appychip
&
YouTube Channel
how to see all listed users ?
ReplyDeleteRun following command:
ReplyDelete`getent passwd`