i was playing around with reading and writing the dhcp list and i succeeded.
i now however want to delete the created dhcplist.txt file but i get the error, no such file or directory.
it is clearly visible in both winscp and also form the command line.
it looks like the file is created but still in some kind of locked mode.
any idea how to force remove it?
i used the command nvram get dhcp_staticlist >dhcplist.txt to create it
i used the following to write it
nvram set dhcp_staticlist="dhcplist.txt"
nvram commit
reboot
is there perhaps some kind of process which is hanging? how can i find out
i now however want to delete the created dhcplist.txt file but i get the error, no such file or directory.
it is clearly visible in both winscp and also form the command line.
it looks like the file is created but still in some kind of locked mode.
any idea how to force remove it?
i used the command nvram get dhcp_staticlist >dhcplist.txt to create it
i used the following to write it
nvram set dhcp_staticlist="dhcplist.txt"
nvram commit
reboot
is there perhaps some kind of process which is hanging? how can i find out