Jump to content

Recommended Posts

Posted

Hi guys I have a problem, I need some suggestions from all the experts and those who have experience in Linux. Before we go any further, I just wanna say a big THANK YOU to you guys for taking the time to help me out. I truly appreciate the help. I'm a total newbie to this so any help you guys can give me would be great!

Right, I ran into a problem when trying to install BlueCat Linux. I'm using Ubuntu 8.04.1.

My problem is this:

root@sanjeev-desktop:/tmp# cd /opt/BlueCat

root@sanjeev-desktop:/opt/BlueCat# /tmp/install

Installation directory must be empty

install: terminating

root@sanjeev-desktop:/opt/BlueCat# /bin/ls: cannot access *: No such file or directory

Could you guys tell me why I'm getting this error and how I can resolve it please? I've already set all the relevant folder permissions to rwx and I'm using sudo passwrd.

If you guys want, I can post everything I typed in the terminal. :confused_face:

Thanks a bunch guys! I really appreciate the help. ^-^

:sadcat:

  • Replies 50
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted

root@sanjeev-desktop:/home/sanjeev# cd /

root@sanjeev-desktop:/# ls -l

\total 76

drwxr-xr-x 2 root root 4096 2008-08-14 00:23 bin

drwxr-xr-x 3 root root 4096 2008-08-14 00:38 boot

lrwxrwxrwx 1 root root 11 2008-08-14 06:51 cdrom -> media/cdrom

drwxr-xr-x 12 root root 13940 2008-08-14 17:07 dev

drwxr-xr-x 120 root root 4096 2008-08-14 17:12 etc

drwxr-xr-x 3 root root 4096 2008-08-14 07:06 home

drwxr-xr-x 2 root root 4096 2008-07-02 18:16 initrd

lrwxrwxrwx 1 root root 33 2008-08-14 07:11 initrd.img -> boot/initrd.img-2.6.24-19-generic

drwxr-xr-x 16 root root 4096 2008-08-14 00:23 lib

drwx------ 2 root root 16384 2008-08-14 06:51 lost+found

drwxr-xr-x 4 root root 4096 2008-07-02 18:16 media

drwxr-xr-x 2 root root 4096 2008-04-15 13:53 mnt

drwxr-xr-x 2 root root 4096 2008-07-02 18:16 opt

dr-xr-xr-x 110 root root 0 2008-08-14 17:06 proc

drwxr-xr-x 8 root root 4096 2008-08-13 22:44 root

drwxr-xr-x 2 root root 4096 2008-08-14 00:28 sbin

drwxr-xr-x 2 root root 4096 2008-07-02 18:16 srv

drwxr-xr-x 12 root root 0 2008-08-14 17:06 sys

drwxrwxrwt 12 root root 4096 2008-08-14 17:09 tmp

drwxr-xr-x 11 root root 4096 2008-07-02 18:18 usr

drwxr-xr-x 15 root root 4096 2008-07-02 18:34 var

lrwxrwxrwx 1 root root 30 2008-08-14 07:11 vmlinuz -> boot/vmlinuz-2.6.24-19-generic

root@sanjeev-desktop:/# chmod -R a=rwx opt

root@sanjeev-desktop:/# ls -l

total 76

drwxr-xr-x 2 root root 4096 2008-08-14 00:23 bin

drwxr-xr-x 3 root root 4096 2008-08-14 00:38 boot

lrwxrwxrwx 1 root root 11 2008-08-14 06:51 cdrom -> media/cdrom

drwxr-xr-x 12 root root 13940 2008-08-14 17:07 dev

drwxr-xr-x 120 root root 4096 2008-08-14 17:12 etc

drwxr-xr-x 3 root root 4096 2008-08-14 07:06 home

drwxr-xr-x 2 root root 4096 2008-07-02 18:16 initrd

lrwxrwxrwx 1 root root 33 2008-08-14 07:11 initrd.img -> boot/initrd.img-2.6.24-19-generic

drwxr-xr-x 16 root root 4096 2008-08-14 00:23 lib

drwx------ 2 root root 16384 2008-08-14 06:51 lost+found

drwxr-xr-x 4 root root 4096 2008-07-02 18:16 media

drwxr-xr-x 2 root root 4096 2008-04-15 13:53 mnt

drwxrwxrwx 2 root root 4096 2008-07-02 18:16 opt

dr-xr-xr-x 110 root root 0 2008-08-14 17:06 proc

