*VERY NOOB question
-
Hey guys. Trying to get into my tftpboot folder to change some of the default files so I can change my default.cfg stuff, and I don’t have any perms whatsoever. FTP won’t let me right, and when trying to copy files over from the desktop to the tftpboot folder, I’m ‘not the owner’ of the folder, so I can’t. How do I access the folder as root?
-
sudo su and root password, but be very careful doing this as you can crew the pooch messing in those files.
-
You have to have the permissions set right.
Use chown and possibly chmod to fix this.