Reading your very first line,

paulj at workdellgx620:~$ uname -a
SunOS workdellgx620 5.11 snv_124 i86pc i386 i86pc Solaris
paulj at workdellgx620:~$ ls -l
total 78083
-rw-r--r--  1 paulj    staff        5 2009-10-07 16:06 ????
-rw-r--r--  1 root     root       180 2009-09-29 15:07 10.151.2.60

This file was created by saving from gedit

paulj at workdellgx620:~$ rm ???? 
paulj at workdellgx620:~$ ls -l
total 78082
-rw-r--r--  1 root     root       180 2009-09-29 15:07 10.151.2.60

Believe me it was deleted and command line completion meant 
rm o TAB was all I needed.

Also

paulj at workdellgx620:~$ touch ???
paulj at workdellgx620:~$ ls -l ??? 
-rw-r--r-- 1 paulj staff 0 2009-10-07 16:12 ???
paulj at workdellgx620:~$ rm ??? 
paulj at workdellgx620:~$ ls -l ??? 
ls: cannot access ???: No such file or directory


Finally

paulj at workdellgx620:~$ touch ???
paulj at workdellgx620:~$ mv ??? ??????
paulj at workdellgx620:~$ ls -l ?*
-rw-r--r-- 1 paulj staff 0 2009-10-07 16:18 ??????

aulj at workdellgx620:~$ pfexec zfs get all rpool
NAME   PROPERTY                        VALUE                           SOURCE
rpool  type                            filesystem                      -
rpool  creation                        Thu Aug 27 13:56 2009           -
rpool  used                            31.5G                           -
rpool  available                       41.3G                           -
rpool  referenced                      80.5K                           -
rpool  compressratio                   1.00x                           -
rpool  mounted                         yes                             -
rpool  quota                           none                            default
rpool  reservation                     none                            default
rpool  recordsize                      128K                            default
rpool  mountpoint                      /rpool                          default
rpool  sharenfs                        off                             default
rpool  checksum                        on                              default
rpool  compression                     off                             default
rpool  atime                           on                              default
rpool  devices                         on                              default
rpool  exec                            on                              default
rpool  setuid                          on                              default
rpool  readonly                        off                             default
rpool  zoned                           off                             default
rpool  snapdir                         hidden                          default
rpool  aclmode                         groupmask                       default
rpool  aclinherit                      restricted                      default
rpool  canmount                        on                              default
rpool  shareiscsi                      off                             default
rpool  xattr                           on                              default
rpool  copies                          1                               default
rpool  version                         3                               -
rpool  utf8only                        off                             -
rpool  normalization                   none                            -
rpool  casesensitivity                 sensitive                       -
rpool  vscan                           off                             default
rpool  nbmand                          off                             default
rpool  sharesmb                        off                             default
rpool  refquota                        none                            default
rpool  refreservation                  none                            default
rpool  primarycache                    all                             default
rpool  secondarycache                  all                             default
rpool  usedbysnapshots                 0                               -
rpool  usedbydataset                   80.5K                           -
rpool  usedbychildren                  31.5G                           -
rpool  usedbyrefreservation            0                               -
rpool  logbias                         latency                         default
rpool  org.opensolaris.caiman:install  ready                           local
paulj at workdellgx620:~$ 

Whats your

LANG=en_US.UTF-8
GDM_LANG=en_US.UTF-8


Paul
-- 
This message posted from opensolaris.org

Reply via email to