Sponsored Content
Full Discussion: real newbie here...
Operating Systems Solaris real newbie here... Post 302093258 by BOFH on Wednesday 18th of October 2006 08:42:53 AM
Old 10-18-2006
Code:
$ echo $SHELL
/bin/ksh

And the # prompt typically is the root prompt. Are you logging in as root? You should set up an account for you to log in as and then you can use su to become root.

Code:
$ su - root
Password: 
#

Carl
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

real newbie need to know...

hi everybody, so as you know i'm a real newbie in the unix world and i wanna know if i can install unix (not linux or other derived) on a toshiba T1950 portable computer ? It is a 486 cpu with 8mb ram, monochrom screen, and a 200mb hd, no cdrom... The latest version of unix is not necessary, a... (1 Reply)
Discussion started by: Uninewb
1 Replies

2. UNIX for Dummies Questions & Answers

Hi, everybody...i'm a real newbie

Hi mates.... i just got started...truely so...cuz i just borrowed a Unix for dummies from the library...wondering if i could go download a system to play with...but i don't no where....any suggestions? thanx a lot :) (2 Replies)
Discussion started by: PhilO_<
2 Replies

3. UNIX for Dummies Questions & Answers

Real Newbie

Helo Friends, I am new to this forum. I am very much intrested to learn UNIX Administration so please can any one teach me or tell me ur suggestions installing , maintaining,administrating,commands,and Shell programming. please leave ur suggestions and guidelines. Thanx... (1 Reply)
Discussion started by: mybestway
1 Replies

4. UNIX for Dummies Questions & Answers

UNIX newbie NEWBIE question!

Hello everyone, Just started UNIX today! In our school we use solaris. I just want to know how do I setup Solaris 10 not the GUI one, the one where you have to type the commands like ECHO, ls, pwd, etc... I have windows xp and I also have vmware. I hope I am not missing anything! :p (4 Replies)
Discussion started by: Hanamachi
4 Replies

5. Shell Programming and Scripting

perl newbie . &&..programming newbie (question 2)

Hello everyone, I am having to do a lot of perl scripting these days and I am learning a lot. I have this problem I want to move files from a folder and all its sub folders to one parent folder, they are all .gz files.. there is folder1\folder2\*.gz and there are about 50 folders... (1 Reply)
Discussion started by: xytiz
1 Replies

6. Shell Programming and Scripting

perl newbie . &&..programming newbie

Hi, I am new to programming and also to perl..But i know 'perl' can come to my rescue, But I am stuck at many places and need help..any small help is much appreciated... below is the description of what i intend to acheive with my script. I have a files named in this format... (13 Replies)
Discussion started by: xytiz
13 Replies
CHROOT(8)						    BSD System Manager's Manual 						 CHROOT(8)

NAME
chroot -- change root directory SYNOPSIS
chroot [-u -user] [-g -group] [-G -group,group,...] newroot [command] DESCRIPTION
The chroot command changes its root directory to the supplied directory newroot and exec's command, if supplied, or an interactive copy of your shell. If the -u, -g or -G options are given, the user, group and group list of the process are set to these values after the chroot has taken place. See setgid(2), setgroups(2), setuid(2), getgrnam(3) and getpwnam(3). Note, command or the shell are run as your real-user-id. ENVIRONMENT
The following environment variable is referenced by chroot: SHELL If set, the string specified by SHELL is interpreted as the name of the shell to exec. If the variable SHELL is not set, /bin/sh is used. SEE ALSO
chdir(2), chroot(2), environ(7) HISTORY
The chroot utility first appeared in 4.4BSD. SECURITY CONSIDERATIONS
chroot should never be installed setuid root, as it would then be possible to exploit the program to gain root privileges. 4.3 Berkeley Distribution October 6, 1998 4.3 Berkeley Distribution
All times are GMT -4. The time now is 01:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy