http://qxr2st5oqf3pvxxgccy4qn3ybsrtpp4sh3bafvxsrzzbmfw76cqoghid.onion/2021/10/30/useful-linux-commands
File Commands ls -F - show indicators after each entry, slash if for folder, asterisk is executable file, at sign is for alias. ls -lah - translate file sizes to more human-friendly notation. ls -t - sort by time. ls -m - comma separated. ls -R - list with recursion. pwd - show current directory. mkdir - create directory. rm - delete file. rm -r - delete directory. rm -f - force remove. cp - copy file. cp -r - copy directory. mv - move file. ln -s - create a symbolic link....