LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 06-23-2021, 08:42 PM   #1
AlexEdwin
LQ Newbie
 
Registered: Jun 2021
Posts: 3

Rep: Reputation: Disabled
how can I remove ALL passwords


Hi

How can I remove ALL passwords in Linux Mint.

The PC has no security issues to be worried about.
It's just a Media Centre.

Every time copy files I have to enter a password which means I have to sit here for hours instead of just letting it go.

Cheers
Alex

Last edited by AlexEdwin; 06-23-2021 at 08:52 PM.
 
Old 06-23-2021, 09:02 PM   #2
jmgibson1981
Senior Member
 
Registered: Jun 2015
Location: Tucson, AZ USA
Distribution: LMDE 6
Posts: 1,246

Rep: Reputation: 444Reputation: 444Reputation: 444Reputation: 444Reputation: 444
Just change the permissions of the directory you are writing to? It doesn't have to be root owned.

Code:
sudo chown -R youruser:youruser /path/to/directory

Last edited by jmgibson1981; 06-23-2021 at 09:03 PM.
 
Old 06-23-2021, 09:04 PM   #3
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,943
Blog Entries: 28

Rep: Reputation: 6357Reputation: 6357Reputation: 6357Reputation: 6357Reputation: 6357Reputation: 6357Reputation: 6357Reputation: 6357Reputation: 6357Reputation: 6357Reputation: 6357
Quote:
The PC has no security issues to be worried about.
Is it connected to a network or the internet? Do computers on that network have internet access?

If yes, it has security issues.
 
Old 06-24-2021, 01:27 AM   #4
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 24,360

Rep: Reputation: 8004Reputation: 8004Reputation: 8004Reputation: 8004Reputation: 8004Reputation: 8004Reputation: 8004Reputation: 8004Reputation: 8004Reputation: 8004Reputation: 8004
Quote:
Originally Posted by AlexEdwin View Post

Every time copy files I have to enter a password which means I have to sit here for hours instead of just letting it go.
Would be nice to know how is it connected and exactly what are you trying to do. Probably you can modify this using an ssh key or some other automatic authentication method. But without details hard to say anything.
 
Old 06-25-2021, 12:20 AM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by AlexEdwin View Post
Hi

How can I remove ALL passwords in Linux Mint.

The PC has no security issues to be worried about.
It's just a Media Centre.

Every time copy files I have to enter a password which means I have to sit here for hours instead of just letting it go.

Cheers
Alex
It's not that simple.
Please explain exactly where you are getting this and what it says, we will take it from there.

You might want to use a dedicated media centre distribution instead.
 
Old 07-03-2021, 05:27 PM   #6
Skaperen
Senior Member
 
Registered: May 2009
Location: center of singularity
Distribution: Xubuntu, Ubuntu, Slackware, Amazon Linux, OpenBSD, LFS (on Sparc_32 and i386)
Posts: 2,906
Blog Entries: 31

Rep: Reputation: 181Reputation: 181
Quote:
Originally Posted by AlexEdwin View Post
Hi

How can I remove ALL passwords in Linux Mint.

The PC has no security issues to be worried about.
It's just a Media Centre.

Every time copy files I have to enter a password which means I have to sit here for hours instead of just letting it go.

Cheers
Alex
how is it that a password causes you to have to sit there for hours? why not go do some other chores during those hours? or just don't logout! or did you create a 1000 character "no security issues" password that takes you 3 hours to type in correctly from the paper it's printed on? or maybe a shorter password? just leave it logged in!

Last edited by Skaperen; 07-03-2021 at 05:28 PM.
 
Old 07-03-2021, 05:36 PM   #7
AlexEdwin
LQ Newbie
 
Registered: Jun 2021
Posts: 3

Original Poster
Rep: Reputation: Disabled
Thumbs up Solved

I reformatted my hard drive back to NTFS. Instead of EXT4
Not locked anymore.
No more password prompts anymore.

I still did not get the answer I was looking for, thanks.

Last edited by AlexEdwin; 07-03-2021 at 05:40 PM. Reason: Question NOT answered.
 
Old 07-03-2021, 06:11 PM   #8
michaelk
Moderator
 
Registered: Aug 2002
Posts: 26,809

Rep: Reputation: 6334Reputation: 6334Reputation: 6334Reputation: 6334Reputation: 6334Reputation: 6334Reputation: 6334Reputation: 6334Reputation: 6334Reputation: 6334Reputation: 6334
Quote:
I still did not get the answer I was looking for, thanks.
Welcome to LinuxQuestions.

The X/Y Problem is when someone asks for help with their solution instead of asking for help with the underlying problem. Everyone was trying to determine your problem in order to find an appropriate solution. It sounds like it was a permissions problem as first guessed.
 
1 members found this post helpful.
Old 07-03-2021, 07:32 PM   #9
SW64
Member
 
Registered: May 2014
Distribution: Slackware
Posts: 262

Rep: Reputation: 123Reputation: 123
Quote:
Every time copy files I have to enter a password which means I have to sit here for hours instead of just letting it go.
Welcome, AlexEdwin! Can you at least answer the requests to elaborate this part? It is unusual. Personally, I am wondering if you were talking about copying your movies off an USB stick to your media center.
 
Old 07-04-2021, 08:17 PM   #10
AlexEdwin
LQ Newbie
 
Registered: Jun 2021
Posts: 3

Original Poster
Rep: Reputation: Disabled
I was copying files from an NTFS drive to a newly formatted EXT4 drive.

The question was, how do I turn off all passwords.

Every time copying created a new folder Linux asked for a password.

When I copy from NTFS to NTFS drive no passwords were asked for and the drive were not locked.
 
Old 07-04-2021, 10:16 PM   #11
michaelk
Moderator
 
Registered: Aug 2002
Posts: 26,809

Rep: Reputation: 6334Reputation: 6334Reputation: 6334Reputation: 6334Reputation: 6334Reputation: 6334Reputation: 6334Reputation: 6334Reputation: 6334Reputation: 6334Reputation: 6334
NTFS filesystem permissions are not compatible with linux and therefore when it is mounted automatically read/write permissions are typically "assigned" to that user.

On the other hand with a native filesystem like ext4 permissions are not automatically assigned and you have to allow permissions. Typically there are only a few directories outside of their home directory where a regular user has write permissions.

I assume you were using sudo or the system was automatically asking for the sudo password. The question was not how to turn off passwords but how do you allow a regular user to write to that drive/ ext4 filesystem. The two basic commands are chown or chmod.

https://en.wikipedia.org/wiki/File-system_permissions
https://www.dell.com/support/kbdoc/e...ons-in-windows
https://wiki.archlinux.org/title/Fil...and_attributes
 
1 members found this post helpful.
Old 07-05-2021, 06:01 AM   #12
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by AlexEdwin View Post
Every time copying created a new folder Linux asked for a password.
That shouldn't be happening.
Let's hope we get that troubleshooting info so we can start helping you.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Thunderbird can remove old passwords but can't add new ones nerdofdarkness Linux - Software 2 03-19-2014 01:03 AM
remove passwords from all users? paul_mat Linux - Networking 2 06-23-2005 05:59 PM
Sync MySQL passwords with local account passwords? turbine216 Linux - Software 2 02-18-2005 03:15 AM
Completely uninstalling MySQL and its passwords passwords...how? I locked myself out! Baix Linux - Newbie 2 01-30-2005 04:10 PM
Is there a way to sync Samba passwords with linux user passwords MarleyGPN Linux - Networking 2 09-09-2003 10:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 06:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration