ABOUT: Learn the basic Unix/Linux commands.\r\n\r\nls, ls -F, pwd\r\ncd, cd .., cd (nothing)\r\nmkdir, rmdir\r\nrm, rm -r\r\ncp, mv, date\r\ncat, more\r\n#, whoami\r\nwho, who am i, w\r\nman, clear, *arguments\r\n\r\nNot mentioned: hidden files\r\nEvery file that start with a dot (.) is considered a hidden file. To show them, use the argument -a or -A:\r\n\\\