Bug 65845
| Summary: | Session is terminated when issuing a chown command | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | John B. Wier III <jwieriii> |
| Component: | fileutils | Assignee: | wdovlrrw <brosenkr> |
| Status: | CLOSED WORKSFORME | QA Contact: | Aaron Brown <abrown> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.3 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2002-06-02 15:41:00 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
John B. Wier III
2002-06-02 15:40:55 UTC
Huh? [root@locutus root]# cd /tmp [root@locutus tmp]# touch testfile [root@locutus tmp]# chown bero testfile [root@locutus tmp]# ls -l testfile -rw-r--r-- 1 bero root 0 Jun 2 17:47 testfile Looks like someone cracked your machine and either put an "alias chmod=logout" in your startup scripts, or put an alternate chown doing evil things in a location earlier on in the PATH than /bin. You can figure out which chown is being executed by typing "which chown". |