Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のフォルダは/images/です。このフォルダには.png、.gifおよび の画像があります。特定のファイル拡張子のアクセス許可を、SSH 経由でフォルダーの下の 644.jpgに変更するにはどうすればよいですか?.jpg
/images/
.png
.gif
.jpg
ssh を使用してリモート コンピューターに接続し、次のコマンドを実行すると動作する場合があります。
find /images/. -name "*.jpg" | xargs chmod 644
Hi i am new silverlight application development. i want to bind a data grid from code behind for that i have
ObservableCollection<object> GridDataSource