There are many reasons why you want to achieve this kind of setup. But mostly is just because you don’t want the user messing inside your server, and the user only needs to access (download, upload) files in your server….
All posts tagged “linux”
Display line X to line Y from huge file on terminal
This technique is very useful specially if you have a very huge file and you only want to display specific line. Of course you can use cat, head or tail. But that wouldn’t be helpful if you want to display…