답변:
여전히 전체 경로를 사용하여 명령을 실행할 수 있어야합니다. 예를 들면 다음과 같습니다.
/bin/ls
/bin/nano
ls
Mac의 위치 가 확실하지 않습니다 ... / usr / bin / ls 아래에있을 수 있습니다
우분투 10.04를 사용하고 있습니다. 내 홈 디렉토리의 .profile 파일은 다음과 같습니다.
# ~/.profile: executed by the command interpreter for login shells.
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
# exists.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.
# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
#umask 022
# if running bash
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
fi
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
맞을만한 가치가 있습니다.
이게 어디 .profile
엉망입니까? 나는이 없다 .bash_profile
,하지만 .profile
파일을.