63 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Groff
		
	
	
	
	
	
			
		
		
	
	
			63 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Groff
		
	
	
	
	
	
| .\"     Title: sg
 | |
| .\"    Author: 
 | |
| .\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/>
 | |
| .\"      Date: 06/24/2006
 | |
| .\"    Manual: User Commands
 | |
| .\"    Source: User Commands
 | |
| .\"
 | |
| .TH "SG" "1" "06/24/2006" "User Commands" "User Commands"
 | |
| .\" disable hyphenation
 | |
| .nh
 | |
| .\" disable justification (adjust text to left margin only)
 | |
| .ad l
 | |
| .SH "NAME"
 | |
| sg \- execute command as different group ID
 | |
| .SH "SYNOPSIS"
 | |
| .HP 3
 | |
| \fBsg\fR [\-] [group\ [\-c\ ]\ command]
 | |
| .SH "DESCRIPTION"
 | |
| .PP
 | |
| The
 | |
| \fBsg\fR
 | |
| command works similar to
 | |
| \fBnewgrp\fR
 | |
| but accepts a command. The command will be executed with the
 | |
| \fI/bin/sh\fR
 | |
| shell. With most shells you may run
 | |
| \fBsg\fR
 | |
| from, you need to enclose multi\-word commands in quotes. Another difference between
 | |
| \fBnewgrp\fR
 | |
| and
 | |
| \fBsg\fR
 | |
| is that some shells treat
 | |
| \fBnewgrp\fR
 | |
| specially, replacing themselves with a new instance of a shell that
 | |
| \fBnewgrp\fR
 | |
| creates. This doesn't happen with
 | |
| \fBsg\fR, so upon exit from a
 | |
| \fBsg\fR
 | |
| command you are returned to your previous group ID.
 | |
| .SH "FILES"
 | |
| .TP 3n
 | |
| \fI/etc/passwd\fR
 | |
| User account information.
 | |
| .TP 3n
 | |
| \fI/etc/shadow\fR
 | |
| Secure user account information.
 | |
| .TP 3n
 | |
| \fI/etc/group\fR
 | |
| Group account information.
 | |
| .TP 3n
 | |
| \fI/etc/gshadow\fR
 | |
| Secure group account information.
 | |
| .SH "SEE ALSO"
 | |
| .PP
 | |
| 
 | |
| \fBid\fR(1),
 | |
| \fBlogin\fR(1),
 | |
| \fBnewgrp\fR(1),
 | |
| \fBsu\fR(1),
 | |
| \fBgpasswd\fR(1),
 | |
| \fBgroup\fR(5),
 | |
| \fBgshadow\fR(5)
 |