: 슈퍼유저 권한으로 할수 있는 기능들이 하나두 안됩니다.
: useradd같은 것들도 안되구요. find도 안됩니다.
: ls, rm, cd 이런 명령어들만 됩니다.
:
: 그리고 정말 갑갑한것은 gcc가 실행이 안되네요.
: 서버 네트웍 프로그램을 컴파일을 해서 실행파일을 만들어야 되는데
: 다음과 같은 오류만 뜹니다.
: bash: gcc: command not found
:
: 알피엠으로 찾아보면 다음과 같이 있다고 나옵니다.
:
: [root@test hexa]# rpm -qi gcc
: Name : gcc Relocations:(not relocateable)
: Version : 2.96 Vendor: Red Hat, Inc.
: Release : 98 Build Date:2001년 09월 05일 (수) 오전 03시 10분 4
: 2초 Install date: 2003년 02월 04일 (화) 오후 10시 50분 41초 Build Host: stripples.devel.redhat.com
: Group : Development/Languages Source RPM: gcc-2.96-98.src.rpm
: Size : 8376529 License: GPL
: Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
: URL : http://gcc.gnu.org : Summary : Various compilers (C, C++, Objective-C, Java, ...)
: Description :
: The gcc package contains the GNU Compiler Collection: cc and gcc. You'll need
: this package in order to compile C/C++ code.
:
: 참고로 리눅스는 레드햇 7.2를 쓰고 있습니다.
: 이거 리눅스를 다시 깔아야 하는건가요? ㅠ.ㅠ