之前不知道怎么在 http://AAAcemcs02.AAA.edu/~AAA/515/1 上面创建文件夹,一直都是forbidden
解决办法是用chomod 755 *
创建文件以后全部打开,再用ls确认目录,就会有
创建文件的流程如下
#enter folder 515/1
cd ~/public_html/515/1
#create
touch Index.php
#OPEN FILE
chmod 755 *
#Edit
nano Index.php
Ctril+X save
Y quit
Enter done
chmod 644 Index.php
#delete file
rm index.html
rm: remove regular file 'index.html'?
y - delete
n - keep
问题:
torch DigiCertGlobalRootCA.crt.pem
这个文件不能创立,我有代码不能复制进去
当我复制html的代码以后,点进去AAA的515/1就只有html了,看不到其他文件,怎么回事