drwxr-xr-x 8 root root 4096 2008-08-13 22:44 root

drwxr-xr-x 2 root root 4096 2008-08-14 00:28 sbin

drwxr-xr-x 2 root root 4096 2008-07-02 18:16 srv

drwxr-xr-x 12 root root 0 2008-08-14 17:06 sys

drwxrwxrwt 12 root root 4096 2008-08-14 17:09 tmp

drwxr-xr-x 11 root root 4096 2008-07-02 18:18 usr

drwxr-xr-x 15 root root 4096 2008-07-02 18:34 var

lrwxrwxrwx 1 root root 30 2008-08-14 07:11 vmlinuz -> boot/vmlinuz-2.6.24-19-generic

root@sanjeev-desktop:/# cd /opt

root@sanjeev-desktop:/opt# ls -l

total 4

drwxr-xr-x 2 sanjeev sanjeev 4096 2008-08-14 17:13 BlueCat

root@sanjeev-desktop:/opt# chmod -R a=rwx BlueCat

root@sanjeev-desktop:/opt# ls -l

total 4

drwxrwxrwx 2 sanjeev sanjeev 4096 2008-08-14 17:13 BlueCat

root@sanjeev-desktop:/opt# cd /

root@sanjeev-desktop:/# chmod -R a=rwx tmp

root@sanjeev-desktop:/# chmod -R a=rwx tmp

root@sanjeev-desktop:/# ls -l

total 76

drwxr-xr-x 2 root root 4096 2008-08-14 00:23 bin

drwxr-xr-x 3 root root 4096 2008-08-14 00:38 boot

lrwxrwxrwx 1 root root 11 2008-08-14 06:51 cdrom -> media/cdrom

drwxr-xr-x 12 root root 13940 2008-08-14 17:07 dev

drwxr-xr-x 120 root root 4096 2008-08-14 17:12 etc

drwxr-xr-x 3 root root 4096 2008-08-14 07:06 home

drwxr-xr-x 2 root root 4096 2008-07-02 18:16 initrd

lrwxrwxrwx 1 root root 33 2008-08-14 07:11 initrd.img -> boot/initrd.img-2.6.24-19-generic

drwxr-xr-x 16 root root 4096 2008-08-14 00:23 lib

drwx------ 2 root root 16384 2008-08-14 06:51 lost+found

drwxr-xr-x 4 root root 4096 2008-07-02 18:16 media

drwxr-xr-x 2 root root 4096 2008-04-15 13:53 mnt

drwxrwxrwx 3 root root 4096 2008-08-14 17:13 opt

dr-xr-xr-x 110 root root 0 2008-08-14 17:06 proc

drwxr-xr-x 8 root root 4096 2008-08-13 22:44 root

drwxr-xr-x 2 root root 4096 2008-08-14 00:28 sbin

drwxr-xr-x 2 root root 4096 2008-07-02 18:16 srv

drwxr-xr-x 12 root root 0 2008-08-14 17:06 sys

drwxrwxrwx 13 root root 4096 2008-08-14 17:16 tmp

drwxr-xr-x 11 root root 4096 2008-07-02 18:18 usr

drwxr-xr-x 15 root root 4096 2008-07-02 18:34 var

lrwxrwxrwx 1 root root 30 2008-08-14 07:11 vmlinuz -> boot/vmlinuz-2.6.24-19-generic

root@sanjeev-desktop:/# cd /tmp

root@sanjeev-desktop:/tmp# ls -l

total 260

drwxrwxrwx 5 sanjeev sanjeev 4096 2008-08-14 17:16 BlueCat_i386

drwxrwxrwx 3 sanjeev sanjeev 4096 2008-08-14 17:09 gconfd-sanjeev

-rwxrwxrwx 1 sanjeev sanjeev 226652 2002-11-27 11:17 install

drwxrwxrwx 2 sanjeev sanjeev 4096 2008-08-14 17:09 keyring-Ae38Pq

drwxrwxrwx 2 sanjeev sanjeev 4096 2008-08-14 17:16 orbit-sanjeev

drwxrwxrwx 2 sanjeev sanjeev 4096 2008-08-14 17:09 pulse-sanjeev

drwxrwxrwx 2 sanjeev sanjeev 4096 2008-08-14 17:09 seahorse-1Qm13y

-rwxrwxrwx 1 root root 0 2008-08-14 17:07 tmp.HOGWii5039

drwxrwxrwx 3 sanjeev sanjeev 4096 2008-08-14 17:09 Tracker-sanjeev.5274

