sreehari prasad

Results 13 issues of sreehari prasad

this pr tries to fix gnu test case "link deref" for cp utility these are the changes made: 1. when trying to copy a folder without `-R` before throwing "-r...

Hi, this pr tries to fix parent-perm-race gnu test case. this test tries to check the temporary permissions of directories created by cp which might be too permissive under some...

hi, this a pr that tries to fix to [this](https://github.com/sharkdp/lscolors/issues/48#issuecomment-2203281707) issue.

fix for #6658 contains #6599 **Behaviors changed:** - When the destination file is read-only and the `-i` flag is given, instead of prompting with something like `cp: overwrite 'f'?` cp...

This shared test case for `cp` and `mv` checks how they behave when the -i and -f flags are given. The test is failing because uu-cp's prompt message differs from...

U - cp

fix for #6598 Behviours changed: - `-n' would now silently fail to copy a file when the destination already exists - added  --update=none-fail to cp and mv - arg parser...

fix for #6631 **behaviours changed** - mv will now preserve links during an inter-device move. - Previously, mv would silently fail to create a backup when `no-target-directory` was specified and...

This GNU test checks whether mv -n works as expected, and it was failing for a number of reasons. **reason 1:** ```shell touch a b mv -vin a b ```...

U - mv

This GNU test checks that when `mv` moves files between partitions, it preserves the hard links. **for example** ```shell mkdir dir touch dir/file ln dir/file dir/link mv dir /dev/shm ls...

U - mv