Quote:
|
Originally Posted by TheJimmy
when I run the commands I get this:
su-2.04# du -ks 'ls'
du: ls: No such file or directory
su-2.04# du -ks 'ls /usr/home/'
du: ls /usr/home/: No such file or directory
and trust me, those files/directories exist
|
you're using ' instead of `
There's a difference.