Inspiron 3891. Running 20.04. Gnome version 3.36.8. Ubuntu on a SSD. My data drive is 2 TB hard disk located at /dev/sda3/ Partition has several folders. Folders have some files. Both the folders and the files show "Me" as the owner and "steve" as group with no write delete authority. I have no idea where "Me" came from. But I (steve) am the owner and the superuser on the SSD and all the files and folders. I want to change the ownership of the folders and files on the hard disk so I can use it for storage. What terminal command can I use to change ownership of folders and files on the hard disk?
Asked
Active
Viewed 61 times
chmod
is the command to change permissions andchown
is the command to change ownership. But I would hold off on using these until we can determine what is the actual problem. – Nmath Dec 05 '21 at 23:44