Useful Linux Shell Commands
ls : List files/directories in a current directory, equivalent to dir command in dos/windows. ls -al : Shows all files and directories with the details attributes for each file. cd : Change directory Examples: cd ~ : Change your directory to your home directory. cd - : Change to the…continue reading →
Recent Comments