drwxrwxrwx 2 sanjeev sanjeev 4096 2008-08-14 17:09 virtual-sanjeev.vy4gqk

root@sanjeev-desktop:/tmp# cd /opt/BlueCat

root@sanjeev-desktop:/opt/BlueCat# /tmp/install

Installation directory must be empty

install: terminating

root@sanjeev-desktop:/opt/BlueCat# /bin/ls: cannot access *: No such file or directory

root@sanjeev-desktop:/opt/BlueCat# cd /

root@sanjeev-desktop:/# chmod -R a=rwx bin

root@sanjeev-desktop:/# cd /opt/BlueCat

root@sanjeev-desktop:/opt/BlueCat# /tmp/install

/bin/ls: cannot access *: No such file or directory

Installation directory must be empty

install: terminating

root@sanjeev-desktop:/opt/BlueCat# cd /tmp

root@sanjeev-desktop:/tmp# ls -l

total 2452

-r-------- 1 sanjeev sanjeev 84344 2008-08-14 17:27 0419-02-BC_3.1_RN.pdf

-r-------- 1 sanjeev sanjeev 2094029 2008-08-14 17:27 0735-00-bcl54_ug.pdf

-rw------- 1 sanjeev sanjeev 46878 2008-08-14 17:32 _3TCF8Vg.pdf.part

drwxrwxrwx 5 sanjeev sanjeev 4096 2008-08-14 17:16 BlueCat_i386

drwxrwxrwx 3 sanjeev sanjeev 4096 2008-08-14 17:09 gconfd-sanjeev

-rwxrwxrwx 1 sanjeev sanjeev 226652 2002-11-27 11:17 install

drwxrwxrwx 2 sanjeev sanjeev 4096 2008-08-14 17:09 keyring-Ae38Pq

drwxrwxrwx 2 sanjeev sanjeev 4096 1970-01-01 07:30 orbit-sanjeev

drwx------ 2 sanjeev sanjeev 4096 2008-08-14 17:27 orbit-sanjeev-a8688878

drwxrwxrwx 2 sanjeev sanjeev 4096 2008-08-14 17:09 pulse-sanjeev

drwxrwxrwx 2 sanjeev sanjeev 4096 2008-08-14 17:09 seahorse-1Qm13y

-rwxrwxrwx 1 root root 0 2008-08-14 17:07 tmp.HOGWii5039

drwxrwxrwx 3 sanjeev sanjeev 4096 2008-08-14 17:09 Tracker-sanjeev.5274

drwxrwxrwx 2 sanjeev sanjeev 4096 2008-08-14 17:09 virtual-sanjeev.vy4gqk

root@sanjeev-desktop:/tmp# cd /

root@sanjeev-desktop:/# ls -l

total 76

drwxrwxrwx 2 root root 4096 2008-08-14 00:23 bin

drwxr-xr-x 3 root root 4096 2008-08-14 00:38 boot

lrwxrwxrwx 1 root root 11 2008-08-14 06:51 cdrom -> media/cdrom

drwxr-xr-x 12 root root 13940 2008-08-14 17:07 dev

drwxr-xr-x 120 root root 4096 2008-08-14 17:22 etc

drwxr-xr-x 3 root root 4096 2008-08-14 07:06 home

drwxr-xr-x 2 root root 4096 2008-07-02 18:16 initrd

lrwxrwxrwx 1 root root 33 2008-08-14 07:11 initrd.img -> boot/initrd.img-2.6.24-19-generic

drwxr-xr-x 16 root root 4096 2008-08-14 00:23 lib

drwx------ 2 root root 16384 2008-08-14 06:51 lost+found

drwxr-xr-x 4 root root 4096 2008-07-02 18:16 media

drwxr-xr-x 2 root root 4096 2008-04-15 13:53 mnt

drwxrwxrwx 3 root root 4096 2008-08-14 17:13 opt

dr-xr-xr-x 113 root root 0 2008-08-14 17:06 proc

drwxr-xr-x 8 root root 4096 2008-08-13 22:44 root

drwxr-xr-x 2 root root 4096 2008-08-14 00:28 sbin

drwxr-xr-x 2 root root 4096 2008-07-02 18:16 srv

drwxr-xr-x 12 root root 0 2008-08-14 17:06 sys

drwxrwxrwx 14 root root 4096 2008-08-14 17:30 tmp

drwxr-xr-x 11 root root 4096 2008-07-02 18:18 usr

