Comments on: LFCA: Learn Basic Linux System Commands – Part 3 https://www.tecmint.com/basic-linux-commands/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 16 Feb 2024 07:06:06 +0000 hourly 1 By: Ravi Saive https://www.tecmint.com/basic-linux-commands/comment-page-1/#comment-2136328 Fri, 16 Feb 2024 07:06:06 +0000 https://www.tecmint.com/?p=41982#comment-2136328 In reply to Felipe.

@Felipe,

Hello! Thank you for your feedback, and I appreciate you taking the time to point out the typo. You are absolutely correct. The accurate numeric combination for the second example of setting file permissions should indeed be ‘664‘, corresponding to the access ‘-rw-rw-r–‘.

]]>
By: Felipe https://www.tecmint.com/basic-linux-commands/comment-page-1/#comment-2136055 Thu, 15 Feb 2024 12:40:15 +0000 https://www.tecmint.com/?p=41982#comment-2136055 Hi, great article, I would just like to provide small feedback.

In the second example of setting file permission, you have a typo.

You say the numeric combination would be “644” while “664” should be the actual combination as the example refers to an access of “-rw-rw-r–“.

]]>
By: Ravi Saive https://www.tecmint.com/basic-linux-commands/comment-page-1/#comment-1481856 Mon, 26 Apr 2021 05:26:24 +0000 https://www.tecmint.com/?p=41982#comment-1481856 In reply to dragonmouth.

@Dragonmouth,

Yes it required sudo privileges to execute passwd command, corrected in the article…

]]>
By: dragonmouth https://www.tecmint.com/basic-linux-commands/comment-page-1/#comment-1481736 Sun, 25 Apr 2021 22:28:44 +0000 https://www.tecmint.com/?p=41982#comment-1481736 “Additionally, you can change the password for another user simply by passing the username of the user as an argument.

$ passwd username"

Wouldn’t that require admin privileges, hence the use of the SUDO command?

]]>
By: Ravi Saive https://www.tecmint.com/basic-linux-commands/comment-page-1/#comment-1479427 Thu, 22 Apr 2021 06:11:23 +0000 https://www.tecmint.com/?p=41982#comment-1479427 In reply to Gérard Talbot.

@Gerard,

Thanks, corrected the commands as suggested by you…

]]>