I am new here, so thanks for accepting me.
Ok, so I have a really dum question, sorry, I am presently still learning.
So what if, I had no idea of what commands are available for a specific task or process, where would I look, ?? I mean say I did not know any commands, I wanted to find all the commands that might be appropriate for a specific task or process, how can I find these ??
All of my studying so far just covers the Man or Help commands, so that assumes I already know the command, but what if I don't, ??
For a simple example, if I wanted to Cut and Paste a file, is there anywhere I could type in 'Cut and Paste' and that would give me answers like mv, cp, rm, I could then look up using Help or Man, ??
I hope this makes sense, please forgive me, if not.
Kind regards and thanks in advance
man
command takes-k
which uses the word after as a keyword search. i.e., seeman man
for an explanation. But I personally turn to Google if I am not looking for a command, but some kind of description of a task, with either "ubuntu" or "linux" as a search term. Yeah...so, I use Google. Not sure what others would use. – Ray Mar 08 '22 at 14:12