drwxr-xr-x 15 root root 4096 2008-07-02 18:34 var

lrwxrwxrwx 1 root root 30 2008-08-14 07:11 vmlinuz -> boot/vmlinuz-2.6.24-19-generic

root@sanjeev-desktop:/# cd /bin

Posted

root@sanjeev-desktop:/bin# ls -l

total 5312

-rwxrwxrwx 1 root root 702160 2008-05-13 02:33 bash

-rwxrwxrwx 1 root root 26300 2008-03-21 18:32 bunzip2

-rwxrwxrwx 1 root root 26300 2008-03-21 18:32 bzcat

lrwxrwxrwx 1 root root 6 2008-08-14 06:52 bzcmp -> bzdiff

-rwxrwxrwx 1 root root 2128 2008-03-21 18:32 bzdiff

lrwxrwxrwx 1 root root 6 2008-08-14 06:52 bzegrep -> bzgrep

-rwxrwxrwx 1 root root 4874 2008-03-21 18:32 bzexe

lrwxrwxrwx 1 root root 6 2008-08-14 06:52 bzfgrep -> bzgrep

-rwxrwxrwx 1 root root 3642 2008-03-21 18:32 bzgrep

-rwxrwxrwx 1 root root 26300 2008-03-21 18:32 bzip2

-rwxrwxrwx 1 root root 8064 2008-03-21 18:32 bzip2recover

lrwxrwxrwx 1 root root 6 2008-08-14 06:52 bzless -> bzmore

-rwxrwxrwx 1 root root 1297 2008-03-21 18:32 bzmore

-rwxrwxrwx 1 root root 27312 2008-04-04 14:42 cat

-rwxrwxrwx 1 root root 45824 2008-04-04 14:42 chgrp

-rwxrwxrwx 1 root root 42816 2008-04-04 14:42 chmod

-rwxrwxrwx 1 root root 47868 2008-04-04 14:42 chown

-rwxrwxrwx 1 root root 71664 2008-04-04 14:42 cp

-rwxrwxrwx 1 root root 110540 2007-11-13 18:54 cpio

-rwxrwxrwx 1 root root 79988 2008-03-12 19:22 dash

-rwxrwxrwx 1 root root 55820 2008-04-04 14:42 date

-rwxrwxrwx 1 root root 48308 2008-04-04 14:42 dd

-rwxrwxrwx 1 root root 45588 2008-04-04 14:42 df

-rwxrwxrwx 1 root root 92376 2008-04-04 14:42 dir

-rwxrwxrwx 1 root root 4496 2008-04-29 19:57 dmesg

-rwxrwxrwx 1 root root 8800 2007-11-16 02:01 dnsdomainname

-rwxrwxrwx 1 root root 24684 2008-04-04 14:42 echo

-rwxrwxrwx 1 root root 40560 2008-02-29 15:19 ed

-rwxrwxrwx 1 root root 96440 2007-10-24 04:58 egrep

-rwxrwxrwx 1 root root 22192 2008-04-04 14:42 false

-rwxrwxrwx 1 root root 5740 2008-02-07 06:49 fgconsole

-rwxrwxrwx 1 root root 53396 2007-10-24 04:58 fgrep

-rwxrwxrwx 1 root root 22536 2007-11-23 18:15 fuser

-rwxrwxrwx 1 root fuse 20056 2008-02-27 02:25 fusermount

-rwxrwxrwx 1 root root 100536 2007-10-24 04:58 grep

-rwxrwxrwx 1 root root 63 2007-11-15 19:49 gunzip

-rwxrwxrwx 1 root root 5874 2007-11-15 19:49 gzexe

-rwxrwxrwx 1 root root 53488 2007-11-15 19:49 gzip

-rwxrwxrwx 1 root root 8796 2007-11-16 02:01 hostname

-rwxrwxrwx 1 root root 183288 2008-07-09 23:48 ip

-rwxrwxrwx 1 root root 6744 2008-02-07 06:49 kbd_mode

-rwxrwxrwx 1 root root 12580 2008-07-10 17:28 kill

-rwxrwxrwx 1 root root 1251384 2008-01-04 07:02 ld_static

-rwxrwxrwx 1 root root 39012 2008-04-04 14:42 ln

-rwxrwxrwx 1 root root 35556 2008-02-07 06:49 loadkeys

-rwxrwxrwx 1 root root 35272 2008-04-03 09:08 login

-rwxrwxrwx 1 root root 92376 2008-04-04 14:42 ls

