<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: simple problem...not able to use mkdir, touch.. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-problem-not-able-to-use-mkdir-touch/m-p/3836878#M272676</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You are right, this is probably easy.&lt;BR /&gt;&lt;BR /&gt;You don't own your home directory any more.&lt;BR /&gt;&lt;BR /&gt;Log on as root.&lt;BR /&gt;&lt;BR /&gt;ll -d &amp;lt; your home directory&amp;gt;&lt;BR /&gt;id &lt;YOUR user="" name=""&gt;&lt;BR /&gt;&lt;BR /&gt;If the two do not match, use root to make them match.&lt;BR /&gt;&lt;BR /&gt;There may be no sync between your windows user and Unix in which case you must use the correct user in winSCP. Don't assume just because you connected you own the homd directory.&lt;BR /&gt;&lt;BR /&gt;Summary:&lt;BR /&gt;Don't look at the permission on the command, look at it on the folder you are in.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/YOUR&gt;</description>
    <pubDate>Thu, 03 Aug 2006 13:59:03 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-08-03T13:59:03Z</dc:date>
    <item>
      <title>simple problem...not able to use mkdir, touch..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-problem-not-able-to-use-mkdir-touch/m-p/3836876#M272674</link>
      <description>hi,&lt;BR /&gt;11.00 system. i have only "user" account.&lt;BR /&gt;i am trying to copy a simple file from my windows to that machine by using "winSCP"...&lt;BR /&gt;&lt;BR /&gt;its telling that "permission denied", even in my home directory.&lt;BR /&gt;in / i am not able to "touch logo_file" &lt;BR /&gt;its telling "touch: logo_file cannot create"&lt;BR /&gt;$mkdir test_dir&lt;BR /&gt;mkdir: cannot access .: Permission denied&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mkdir's permission:&lt;BR /&gt;-r-xr-xr-x   2 bin        bin          20480 Nov  7  1997 mkdir&lt;BR /&gt;&lt;BR /&gt;touch's permission:&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          20480 Nov  7  1997 touch&lt;BR /&gt;&lt;BR /&gt;ie, read and execute for me.&lt;BR /&gt;&lt;BR /&gt;thanks,...poitns given...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Aug 2006 13:55:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-problem-not-able-to-use-mkdir-touch/m-p/3836876#M272674</guid>
      <dc:creator>bhupesh m</dc:creator>
      <dc:date>2006-08-03T13:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: simple problem...not able to use mkdir, touch..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-problem-not-able-to-use-mkdir-touch/m-p/3836877#M272675</link>
      <description>You need to look at the directory permissions for your home directory.  It sounds like you have only read access, but not write access.</description>
      <pubDate>Thu, 03 Aug 2006 13:57:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-problem-not-able-to-use-mkdir-touch/m-p/3836877#M272675</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-08-03T13:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: simple problem...not able to use mkdir, touch..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-problem-not-able-to-use-mkdir-touch/m-p/3836878#M272676</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You are right, this is probably easy.&lt;BR /&gt;&lt;BR /&gt;You don't own your home directory any more.&lt;BR /&gt;&lt;BR /&gt;Log on as root.&lt;BR /&gt;&lt;BR /&gt;ll -d &amp;lt; your home directory&amp;gt;&lt;BR /&gt;id &lt;YOUR user="" name=""&gt;&lt;BR /&gt;&lt;BR /&gt;If the two do not match, use root to make them match.&lt;BR /&gt;&lt;BR /&gt;There may be no sync between your windows user and Unix in which case you must use the correct user in winSCP. Don't assume just because you connected you own the homd directory.&lt;BR /&gt;&lt;BR /&gt;Summary:&lt;BR /&gt;Don't look at the permission on the command, look at it on the folder you are in.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/YOUR&gt;</description>
      <pubDate>Thu, 03 Aug 2006 13:59:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-problem-not-able-to-use-mkdir-touch/m-p/3836878#M272676</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-03T13:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: simple problem...not able to use mkdir, touch..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-problem-not-able-to-use-mkdir-touch/m-p/3836879#M272677</link>
      <description>The permission errors aren't from the mkdir and touch executables, they're saying that you don't have permission to create files in the directory you're in, which makes sense if you are in the root (/) directory.&lt;BR /&gt;&lt;BR /&gt;When using winSCP are you specifying the destination directory as /home/&lt;YOURUSERID&gt;?&lt;BR /&gt;&lt;BR /&gt;Can you log in, cd to your home directory (or wherever you're scp'ing the file to) and do an ls -ld to make sure you have read/write permissions there?&lt;/YOURUSERID&gt;</description>
      <pubDate>Thu, 03 Aug 2006 14:00:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-problem-not-able-to-use-mkdir-touch/m-p/3836879#M272677</guid>
      <dc:creator>Jonathan Fife</dc:creator>
      <dc:date>2006-08-03T14:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: simple problem...not able to use mkdir, touch..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-problem-not-able-to-use-mkdir-touch/m-p/3836880#M272678</link>
      <description>hostname $ ll -d hpzid&lt;BR /&gt;drwxr-xr-x   2 hpzABC   users         1024 Apr 21 02:18 hpzid&lt;BR /&gt;hostname$ id hpzid&lt;BR /&gt;uid=4260(hpzid) gid=20(users)&lt;BR /&gt;&lt;BR /&gt;s. my home directory's owner is another guy.&lt;BR /&gt;i dont have root passwd. so without root's help i cant do anything. isnt?</description>
      <pubDate>Thu, 03 Aug 2006 14:18:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-problem-not-able-to-use-mkdir-touch/m-p/3836880#M272678</guid>
      <dc:creator>bhupesh m</dc:creator>
      <dc:date>2006-08-03T14:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: simple problem...not able to use mkdir, touch..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-problem-not-able-to-use-mkdir-touch/m-p/3836881#M272679</link>
      <description>You need someone with the permission to change the directory owner or permissions...either hpzABC or root.&lt;BR /&gt;&lt;BR /&gt;Alternatively, if you just want to get the file onto the system *somewhere*, /tmp usually has write permissions for everyone.</description>
      <pubDate>Thu, 03 Aug 2006 14:51:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-problem-not-able-to-use-mkdir-touch/m-p/3836881#M272679</guid>
      <dc:creator>Jonathan Fife</dc:creator>
      <dc:date>2006-08-03T14:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: simple problem...not able to use mkdir, touch..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-problem-not-able-to-use-mkdir-touch/m-p/3836882#M272680</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes, you need a root account to change that.&lt;BR /&gt;&lt;BR /&gt;ask you admin to give you back your home directory.&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Thu, 03 Aug 2006 14:53:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-problem-not-able-to-use-mkdir-touch/m-p/3836882#M272680</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2006-08-03T14:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: simple problem...not able to use mkdir, touch..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-problem-not-able-to-use-mkdir-touch/m-p/3836883#M272681</link>
      <description>You don't need to be root, but you need to be hpzABC at least.</description>
      <pubDate>Thu, 03 Aug 2006 15:15:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-problem-not-able-to-use-mkdir-touch/m-p/3836883#M272681</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-08-03T15:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: simple problem...not able to use mkdir, touch..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-problem-not-able-to-use-mkdir-touch/m-p/3836884#M272682</link>
      <description>... but only if chown is unrestricted, so 'giving away' files is permitted.&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Fri, 04 Aug 2006 07:10:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-problem-not-able-to-use-mkdir-touch/m-p/3836884#M272682</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2006-08-04T07:10:01Z</dc:date>
    </item>
  </channel>
</rss>

