代码搜索:Profile
找到约 10,000 项符合「Profile」的源代码
代码结果 10,000
www.eeworm.com/read/381950/9062122
profile
# /etc/profile: system-wide .profile file for the Bourne shells
echo
echo -n "Processing /etc/profile... "
# no-op
echo "Done"
echo
www.eeworm.com/read/359058/10167916
profile
uname -a
ifconfig
echo
echo "DM&P X-Linux R5.4 (2005-10-06)"
echo
www.eeworm.com/read/274085/10888413
profile
# /etc/profile: system-wide .profile file for the Bourne shells
echo
echo
export PS1="[u@h w]$"
echo "Done"
alias ll='ls -l'
alias du='du -h'
alias df='df -h'
alias rm='rm -i'
echo
www.eeworm.com/read/468962/6982649
profile
# Begin /etc/profile
# Written for Beyond Linux From Scratch
# by James Robertson
# modifications by Dagmar d'Surreal
# System wide environmen
www.eeworm.com/read/139695/13139106
profile
stty erase '^h'
umask 022
trap 2 3
PS1="[\u@\h \w]$ "; export PS1
PATH=.:/usr/local/bin:/opt/sfw/bin:/opt/sfw/sbin:/usr/bin:/usr/ucb:/usr/sbin:/usr/ccs/bin
MANPATH=/usr/local/man:/usr/man:/opt/sfw/ma
www.eeworm.com/read/139323/13161179
profile
# @(#)local.profile 1.8 99/03/26 SMI
stty istrip
PATH=/usr/bin:/usr/ucb:/etc:.
export LOGNAME PATH
#
# If possible, start the windows system
#
if [ "`tty`" = "/dev/console" ] ; then
if [ "$
www.eeworm.com/read/300969/13876759
profile
# Set timezone for Middle European Time.
TZ='MET-1MET DST,M3.5.0/2,M9.5.0/3' export TZ
www.eeworm.com/read/300969/13877151
profile .profile
# Login shell profile.
# Environment.
umask 022
PATH=/usr/local/bin:/bin:/usr/bin
PS1="! "
export PATH
# Erase character, erase line, and interrupt keys.
stty erase '^H' kill '^U' intr '^?'
www.eeworm.com/read/152128/5675622
profile
# /etc/profile: system-wide .profile file for the Bourne shells
echo
echo -n "Processing /etc/profile... "
# no-op
echo "Done"
echo
www.eeworm.com/read/148692/5712167
profile
# /etc/profile: system-wide .profile file for the Bourne shells
echo
echo -n "Processing /etc/profile... "
# no-op
echo "Done"
echo