Comments on: 30 Useful Linux Commands for System Administrators https://www.tecmint.com/useful-linux-commands-for-system-administrators/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Sun, 16 Jun 2024 17:36:49 +0000 hourly 1 By: Laks Nallamothu https://www.tecmint.com/useful-linux-commands-for-system-administrators/comment-page-1/#comment-2181010 Sun, 16 Jun 2024 17:36:49 +0000 http://www.tecmint.com/?p=1087#comment-2181010 In reply to Tim Faulkner.

I think most of the commands discussed are basic level and should be named as beginners rather than Admin only.

For the FTP command sample to get or to put *.txt files, show the command example once you log in to the remote site where the prompt would show 'ftp>' as opposed to your local root user prompt '#'.

Anyways, tecmint.com is a good reference place to both learn and refer to for all Unix users. I happened to search for a Wi-Fi setup issue on a desktop/CentOS. I am a Unix fan, though I have not used it much in the last 20 years.

]]>
By: Raj https://www.tecmint.com/useful-linux-commands-for-system-administrators/comment-page-1/#comment-1792916 Thu, 12 May 2022 09:56:47 +0000 http://www.tecmint.com/?p=1087#comment-1792916 Good Day Mate,

I am Raj, just a blog reader. While I was reading through this content (https://www.tecmint.com/useful-linux-commands-for-system-administrators/) I noticed that the CAT command is not defined correctly since cat (short for concatenate) command are used to create single or multiple files, view content of a file, concatenate files and redirect output in terminal or files. The pipe symbol ( | ) allows us to add multiple commands in a single command.

Hope to see you correct the blog post.

Thank you,
Your’s Sincerely,
Raj

]]>
By: Tim Faulkner https://www.tecmint.com/useful-linux-commands-for-system-administrators/comment-page-1/#comment-1687314 Sat, 25 Dec 2021 00:51:59 +0000 http://www.tecmint.com/?p=1087#comment-1687314 Are you sure this is correct?

# ftp > mput *.txt
# ftp > mget *.txt

Should it be:

# ftp < mput *.txt
# ftp < mget *.txt
]]>
By: ThumbOne https://www.tecmint.com/useful-linux-commands-for-system-administrators/comment-page-1/#comment-1263724 Tue, 08 Oct 2019 03:35:30 +0000 http://www.tecmint.com/?p=1087#comment-1263724 Seriously? Listing Less then More in the same list? Sorry, but that blows my mind a little.

]]>
By: Dinesh https://www.tecmint.com/useful-linux-commands-for-system-administrators/comment-page-1/#comment-1103776 Fri, 22 Feb 2019 07:36:57 +0000 http://www.tecmint.com/?p=1087#comment-1103776 thanks a lot

]]>