-rwxrwxrwx 1 root root 4344 2008-02-26 05:20 lsmod

lrwxrwxrwx 1 root root 14 2008-08-14 00:23 lspci -> /usr/bin/lspci

-rwxrwxrwx 1 root root 30472 2008-04-04 14:42 mkdir

-rwxrwxrwx 1 root root 28584 2008-04-04 14:42 mknod

-rwxrwxrwx 1 root root 6824 2008-04-03 08:24 mktemp

-rwxrwxrwx 1 root root 27752 2008-04-29 19:57 more

-rwxrwxrwx 1 root root 81368 2008-04-29 19:57 mount

-rwxrwxrwx 1 root root 4656 2008-04-19 13:05 mountpoint

lrwxrwxrwx 1 root root 20 2008-08-14 06:52 mt -> /etc/alternatives/mt

-rwxrwxrwx 1 root root 28492 2007-11-13 18:54 mt-gnu

-rwxrwxrwx 1 root root 77540 2008-04-04 14:42 mv

-rwxrwxrwx 1 root root 145580 2008-04-08 22:02 nano

lrwxrwxrwx 1 root root 20 2008-08-14 06:52 nc -> /etc/alternatives/nc

-rwxrwxrwx 1 root root 19884 2008-02-02 12:24 nc.traditional

lrwxrwxrwx 1 root root 24 2008-08-14 06:52 netcat -> /etc/alternatives/netcat

-rwxrwxrwx 1 root root 101228 2007-12-13 18:51 netstat

-rwxrwxrwx 1 root root 36972 2008-05-31 00:49 ntfs-3g

-rwxrwxrwx 1 root root 8528 2008-05-31 00:49 ntfs-3g.probe

lrwxrwxrwx 1 root root 16 2008-08-14 06:52 pidof -> ../sbin/killall5

-rwxrwxrwx 1 root root 30856 2007-12-11 01:33 ping

-rwxrwxrwx 1 root root 26684 2007-12-11 01:33 ping6

-rwxrwxrwx 1 root root 65360 2008-07-10 17:28 ps

-rwxrwxrwx 1 root root 27252 2008-04-04 14:42 pwd

lrwxrwxrwx 1 root root 4 2008-08-14 06:52 rbash -> bash

-rwxrwxrwx 1 root root 33644 2008-04-04 14:42 readlink

-rwxrwxrwx 1 root root 46900 2008-04-04 14:42 rm

-rwxrwxrwx 1 root root 23936 2008-04-04 14:42 rmdir

lrwxrwxrwx 1 root root 4 2008-08-14 06:52 rnano -> nano

-rwxrwxrwx 1 root root 11380 2008-04-01 05:11 run-parts

-rwxrwxrwx 1 root root 40724 2007-12-04 20:50 sed

lrwxrwxrwx 1 root root 15 2008-08-14 00:23 setpci -> /usr/bin/setpci

-rwxrwxrwx 1 root root 8431 2008-04-22 13:59 setupcon

lrwxrwxrwx 1 root root 4 2008-08-14 06:52 sh -> dash

lrwxrwxrwx 1 root root 4 2008-08-14 06:52 sh.distrib -> bash

-rwxrwxrwx 1 root root 24488 2008-04-04 14:42 sleep

-rwxrwxrwx 1 root root 48932 2008-04-04 14:42 stty

-rwxrwxrwx 1 root root 25540 2008-04-03 09:08 su

-rwxrwxrwx 1 root root 22312 2008-04-04 14:42 sync

-rwxrwxrwx 1 root root 4964 2008-04-29 19:57 tailf

-rwxrwxrwx 1 root root 234132 2008-04-04 19:07 tar

-rwxrwxrwx 1 root root 5708 2008-04-01 05:11 tempfile

-rwxrwxrwx 1 root root 43740 2008-04-04 14:42 touch

-rwxrwxrwx 1 root root 22192 2008-04-04 14:42 true

-rwxrwxrwx 1 root root 8816 2008-02-27 02:25 ulockmgr_server

-rwxrwxrwx 1 root root 63584 2008-04-29 19:57 umount

-rwxrwxrwx 1 root root 24448 2008-04-04 14:42 uname

-rwxrwxrwx 1 root root 63 2007-11-15 19:49 uncompress

-rwxrwxrwx 1 root root 92380 2008-04-04 14:42 vdir

-rwxrwxrwx 1 root root 946 2008-04-01 05:11 which

