Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
unix 시스템의 경우 http 서버에서 실행할 수 있는 권한을 pl 확장자를 갖는 파일에 부여합니다. 일반적으로 이 작업은 chmod 명령을 사용하면 가능합니다. currpic.txt 파일에 대한 권한은 http 서버에서 쓰기 가능으로 설정되어야 합니다.
on unix systems grant the files with the pl extension the rights to be executable by the http server. normally, this is done with the chmod command. the rights of the currpic.txt file must be set to be writable by the http server.
kmix: 믹서 장치에 접근할 수 없습니다. 접근을 허용하려면 루트 권한으로 'chmod a+rw / dev/ mixer *' 명령을 내리십시오.
kmix: you do not have permission to access the mixer device. login as root and do a'chmod a+rw / dev/ mixer* 'to allow the access.
이제 이 파일들은 서버에서 루트로 로그인되고 '//user/local/http/cgi-bin/' 디렉토리로 전환됩니다. chmod 명령어를 사용하여 적합한 권한을 설정할 수 있습니다.
login on your server as root and switch to the //user/local/http/cgi-bin/ directory. you can define the corresponding rights using the chmod command.