Saturday, August 17, 2013

Get Linux user id

Linux user ID can be used in say mounting a CIFS share, see link. To get user id, do:
$: id timus
This will print UID and GID of user timus.

No comments:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...