RE: LotusScript reading files Domino on Linux

"Nur, Mohamed S" <[email protected]> Tue, 5 Dec 2006 13:04:06 +1100
Newsgroups gmane.linux.suse.domino
Message-ID <6215401E01247448A306C54F499111F201BE121E@WSMSG2103V.srv.dir.telstra.com>
=20


Looks like a pretty simple case of permissions -

1. can you provide the output of the following commands?

ls -l /
total 153=20
drwxr-xr-x    2 root     root         4096 Nov  7  2005 bin=20
drwxr-xr-x    3 root     root         4096 Nov 17 09:35 boot=20
drwxr-xr-x   29 root     root        61440 Mar  9  2006 dev=20
drwxrwxrwx    5 root     root         4096 Aug 11  2005 domdata=20
drwxrwxrwx    5 root     root         4096 Jan 16  2006 domlogs=20
drwxr-xr-x   38 root     root         4096 Nov 17 09:35 etc=20
drwxr-xr-x   16 root     root         4096 Nov  6 16:50 home=20
drwxr-xr-x    7 root     root         4096 Nov  7  2005 lib=20
drwx------    2 root     root        16384 Dec 22  2004 lost+found=20
drwxr-xr-x    5 root     root         4096 Oct 22  2002 media=20
drwxr-xr-x    2 root     root         4096 Oct 22  2002 mnt=20
drwxr-xr-x    8 root     root         4096 Feb 27  2006 opt=20
drwxrwxrwx    5 root     root         4096 Oct 24 10:11 os_backup=20
dr-xr-xr-x  439 root     root            0 Mar  9  2006 proc=20
drwx------    5 root     root         4096 Oct 17 17:09 root=20
drwxr-xr-x    3 root     root         8192 Nov  7  2005 sbin=20
drwxr-xr-x    4 root     root         4096 Dec 22  2004 srv=20
drwxr-xr-x    2 root     root         4096 Aug 12  2005 test=20
drwxrwxrwt   10 root     root         1024 Dec  5 12:30 tmp=20
drwxr-xr-x   17 root     root         4096 Mar 24  2005 usr=20
drwxr-xr-x   16 root     root         4096 Aug  5  2005 var=20


ls -l /os_backup/

total 8=20
drwxrwxrwx    7 admin    users        4096 Aug  9 11:03 DSL=20
drwxrwxrwx    2 admin    users        4096 Dec  4 14:54 smartplan=20
-rw-r--r--    1 root     users          15 Feb 15  2006 test=20



ls -l /os_backup/smartplan/

total 0=20
-rwxr-xr-x    1 c732507  users          34 Dec  4 14:54 test.txt=20
-rwxrwxrwx    1 admin    users          34 Oct 24 10:21 text.txt=20




2. As the *domino user*, not root, type the following command, and
provide the
output:

head /os_backup/smartplan/text.txt


 head /os_backup/smartplan/text.txt
dflkj
aldsfjakls
dalksjdfkld
:wq


Regards
Mohamed