News

How to easily open files with sudo privileges in the GNOME File Manager Your email has been sent Not all Linux file managers are created equal. Some file managers have more bells and whistles than the ...
Get to know the Linux hosts file and how to use it Your email has been sent If you're new to Linux, there's a very handy file you'll want to learn about right away. Jack Wallen introduces you to the ...
Earlier this year Microsoft shared its plans to integrate a full Linux kernel in Windows 10 — now it’s introducing Linux file access into the File Explorer. Users have been able to access Linux files ...
The file manager might not be a feature on your desktop that you've ever considered changing, but once you've seen a better option, you can't unsee it. I've used nearly every file manager on the ...
If you use C or C++, you have probably learned how to open a file and read data from it. Usually, we read a character or a line at a time. At least, it seems that way. The reality is there are usually ...
Open WSL Terminal. Navigate the root directory or top folder inside of the Terminal. Type in explorer.exe and hit Enter to open that location inside of the File Explorer. After you access these files ...
There's a lot to learn about image files on the command line, from verifying file format to finding out where and when photos were taken and maybe even getting an unusual view of what they look like.
Hidden files are a standard feature in Linux. Some applications save configuration files and other data in hidden files or folders that aren't visible by default. Fortunately, Linux makes working with ...
In an earlier installment of Linux Fu, I mentioned how you can use inotifywait to efficiently watch for file system changes. The comments had a lot of alternative ways to do the same job, which is ...