he.txtbash:he.txt:cannotoverwriteexistingfile Si vous souhaitez annuler la restriction, modifiez set-o to set+o[root@stu227he]#set+onoclobber[root@stu227he]#echo"123">he.txt[root@stu227he]#c"/> he.txtbash:he.txt:cannotoverwriteexistingfile Si vous souhaitez annuler la restriction, modifiez set-o to set+o[root@stu227he]#set+onoclobber[root@stu227he]#echo"123">he.txt[root@stu227he]#c">

Maison  >  Article  >  Tutoriel système  >  Solution au problème d'écrasement de fichier CentOS

Solution au problème d'écrasement de fichier CentOS

王林
王林avant
2024-01-03 16:34:24642parcourir

[root@stu227 he]# touch he.txt

[root@stu227 he]# set -o noclobber

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

bash : he.txt : impossible d'écraser le fichier existant

Si vous souhaitez annuler la restriction, remplacez set -o par set +o

[root@stu227 he]# set +o noclobber

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

[root@stu227 he]# cat he.txt

123

Ce qui précède est le contenu détaillé de. pour plus d'informations, suivez d'autres articles connexes sur le site Web de PHP en chinois!

Déclaration:
Cet article est reproduit dans:. en cas de violation, veuillez contacter admin@php.cn Supprimer