he.txtbash:he.txt:cannotoverwriteexistingfile 제한을 취소하려면 set-o를 변경하세요. 설정+o[root@stu227he]#set+onoclobber[root@stu227he]#echo"123">he.txt[root@stu227he]#c"/> he.txtbash:he.txt:cannotoverwriteexistingfile 제한을 취소하려면 set-o를 변경하세요. 설정+o[root@stu227he]#set+onoclobber[root@stu227he]#echo"123">he.txt[root@stu227he]#c">

 >  기사  >  시스템 튜토리얼  >  CentOS 파일 덮어쓰기 문제에 대한 솔루션

CentOS 파일 덮어쓰기 문제에 대한 솔루션

王林
王林앞으로
2024-01-03 16:34:24642검색

[root@stu227 he]# he.txt를 터치하세요

[root@stu227 he]# set -o noclobber

[root@stu227 he]# echo "123" > he.txt

bash: he.txt: 기존 파일을 덮어쓸 수 없습니다

제한을 취소하려면 set -o를 set +o로 변경하세요

[root@stu227 he]# set +o noclobber

[root@stu227 he]# echo "123" > he.txt

[root@stu227 he]# 고양이 he.txt

123

위 내용은 CentOS 파일 덮어쓰기 문제에 대한 솔루션의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!

성명:
이 기사는 jb51.net에서 복제됩니다. 침해가 있는 경우 admin@php.cn으로 문의하시기 바랍니다. 삭제