asked on
Linux is a UNIX-like open source operating system with hundreds of distinct distributions, including: Fedora, openSUSE, Ubuntu, Debian, Slackware, Gentoo, CentOS, and Arch Linux. Linux is generally associated with web and database servers, but has become popular in many niche industries and applications.
TRUSTED BY
> redirects command output to a eigther device ( monitor or e.g. serial port ) or file .
If you omit exact location where the file has to be written
( /home/nedvis from my example #2)
file will be created in directory you're currently in.
So , make sure to login as root (su), check what directory you're in
( command is pwd - I think it stands for "p-rint w-orking d-irectory" )
and if you want change directory to where you want to save file.
( command would be : cd /home/<user_name> )