-rwxrwxrwx 1 root root 64 2007-11-15 19:49 zcat

-rwxrwxrwx 1 root root 69 2007-11-15 19:49 zcmp

-rwxrwxrwx 1 root root 4424 2007-11-15 19:49 zdiff

-rwxrwxrwx 1 root root 64 2007-11-15 19:49 zegrep

-rwxrwxrwx 1 root root 64 2007-11-15 19:49 zfgrep

-rwxrwxrwx 1 root root 2015 2007-11-15 19:49 zforce

-rwxrwxrwx 1 root root 4893 2007-11-15 19:49 zgrep

-rwxrwxrwx 1 root root 1733 2007-11-15 19:49 zless

-rwxrwxrwx 1 root root 2416 2007-11-15 19:49 zmore

-rwxrwxrwx 1 root root 4952 2007-11-15 19:49 znew

root@sanjeev-desktop:/bin#

Posted

I don't understand what you are trying to do. Why call /bin/ls? What directory will BlueCat be installed to?

Do you have a link for installation instructions, since I have no exposure with BlueCat.

Posted

so you've done steps 1 and 2 already? It looks like you're starting step 4 from / instead of /opt/BlueCat

Try this :

mv /opt/BlueCat /opt/BlueCat.broken_ferrari

mkdir /opt/BlueCat

cd /opt/BlueCat

bash -x /tmp/install

Posted

@Jason, you had a look at their documentation? Yeah, it sucks, no help there. I tried emailing them, so far no reply.

@grawk, yup, done steps 1 and 2.

When I did this:

root@sanjeev-desktop:/opt/BlueCat# /tmp/install

It means I'm already in the "/opt/BlueCat" directory and I'm trying to execute the "install" file located in "/tmp" right? That's what their instructions told me to do... :confused:

What does "bash -x" do?

Thanks for trying to help me figure this out guys. I really appreciate the help. :)

Posted

bash -x shows the commands the install script runs as it runs them. Just try exactly what I said do, and let me know what it tells you

Posted

root@sanjeev-desktop:/# mv /opt/BlueCat /opt/BlueCat.broken_ferrari

root@sanjeev-desktop:/# mkdir /opt/BlueCat

root@sanjeev-desktop:/# cd /opt/BlueCat

root@sanjeev-desktop:/opt/BlueCat# bash -x /tmp/install

/tmp/install: /tmp/install: cannot execute binary file

root@sanjeev-desktop:/opt/BlueCat#

Posted

so /tmp/install is a binary file. Just do /tmp/install from /opt/BlueCat, you won't get the debugging information, but maybe now that you've reset /opt/BlueCat it'll work

Posted

@Jason:

root@sanjeev-desktop:/tmp# ls -l

total 280

drwxrwxrwx 5 sanjeev sanjeev 4096 2008-08-14 17:16 BlueCat_i386

drwx------ 2 root root 4096 2008-08-14 18:49 gconfd-root

drwxrwxrwx 3 sanjeev sanjeev 4096 2008-08-14 17:09 gconfd-sanjeev

-rwxrwxrwx 1 sanjeev sanjeev 226652 2002-11-27 11:17 install

drwxrwxrwx 2 sanjeev sanjeev 4096 2008-08-14 17:09 keyring-Ae38Pq

drwx------ 2 sanjeev sanjeev 4096 2008-08-14 18:12 libgksu-mpuF6y

drwx------ 2 root root 4096 2008-08-14 18:49 orbit-root

drwxrwxrwx 2 sanjeev sanjeev 4096 1970-01-01 07:30 orbit-sanjeev

drwx------ 2 sanjeev sanjeev 4096 2008-08-14 21:58 orbit-sanjeev-a8688878

drwxrwxrwx 2 sanjeev sanjeev 4096 2008-08-14 17:09 pulse-sanjeev

drwxrwxrwx 2 sanjeev sanjeev 4096 2008-08-14 17:09 seahorse-1Qm13y

-rw------- 1 sanjeev sanjeev 29 2008-08-14 18:12 tmp17XVZS

-rwxrwxrwx 1 root root 0 2008-08-14 17:07 tmp.HOGWii5039

drwxrwxrwx 3 sanjeev sanjeev 4096 2008-08-14 17:09 Tracker-sanjeev.5274

drwxrwxrwx 2 sanjeev sanjeev 4096 2008-08-14 17:09 virtual-sanjeev.vy4gqk

root@sanjeev-desktop:/tmp#

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.