What is the difference between User ID and GUID (Group UserID)
August 27, 2010 by bigboss · Comments Off
Filed under: Shell Scripting Interview Questions, Unix Scripting Interview Questions
Filed under: Shell Scripting Interview Questions, Unix Scripting Interview Questions
User ID and Group ID. They are used for a first-cut security in Unix systems, in that files and programs can be restricted to certain groups, or to certain users. Groups are kept in the /etc/group file, users and the group they belong to are kept in the /etc/passwd file.
What Javascript datatypes have you used?
Javascript datatypes : Number, String, Boolean, Function, Object, Null, Undefined.
