9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Julius Schmidt <aiju@phicode.de>
To: 9front <9front@googlegroups.com>
Subject: Re: change keyboard layout
Date: Thu, 21 Jul 2011 13:50:46 +0200 (CEST)	[thread overview]
Message-ID: <alpine.LNX.2.00.1107211347000.32694@localhost> (raw)
In-Reply-To: <71108c10-5525-4b3f-b80c-99f350033931@gh5g2000vbb.googlegroups.com>

> Ah..yes.
> Okay, is not so heavy... I want to create a find.sh
> ___________________________
> #!/bin/sh
>
> du -a | grep $1
> ___________________________
>
> in the /bin directory. But I got an error "mounted directory forbid a
> creation"
The /bin directory is a union mount of (on the PC) /386/bin, /rc/bin,
/usr/$user/386/bin and /usr/$user/386/rc.
Shell scripts go into /rc/bin.
Also, our shell is called /bin/rc, not /bin/sh.

> But in /root/usr/glenda/bin I'm able to create files... is this
> directory not mounted?
You don't need /root, just /usr/glenda/bin, but again, it's
/usr/glenda/bin/rc for shellscripts.

/root is not normally used.

Really, read the paper.

> is /root/usr/glenda the home directory of glenda?
/usr/glenda is.

> Because a "cd ~" is not yet implemented
Just "cd" works if you mean to change to your homedirectory.
The Plan 9 shell does not recognize ~ as an alias for your homedir.
Use $home.

aiju

  reply	other threads:[~2011-07-21 11:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-21  8:34 neo67
2011-07-21  9:02 ` Julius Schmidt
2011-07-21  9:29   ` neo67
2011-07-21  9:59     ` Julius Schmidt
2011-07-21 11:28       ` neo67
2011-07-21 11:50         ` Julius Schmidt [this message]
2011-07-21 12:07           ` neo67

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LNX.2.00.1107211347000.32694@localhost \
    --to=aiju@phicode.de \
    --cc=9front@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).