# useradd -g 500 maintenance |
# useradd -u 1000 -g 500 -d /export/home/user01 -m -s /bin/bash user01 64 ブロック |
# passwd user01 新しいパスワード: 新しいパスワードを再入力してください: passwd: user01 のパスワードが変更されました |
# cat /etc/shadow | egrep 'user01|user02' user01:whkcUaz0yWu4E:17538:::::: user02:*LK*:17538:::::: |
# cat /etc/defaultrouter 192.168.1.1 |
# vi /etc/resolv.conf nameserver 192.168.1.1 |
# vi /etc/nsswitch.conf hosts: files ↓ hosts: files dns |
# nslookup yahoo.co.jp Server: 192.168.1.1 Address: 192.168.1.1#53 Non-authoritative answer: Name: yahoo.co.jp Address: 124.83.139.192 Name: yahoo.co.jp Address: 203.216.227.176 |
# vi /tmp/sun_patch_regist userName=XXXXXX ←メディアの入手方法でSunサイトに登録したアカウント/パスワードを入力する。 password=XXXXXX hostName= subscriptionKey= portalEnabled=false proxyHostName= proxyPort= proxyUserName= proxyPassword= |
# chmod 400 /tmp/sun_patch_regist # /usr/sbin/sconadm register -a -r /tmp/sun_patch_regist sconadm が実行中です ユーザーを認証中... finish registration! |
# smpatch analyze 必須パッチ。 119254-73 SunOS 5.10: Install and Patch Utilities Patch 125555-07 SunOS 5.10: patch behavior patch 121118-16 SunOS 5.10: Sun Update Connection System Client 1.0.10 142251-01 SunOS 5.10: sh patch 141496-01 SunOS 5.10: patchchk patch 141588-03 SunOS 5.10: ksh,sh,pfksh,rksh,xargs patch 127884-01 SunOS 5.10: awk patch 119788-10 SunOS 5.10: Sun Update Connection Proxy 1.0.9 |
# smpatch update パッチをダウンロード中 /var/sadm/spool... パッチをインストール中です /var/sadm/spool... 121118-16 適用されました。 インストールした 1 つまたは複数のアップデートを有効にするためにシステムをシャットダウンす る必要があります。システムのシャットダウンを開始するには、次のコマンドのいずれかを使用してください: o ファームウェアプロンプトにドロップする - init 0 または shutdown -i 0 o システムの電源をオフにする - init 5 または shutdown -i 5 o システムを再起動する - init 6 または shutdown -i 6 |
# shutdown -y -i6 -g0 |
# cd /etc/skel # ls -l 合計 6 -rw-r--r-- 1 root sys 136 7月 14日 2007年 local.cshrc -rw-r--r-- 1 root sys 157 7月 14日 2007年 local.login -rw-r--r-- 1 root sys 174 7月 14日 2007年 local.profile |
# vi .bash_profile if [ -f ~/.bashrc ]; then . ~/.bashrc fi export PS1="[`date '+%m/%d %H:%M'` \u@`hostname`]$ " export TERM=xterm export EDITOR=vi alias ls="ls -F" alias la="ls -al" alias h="history 1000" unset autologout # PATH=/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/sfw/bin export PATH |
# cd /export/home/user01 # vi .bash_profile if [ -f ~/.bashrc ]; then . ~/.bashrc fi export PS1="[`date '+%m/%d %H:%M'` \u@`hostname`]$ " export TERM=xterm export EDITOR=vi alias ls="ls -F" alias la="ls -al" alias h="history 1000" unset autologout # PATH=/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/sfw/bin:/export/home/script export PATH |
# vi /etc/passwd root:x:0:0:Super-User:/:/sbin/sh ↓ root:x:0:0:Super-User:/:/bin/bash |
# vi /etc/auto_master /home auto_home -nobrowse ↓ #/home auto_home -nobrowse |
# automount |
# vi /etc/motd ######################################## # コメント ######################################## |
# /usr/dt/bin/dtconfig -d |
# /usr/dt/bin/dtconfig -e |
# groupadd -g 51 wheel |
# vi /etc/group wheel::51 ↓ wheel::51:user01,user02 |
# chgrp wheel /usr/bin/su # chmod 4750 /usr/bin/su |
# cd /etc/inet # cp -p ntp.client ntp.conf |
# vi /etc/inet/ntp.conf server 127.127.XType.0 ↓ server NTPサーバのIPアドレス |
# svcs -a | grep ntp offline 1:27:19 svc:/network/ntp:default # svcadm enable ntp |
# ntpq -pn remote refid st t when poll reach delay offset disp ============================================================================== *192.168.1.11 0.0.0.0 16 - - 64 0 0.00 0.000 16000.0 |
# crle デフォルト構成ファイル(/var/ld/ld.config) が見つかりません デフォルトライブラリパス (ELF): /lib:/usr/lib (システムデフォルト) トラステッドディレクトリ (ELF): /lib/secure:/usr/lib/secure (システムデフォルト) |
# crle -c /var/ld/ld.config -l /lib:/usr/lib:/opt/sfw/lib:/usr/local/lib/ # crle 構成ファイル [バージョン 4]: /var/ld/ld.config デフォルトライブラリパス (ELF): /lib:/usr/lib:/opt/sfw/lib:/usr/local/lib/ トラステッドディレクトリ (ELF): /lib/secure:/usr/lib/secure (システムデフォルト) コマンド行: crle -c /var/ld/ld.config -l /lib:/usr/lib:/opt/sfw/lib:/usr/local/lib/ |