Skip to content

Instantly share code, notes, and snippets.

@vvikramjhu
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vvikramjhu/8845971 to your computer and use it in GitHub Desktop.
Save vvikramjhu/8845971 to your computer and use it in GitHub Desktop.
rm -r adt-bundle-linux-x86-20131030/
rm: cannot remove `adt-bundle-linux-x86-20131030/sdk/platform-tools': Directory not empty
[ varun: $/media/Yojimbo/installationFiles ]$ ls -lar adt-bundle-linux-x86-20131030/sdk/platform-tools/
total 1212
-rwxr-xr-x 1 varun root 1231255 Oct 23 18:23 .fuse_hidden0001620d0000000d
drwxrwxrwx 1 varun root 4096 Feb 6 09:57 ..
drwxrwxrwx 1 varun root 4096 Feb 6 10:09 .
lsattr -a adt-bundle-linux-x86-20131030/sdk/platform-tools/
lsattr: Inappropriate ioctl for device While reading flags on adt-bundle-linux-x86-20131030/sdk/platform-tools/.
lsattr: Inappropriate ioctl for device While reading flags on adt-bundle-linux-x86-20131030/sdk/platform-tools/..
lsattr: Function not implemented While reading flags on adt-bundle-linux-x86-20131030/sdk/platform-tools/.fuse_hidden0001620d0000000d
sudo lsof adt-bundle-linux-x86-20131030/sdk/platform-tools/
lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/varun/.gvfs
Output information may be incomplete.
mount
/dev/sda5 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
cgroup on /sys/fs/cgroup type tmpfs (rw,relatime,mode=755)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,relatime,cpuset)
cgroup on /sys/fs/cgroup/cpu type cgroup (rw,relatime,cpu)
cgroup on /sys/fs/cgroup/cpuacct type cgroup (rw,relatime,cpuacct)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,relatime,memory)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,relatime,devices)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,relatime,freezer)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,relatime,blkio)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,relatime,perf_event)
/dev/sda3 on /media/Yojimbo type fuseblk (rw,allow_other,default_permissions,blksize=4096)
/dev/sda1 on /media/XP type fuseblk (rw,allow_other,default_permissions,blksize=4096)
/dev/sda6 on /home type ext3 (rw)
gvfs-fuse-daemon on /home/varun/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=varun)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment