Tagged Questions
3
votes
2answers
68 views
Accidentally blocked myself out of my private UNIX directory
I used the following command to see who had permission to my directory.
fs la
I then wanted to block someone out, so I used the command (and accidentally used my username instead of the person I ...
5
votes
2answers
3k views
How to list directories and their sizes in command prompt?
I would like to see sizes of subfolders in a folder, similar to linux du -sh command. How can I do that?
1
vote
1answer
28 views
Command to get to bottom of tree
Is there a Linux command that will return the file path of the bottom most dir.
I've tried the following commands:
find ...
1
vote
2answers
1k views
How can I undo an “RD /S /Q <path>” command prompt command?
I accidentally deleted an important folder I had on my Windows 7 desktop using the administrative command prompt command listed as:
"RD /S /Q "C:\Users\Robby\Desktop\Pictures&Things"
I ...
1
vote
2answers
273 views
Copy only subdirectories exclude other files
Here is the my directory structure
/home/folders/test ( some directories ) and files
test.xml
test1.xml
test.js
images ( directory )
/home/folders/test/images/( some directories ) and files
I have ...
1
vote
2answers
130 views
“which” Program Requires Shell Refresh to See Newly Installed Programs?
Why does the Linux program which require you to refresh the shell (e.g. type tcsh in the terminal) to see new programs installed in your path??
I was baffled why I couldn't access a program, which ...
3
votes
2answers
89 views
directory listing is showing “+” sign
In one of my directory listing I get following output
drwxrws---+ 7 sip sip 4096 Aug 5 13:25 USSDG
I am the member of the group sip but I am not able to create any file if I ...
1
vote
1answer
885 views
Sharing a folder on Mac using command in terminal?
Is there any way i can share a folder and assign permissions on Mac using commands in terminal, like we use the netshare and calcs command in window
1
vote
2answers
1k views
midnight commander : how to invoke drop down on directory history list
I use mc 4.1.36 (C) ported to windows(I use Vista). I would love to be able to navigate through the list of directories that I've previously visited using the drop-down except that I don't know how to ...